POST api/Order/ValidateScheduledOrder

Request Information

URI Parameters

None.

Body Parameters

ValidateScheduleRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ValidateScheduleRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.