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": "1a344f10-e382-4de9-a1fe-33e53e820fae",
"CreatedId": "34104843-cdfa-4731-b483-b91c9084b43b",
"ImporterId": "5d1ee0e8-83f9-4e04-8868-908b26fcd288",
"Note": "sample string 4",
"PurchaseOrderDateTime": "2025-12-24T20:21:54.1588692+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>34104843-cdfa-4731-b483-b91c9084b43b</CreatedId> <Id>1a344f10-e382-4de9-a1fe-33e53e820fae</Id> <ImporterId>5d1ee0e8-83f9-4e04-8868-908b26fcd288</ImporterId> <Note>sample string 4</Note> <PurchaseOrderDateTime>2025-12-24T20:21:54.1588692+07:00</PurchaseOrderDateTime> </UpdatePurchaseOrderRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.