GET api/v1/purchaseorder/purchaseorderactionlist
Get all actions related to a purchase order
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ChangePurchaseOrderActionResultName | Description | Type | Additional information |
---|---|---|---|
IdentifierV1 | PurchaseOrderIdentifierV1 |
None. |
|
Error | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "IdentifierV1": null, "Error": "sample string 1" }
application/xml, text/xml
Sample:
<ChangePurchaseOrderActionResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08"> <Error>sample string 1</Error> <IdentifierV1 i:nil="true" /> </ChangePurchaseOrderActionResult>