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": "08283c8f-5dd0-4fd8-a7b2-0d021566e3d1",
"CountryId": [
"1037c452-4c87-4686-ab61-29a835c51a6a",
"6a9db73a-0fbe-4a2d-bf96-5be3d4cec0ef"
],
"StateOrProvinceId": [
"5e504753-b2a0-4c97-90b2-4b7182765606",
"10c8dc3f-55d4-4a39-9cd3-06b5b07fb9f1"
],
"CityId": [
"b6c63035-9c77-4318-9e89-e56e0e38093c",
"eb9b1241-601d-4910-8f7c-24524791009d"
],
"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.