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": "5246069d-9cc1-4e23-b1f7-4632e2afaf8c",
"CountryId": [
"7d997a10-f23a-4a31-8ddc-dd2e4180ebb4",
"f5428e6e-68c6-40c3-a485-cb3038bcff16"
],
"StateOrProvinceId": [
"a7b1073e-5943-4337-8341-dce2b748e4b7",
"9bfa55ff-0b6c-4e60-be9e-48e61b00145b"
],
"CityId": [
"94106169-edcb-4cc2-95dd-2dab11de7e52",
"f32dab7f-8ea5-4049-b63f-672b07c7f207"
],
"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.