POST api/Islah/GetUsersAgainstCities
Request Information
URI Parameters
None.
Body Parameters
GetUsersRequestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| CountryId | Collection of globally unique identifier |
None. |
|
| StateOrProvinceId | Collection of globally unique identifier |
None. |
|
| CityId | Collection of globally unique identifier |
None. |
|
| Search | string |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| ApplyIslahiFilter | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "8ef93331-be29-44db-880b-5951a63b19f8",
"CountryId": [
"89a258af-06ec-4138-96e5-6bf73fd6fd25",
"c690b1fe-217a-44ca-a91d-1804bf9b3ba2"
],
"StateOrProvinceId": [
"79021216-a72a-4412-ba7a-bebab0fbb246",
"d239fa57-e1fb-4e9b-95d3-a662036acfb2"
],
"CityId": [
"eff38a36-e9bd-46a6-93d6-5b053eb08be2",
"5402fbc0-739f-4513-a7b5-f9f412c7cfb3"
],
"Search": "sample string 1",
"Start": 1,
"Length": 1,
"ApplyIslahiFilter": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.