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": "e6f514a7-fefd-407e-a00f-6c4ef3833200",
"ScheduledAt": "2026-09-10T08:20:48.4332389+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-10T08:20:48.4332389+10:00</ScheduledAt> <StoreId>e6f514a7-fefd-407e-a00f-6c4ef3833200</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.