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": "d4653305-0d81-4869-a81b-6ce94b491103",
"CountryId": [
"3bd054c8-8381-4138-be72-74882cb63918",
"7bdfef07-9c53-4058-b5d4-9a9a558ac08a"
],
"StateOrProvinceId": [
"c554c095-4449-4090-932f-26df8bc23e87",
"7d932c6f-eb56-48f1-b532-6a98f206c48e"
],
"CityId": [
"d1b2146f-4eaf-4b87-b092-9532e7ef48b4",
"8269c272-bc2e-4530-b41b-edeaaf27154a"
],
"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.