POST api/accountv2/getclientimage
Request Information
URI Parameters
None.
Body Parameters
DynamicSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchJSONFilter | string |
None. |
|
| Key | string |
None. |
|
| FiltersJSON | string |
None. |
|
| SearchText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchJSONFilter": "sample string 1",
"Key": "sample string 2",
"FiltersJSON": "sample string 3",
"SearchText": "sample string 4"
}
application/xml, text/xml
Sample:
<DynamicSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Modulusv4.Domain"> <FiltersJSON>sample string 3</FiltersJSON> <Key>sample string 2</Key> <SearchJSONFilter>sample string 1</SearchJSONFilter> <SearchText>sample string 4</SearchText> </DynamicSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |