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": "e3e445b3-8c46-4e2b-8f31-f4a1ffe1741f",
"CountryId": [
"acbe4b45-ed2c-4286-aea5-b1106f4542ef",
"35e5f877-e179-43ca-a004-8b81cbc0ba00"
],
"StateOrProvinceId": [
"91179682-4baa-42f8-80f7-828bb93951ff",
"0b47ae25-94ad-4e99-87e6-7ee57aae2e8b"
],
"CityId": [
"607d6d2c-1dc5-4c29-a4f8-2d9de2acbefb",
"68efc27e-e0a0-4185-88e2-9876cae317bf"
],
"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.