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": "3a9d14f2-d349-4ee7-8169-c4367c74b07d",
"CountryId": [
"123b6239-b1fc-4287-baf4-24a59b49bb13",
"4e21ed6f-eb16-4f2c-99a9-4a4d7833b963"
],
"StateOrProvinceId": [
"1b96737b-0e35-4eb5-bb7d-d0eacfabf8ee",
"19964fd1-a77d-427e-a178-26a52f29b217"
],
"CityId": [
"74b5f7e2-a999-4fb9-bcee-baa1ad2a018f",
"690ad209-fa50-4f7d-b8a2-0ea16fa105a4"
],
"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.