POST api/finance/EventKeyWordSearch
Request Information
URI Parameters
None.
Body Parameters
EventKeyWordRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyWord | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KeyWord": "sample string 1"
}
application/xml, text/xml
Sample:
<EventKeyWordRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <KeyWord>sample string 1</KeyWord> </EventKeyWordRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfListOfKeyValuePairOfGuidAndString| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Collection of Pair of globally unique identifier [key] and string [value] |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.