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": "7581cf01-8d18-41a8-8cbe-2b33041898a3",
"CountryId": [
"7e94c895-e471-40e4-8c52-eabfdd7bf39f",
"bb7a5b20-5ad5-43de-b7dc-5fd90b723302"
],
"StateOrProvinceId": [
"17988e4f-dac2-4c7a-a976-0e8e88ea2eaa",
"9219bea9-d785-4c5e-a415-3f789105b98f"
],
"CityId": [
"6e53b115-ad1a-4c51-a619-929e827166a5",
"5c3b8678-4c59-489e-bb3c-6fa8cd470a90"
],
"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.