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": "ec6dae47-083f-4197-8166-9598f6af6199",
"CountryId": [
"e900c686-0212-4996-a11b-b795d54aa024",
"6ff8f200-49a6-4594-9837-467fd6ae6062"
],
"StateOrProvinceId": [
"7f3b5f61-e3a3-4557-bb04-14484bd7e75e",
"67e75b69-2dfa-45c3-b7fb-901b12019016"
],
"CityId": [
"dd161122-a6df-48e1-8a66-8159a82dc5e5",
"42002503-d737-4014-95f5-1c16f8a7de56"
],
"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.