Skip to main content

Update Purchase Order

POST 

/Purchase/update

This is the endpoint where the delivery of purchase orders takes place. It is the endpoint where you can deliver purchase orders containing products within your authority.

If the "Status" value in the incoming data is 0, it means the purchase order has been canceled.

If the "Status" value in the incoming data is 1, it means the purchase order has been updated.

If the "Status" value in the incoming data is 2, it means the purchase order is being processed.

If the "Status" value in the incoming data is 3, it means the purchase order has been removed from processing.

When making a notification, "{ApiKey}" should be sent within the ApiKey in the Header section.

Request

Responses

OK