POST api/order/search

Request Information

URI Parameters

None.

Body Parameters

OrderSearchDto
NameDescriptionTypeAdditional information
PersonId

globally unique identifier

None.

PlacedFrom

date

None.

PlacedTo

date

None.

Status

string

None.

Start

integer

None.

Length

integer

None.

ExternalOrders

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "personId": "f1ed941c-e65c-4905-972a-9a3f9f0ed4b2",
  "placedFrom": "2026-04-07T14:25:41.7741291+02:00",
  "placedTo": "2026-04-07T14:25:41.7741291+02:00",
  "status": "sample string 1",
  "start": 2,
  "length": 3,
  "externalOrders": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.