POST api/Order/ValidateScheduledOrder
Request Information
URI Parameters
None.
Body Parameters
ValidateScheduleRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreId | globally unique identifier |
None. |
|
| ScheduledAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"StoreId": "8feae281-1d2b-4ced-b89c-41a796730fb0",
"ScheduledAt": "2026-09-09T12:10:18.2106826+10:00"
}
application/xml, text/xml
Sample:
<ValidateScheduleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi2.Controllers"> <ScheduledAt>2026-09-09T12:10:18.2106826+10:00</ScheduledAt> <StoreId>8feae281-1d2b-4ced-b89c-41a796730fb0</StoreId> </ValidateScheduleRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.