Purchase Order Set Status Complete
  • 1 Minute to read
  • PDF

Purchase Order Set Status Complete

  • PDF

Article summary

Purchase Order Set Status Complete

 

 

NOTE:  These filters are available on version 9.5 and above. This API method is used to set purchase orders to "Complete" in WithoutWire.  Additional fields updated are: ExportDate on the purchase order object is set to the current date/time and the CompletedDate is set to the current date/time. Finally, the receiving assignments will be removed.

 

An error is returned if the order is in “Receiving in Process”.

 

 

Request Header

 


Client

 

Accept: application/json

 

 

Security

 

Authorization: <ClientKey>

 

 

Transport

 

Host:   api.withoutwire.com

 

 

Verb

 

PUT

 

 

 

Example

 

PUT https://api.withoutwire.com/integration/purchaseorder/complete


Accept: application/json


Authorization: <ClientKey>


Content-Type: application/json


Host: api.withoutwire.com


Content-Length: 100


Expect: 100-continue


Connection:  Keep-Alive

 

Request Body: Identity Object


[

   {

       "Identity": "",           //Optional - Purchase order ID

       "IdentityCode": ""   //Required if Identity not provided - Code is purchase order number
   }

]

 

Response Body: Import Response Object