Purchase Order Delete
  • 1 Minute to read
  • PDF

Purchase Order Delete

  • PDF

Article Summary

Purchase Order Delete

 

 

These filters are available on version 9.5 and above.

 

This API will delete purchase orders from WithoutWire. Receiving must not have been started, and the status needs to be either ‘Unassigned’, or ‘Waiting to be Received’. This call should be used when a mistake is found, or the purchase order needs to be modified.

 

 

 

Request Header

 

Client

 

Accept: application/json

 

 

Security

 

Authorization: <ClientKey>

 

 

Transport

 

Host: withoutwire.com

 

 

Verb

 

DELETE

 

 

 

Example

 

DELETE https://api.withoutwire.com/integration/purchaseorder/delete


Accept: application/json


Authorization: <ClientKey>


Content-Type: application/json; charset=utf-8


Host: api.withoutwire.com


Content-Length: 103


Expect: 100-continue


Connection: Keep-Alive

 

Request Body: Purchase Order Delete Object

 

Response Body: Delete Response Object