POST api/Orders

Request Information

URI Parameters

None.

Body Parameters

OrdersDate
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "2026-03-03T14:42:42.4830031+02:00",
  "EndDate": "2026-03-03T14:42:42.4835368+02:00"
}

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 'OrdersDate'.

Response Information

Resource Description

OrdersDate
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "StartDate": "2026-03-03T14:42:42.4982775+02:00",
  "EndDate": "2026-03-03T14:42:42.4982775+02:00"
}