POST api/getExternalUsersByFilters
Request Information
URI Parameters
None.
Body Parameters
UserFiltersModel| Name | Description | Type | Additional information |
|---|---|---|---|
| userCount | string |
None. |
|
| industry | string |
None. |
|
| country | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| gender | string |
None. |
|
| age | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userCount": "sample string 1",
"industry": "sample string 2",
"country": "sample string 3",
"state": "sample string 4",
"city": "sample string 5",
"gender": "sample string 6",
"age": "sample string 7"
}
application/xml, text/xml
Sample:
<UserFiltersModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPISolution.Models.EmployeeMaster"> <age>sample string 7</age> <city>sample string 5</city> <country>sample string 3</country> <gender>sample string 6</gender> <industry>sample string 2</industry> <state>sample string 4</state> <userCount>sample string 1</userCount> </UserFiltersModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />