PUT api/OmsPostCheckoutOrderUpdate
Updates the properties of an order based on the provided model.
Request Information
URI Parameters
None.
Body Parameters
The model containing the order update details.
| Name | Description | Type | Additional Information |
|---|---|---|---|
| OrderNumber | string |
Required Min length: 1 |
|
| PropertyName | string |
Required Min length: 1 |
|
| NewPropertyValues | Collection of string |
None. |
|
| RequestMethod | string |
None. |
|
| NewPropertyValue | string |
None. |
|
| RequiredPropertyAndValues | Collection of OmsOrderUpdatePropertyAndValue |
None. |
|
| DefinedType | Type |
None. |
|
| PropertiesToCheck | Dictionary of string [key] and ValueTupleOfBooleanAndString [value] |
None. |
|
| NewPropertyValuesIEnumerable | Collection of Object |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A task that represents the asynchronous operation. The task result contains the HTTP response message indicating the result of the update operation.
| Name | Description | Type | Additional Information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |