POST api/order/search
Request Information
URI Parameters
None.
Body Parameters
OrderSearchDto| Name | Description | Type | Additional 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": "8e6b5e02-d64a-40ed-a5ec-c3d800756150",
"placedFrom": "2026-06-07T08:21:01.8531156+02:00",
"placedTo": "2026-06-07T08:21:01.8531156+02:00",
"status": "sample string 1",
"start": 2,
"length": 3,
"externalOrders": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.