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. |
|
| Statuses | Collection of integer |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| ExternalOrders | boolean |
None. |
|
| OnlyParadiseOrders | boolean |
None. |
|
| ShortUnique | string |
None. |
|
| SelectedCampaigns | Collection of globally unique identifier |
None. |
|
| SelectedProducts | Collection of globally unique identifier |
None. |
|
| IncludeExternalOrders | boolean |
None. |
|
| CountryCodes | Collection of string |
None. |
|
| Currencies | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"personId": "89c635c7-8dad-45ca-b4b9-e956d6f9b432",
"placedFrom": "2026-09-08T06:16:52.0651133+02:00",
"placedTo": "2026-09-08T06:16:52.0651133+02:00",
"status": "sample string 1",
"statuses": [
1,
2
],
"start": 2,
"length": 3,
"externalOrders": true,
"onlyParadiseOrders": true,
"shortUnique": "sample string 4",
"selectedCampaigns": [
"6511cf5d-da49-49ec-ac95-bd065d5f8d13",
"720d9fba-d772-43b0-9b1e-db999b6527d6"
],
"selectedProducts": [
"c0b6e70f-39af-45f8-ac76-8c55ec56fa10",
"3d7a8069-9e41-42ad-b2ce-532425789e80"
],
"includeExternalOrders": true,
"countryCodes": [
"sample string 1",
"sample string 2"
],
"currencies": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.