PUT api/orders/{cartmasterid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cartmasterid | integer |
Required |
Body Parameters
UpdateOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderComments | string |
None. |
|
| ShipDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderComments": "sample string 1",
"ShipDate": "2026-05-05T08:36:45.2566763-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.