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-02-03T19:49:56.8457633-06:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.