POST api/event/EventWhiteList
Request Information
URI Parameters
None.
Body Parameters
EventWhiteListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| 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:
{
"EventId": "7484da89-b9da-4868-aba3-e85f3145c358",
"Filter": "sample string 2",
"Department": "sample string 3",
"QueryClause": "sample string 4",
"ClientType": 5,
"Email": "sample string 6",
"OrderBy": "sample string 7",
"Page": 8,
"ItemsPerPage": 9,
"IsExport": true,
"StartDate": "2026-06-01T00:29:37.7565902+08:00",
"EndDate": "2026-06-01T00:29:37.7565902+08:00",
"EventIds": [
"ffa1ca31-6520-4e93-9ce2-207e2e51aec3",
"516a7bfa-0601-45a9-93f6-867c3daa9521"
]
}
application/xml, text/xml
Sample:
<EventWhiteListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<ClientType>5</ClientType>
<Department>sample string 3</Department>
<Email>sample string 6</Email>
<EndDate>2026-06-01T00:29:37.7565902+08:00</EndDate>
<EventIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ffa1ca31-6520-4e93-9ce2-207e2e51aec3</d2p1:guid>
<d2p1:guid>516a7bfa-0601-45a9-93f6-867c3daa9521</d2p1:guid>
</EventIds>
<Filter>sample string 2</Filter>
<IsExport>true</IsExport>
<ItemsPerPage>9</ItemsPerPage>
<OrderBy>sample string 7</OrderBy>
<Page>8</Page>
<QueryClause>sample string 4</QueryClause>
<StartDate>2026-06-01T00:29:37.7565902+08:00</StartDate>
<EventId>7484da89-b9da-4868-aba3-e85f3145c358</EventId>
</EventWhiteListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventWhiteListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventWhiteListResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.