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-06-22T12:55:38.2288586+03:00",
  "EndDate": "2026-06-22T12:55:38.2288586+03: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-06-22T12:55:38.2446854+03:00",
  "EndDate": "2026-06-22T12:55:38.2446854+03:00"
}