POST api/event/SearchWhiteList
Request Information
URI Parameters
None.
Body Parameters
WhiteListSearchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| QuesryStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "8e8219c4-5a4e-4e7e-b53f-9a2b87bc0c5c",
"QuesryStr": "sample string 2"
}
application/xml, text/xml
Sample:
<WhiteListSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <EventId>8e8219c4-5a4e-4e7e-b53f-9a2b87bc0c5c</EventId> <QuesryStr>sample string 2</QuesryStr> </WhiteListSearchRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfListOfWhiteListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Collection of WhiteListResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.