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": "7824d798-a0e7-44c2-9f8d-b1dafcac1f98",
"CountryId": [
"7a7ff93b-ffd0-4e9a-aa21-310f88fce034",
"fc0a63dc-63dd-49c7-97f0-904ee60221e5"
],
"StateOrProvinceId": [
"977a48ad-b42f-4a1e-b2a0-ccface278b47",
"8aa70a2f-fbf1-4f2b-af3e-1ef2a4b39f9d"
],
"CityId": [
"d5cfae40-010c-4855-bb49-6c81979c62ae",
"12d62b39-982d-448e-a731-62dc8cb2a971"
],
"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.