POST api/clients/search
Request Information
URI Parameters
None.
Body Parameters
ClientSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryCode | string |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"countryCode": "sample string 1",
"skip": 2,
"take": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.