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": "4113f89c-75a8-472c-9bc1-b0eed4e211d0",
"CreatedId": "fce10d98-821c-4932-86fd-3209bdbc3969",
"ImporterId": "c866d673-c1fc-40fa-b054-962a9b5b1c10",
"Note": "sample string 4",
"PurchaseOrderDateTime": "2026-04-14T19:46:54.159328+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>fce10d98-821c-4932-86fd-3209bdbc3969</CreatedId> <Id>4113f89c-75a8-472c-9bc1-b0eed4e211d0</Id> <ImporterId>c866d673-c1fc-40fa-b054-962a9b5b1c10</ImporterId> <Note>sample string 4</Note> <PurchaseOrderDateTime>2026-04-14T19:46:54.159328+07:00</PurchaseOrderDateTime> </UpdatePurchaseOrderRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.