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": "b725dc51-4257-4fd4-b4aa-fc8b49d59959",
"placedFrom": "2025-12-30T23:39:44.539185+01:00",
"placedTo": "2025-12-30T23:39:44.539185+01:00",
"status": "sample string 1",
"statuses": [
1,
2
],
"start": 2,
"length": 3,
"externalOrders": true,
"onlyParadiseOrders": true,
"shortUnique": "sample string 4",
"selectedCampaigns": [
"d754ac55-bcb1-40a6-8980-3b769c4edf49",
"438fd4f7-7398-4cc6-a2b1-edd2e02241b0"
],
"selectedProducts": [
"e3098f38-b83f-431e-af27-0020ee484ec6",
"8543a2b2-ff1d-4633-922c-26cf599a78b1"
],
"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.