POST api/Location/summary
Request Information
URI Parameters
None.
Body Parameters
CompaniesFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| JoinDateFrom | date |
None. |
|
| JoinDateTo | date |
None. |
|
| ReviewCreatedFrom | date |
None. |
|
| ReviewCreatedTo | date |
None. |
|
| Sort | string |
None. |
|
| Sortdir | string |
None. |
|
| SkipRow | integer |
None. |
|
| PageSize | integer |
None. |
|
| Accountkeys | string |
None. |
|
| LocationKey | integer |
None. |
|
| SearchPhrase | string |
None. |
|
| AdvancedFilterJson | string |
None. |
|
| Category | string |
None. |
|
| IsArchived | boolean |
None. |
|
| FilterWhitelabelId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"JoinDateFrom": "2026-04-07T17:58:00.5209121+00:00",
"JoinDateTo": "2026-04-07T17:58:00.5209121+00:00",
"ReviewCreatedFrom": "2026-04-07T17:58:00.5209121+00:00",
"ReviewCreatedTo": "2026-04-07T17:58:00.5209121+00:00",
"Sort": "sample string 1",
"Sortdir": "sample string 2",
"SkipRow": 3,
"PageSize": 4,
"Accountkeys": "sample string 5",
"LocationKey": 1,
"SearchPhrase": "sample string 6",
"AdvancedFilterJson": "sample string 7",
"Category": "sample string 8",
"IsArchived": true,
"FilterWhitelabelId": "5ac65d77-31fb-480a-b227-b129992ec9e0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.