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": "5217dd08-5cc7-4d64-87e9-72e02ffd07b9",
"CountryId": [
"7dfa9f48-49c5-432e-8bd3-3a1125d3f2fe",
"577476ea-582e-4be8-b3b9-89086a487c2d"
],
"StateOrProvinceId": [
"f41461a1-de3e-42fb-bead-3f6392080349",
"2a045dae-70d2-460d-96e8-fd7857324f5c"
],
"CityId": [
"c6f39465-43f1-4874-8017-ab2a23a4e3ad",
"e8e9c61a-3bf7-42d3-93ea-8a51f8b982bb"
],
"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.