Purchase Order Delete
NOTE: 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 need 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