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": "f0301e91-0a33-414e-8fe0-d9559b30eebe",
"CountryId": [
"48f8ecda-0b9f-4d27-8c68-151dfb6c5460",
"42a44812-4a82-46c5-a890-b8efd2229b41"
],
"StateOrProvinceId": [
"72c0a258-c2dd-48c0-8fd3-716aae85232b",
"4387b38d-7066-496d-baf8-dc17d2a53485"
],
"CityId": [
"3b261890-a975-449e-ad65-8a0ea5333e47",
"baa7794f-46ea-4f08-99a2-8a2a7a20e1f1"
],
"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.