POST POS/PurchaseOrders/Void Try Now
Voids the purchase order.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
The request.
Name | Description | Type | Additional information |
---|---|---|---|
purchaseOrderIds |
Purchase Order identifiers.
|
Collection of string |
None.
|
reason |
The reason.
|
string |
None.
|
Request Formats
application/json, text/json
Sample:
{ "purchaseOrderIds": [ "" ], "reason": "" }
Response Information
Resource Description
None.