PUT api/orders/{cartmasterid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cartmasterid | integer |
Required |
Body Parameters
UpdateOrderName | Description | Type | Additional information |
---|---|---|---|
OrderComments | string |
None. |
|
ShipDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrderComments": "sample string 1", "ShipDate": "2025-04-03T17:59:06.7782128-05:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.