POST api/PurchaseOrder/Update
Request Information
URI Parameters
None.
Body Parameters
UpdatePurchaseOrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreatedId | globally unique identifier |
None. |
|
| ImporterId | globally unique identifier |
None. |
|
| Note | string |
None. |
|
| PurchaseOrderDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "4dafee0e-434b-4fe5-b759-e3515ef3fc4e",
"CreatedId": "d5a2dcad-4ea5-455f-af71-fb939129dc7c",
"ImporterId": "76ca96fc-7cfa-4bd8-8ef1-97108cbf3045",
"Note": "sample string 4",
"PurchaseOrderDateTime": "2026-04-21T17:17:38.608601+07:00"
}
application/xml, text/xml
Sample:
<UpdatePurchaseOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Request.PurchaseOrder"> <CreatedId>d5a2dcad-4ea5-455f-af71-fb939129dc7c</CreatedId> <Id>4dafee0e-434b-4fe5-b759-e3515ef3fc4e</Id> <ImporterId>76ca96fc-7cfa-4bd8-8ef1-97108cbf3045</ImporterId> <Note>sample string 4</Note> <PurchaseOrderDateTime>2026-04-21T17:17:38.608601+07:00</PurchaseOrderDateTime> </UpdatePurchaseOrderRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.