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": "4baf703a-74ee-4969-b01b-60675892b77f",
"CountryId": [
"e93bad8c-4f5e-4593-9fee-d9298706c9b7",
"374095e3-3bd8-4819-87a4-496921f3d1cc"
],
"StateOrProvinceId": [
"fa04730f-b2e0-4c2d-9ddb-81353904b0ab",
"edb1d9ec-031e-4692-8082-f00fcd2fe318"
],
"CityId": [
"e6f5c726-cf1f-460a-9856-672a12b64e21",
"c92dac1d-6038-444b-a201-9dadb9ed15ad"
],
"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.