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": "4f53eddb-fd16-4829-af65-20d4e53981a4",
"CountryId": [
"8cb51a93-dbb0-4b4b-acf4-5a2cab4aa781",
"274ece27-e1fe-458e-a57e-864b55a6dda7"
],
"StateOrProvinceId": [
"3f548d5e-f023-47e1-9617-2547e5bfd0f4",
"394421e1-bd57-4f6f-a0ab-1c400342a13c"
],
"CityId": [
"636af886-684d-4259-8f27-61155ddc037f",
"22a020a0-b640-42b2-a843-87b495e08258"
],
"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.