POST api/account/GetAssignedCitiesToUser
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": "47a3a316-7d21-49cd-9aeb-1b362214d5aa",
"CountryId": [
"b2ff74e8-4d38-4d71-8e3a-1a22e82c4c32",
"cc0443fd-8ff3-4428-9415-6c15e263acd7"
],
"StateOrProvinceId": [
"b9104a42-554d-468b-b79c-928b22e3e17d",
"7295e67c-f567-4cc8-87a9-36bfca6ea27f"
],
"CityId": [
"92f2b60a-baca-4f73-bbc6-9617cdba3b22",
"c6a74272-fad5-4597-a36e-666b56ef4d28"
],
"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.