POST api/order/OnlineOrder/{onlineOrderID}/UpdateMarketShow?marketShowID={marketShowID}
This function allows updating the market show for an online order that has not been posted yet.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| onlineOrderID |
The ID of the Online Order. |
integer |
Required |
| marketShowID |
The ID of the Market Show. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IOperationResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| ValidationErrors | Dictionary of string [key] and string [value] |
None. |
|
| Value | Object |
None. |
Response Formats
application/xml, text/xml
Sample:
<OperationResult> <IsSuccessful>False</IsSuccessful> <ValidationErrors /> <Value /> </OperationResult>
application/json, text/json
Sample:
{
"IsSuccessful": false,
"ValidationErrors": {}
}