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": "e81c52a2-2514-4c00-ad61-0a4d5168ca5c",
  "ScheduledAt": "2026-08-26T02:53:31.7879243+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-08-26T02:53:31.7879243+10:00</ScheduledAt>
  <StoreId>e81c52a2-2514-4c00-ad61-0a4d5168ca5c</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.