POST api/client/ExternalClientAllList
Request Information
URI Parameters
None.
Body Parameters
FilterRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Filter | string |
None. |
|
| Department | string |
None. |
|
| QueryClause | string |
None. |
|
| ClientType | integer |
None. |
|
| string |
None. |
||
| OrderBy | string |
None. |
|
| Page | integer |
None. |
|
| ItemsPerPage | integer |
None. |
|
| IsExport | boolean |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| EventIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Filter": "sample string 1",
"Department": "sample string 2",
"QueryClause": "sample string 3",
"ClientType": 4,
"Email": "sample string 5",
"OrderBy": "sample string 6",
"Page": 7,
"ItemsPerPage": 8,
"IsExport": true,
"StartDate": "2026-05-31T22:56:24.1989504+08:00",
"EndDate": "2026-05-31T22:56:24.1989504+08:00",
"EventIds": [
"978f5e5d-8209-4953-8083-6813969e0b4a",
"fef7c1b0-4d98-4f0d-ac38-d1e17d013f68"
]
}
application/xml, text/xml
Sample:
<FilterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<ClientType>4</ClientType>
<Department>sample string 2</Department>
<Email>sample string 5</Email>
<EndDate>2026-05-31T22:56:24.1989504+08:00</EndDate>
<EventIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>978f5e5d-8209-4953-8083-6813969e0b4a</d2p1:guid>
<d2p1:guid>fef7c1b0-4d98-4f0d-ac38-d1e17d013f68</d2p1:guid>
</EventIds>
<Filter>sample string 1</Filter>
<IsExport>true</IsExport>
<ItemsPerPage>8</ItemsPerPage>
<OrderBy>sample string 6</OrderBy>
<Page>7</Page>
<QueryClause>sample string 3</QueryClause>
<StartDate>2026-05-31T22:56:24.1989504+08:00</StartDate>
</FilterRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfExternalClientListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ExternalClientListResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.