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": "3a0fe752-b1ce-4da4-8f37-5e21bd18f494",
"CountryId": [
"0117bc86-1889-4a48-8637-c9bb5fd66082",
"4c9d1988-4117-40cb-829a-7decf668a0de"
],
"StateOrProvinceId": [
"4899e5a9-d317-4a4b-ba44-36ce76ec037f",
"59dddfe2-fd8e-4f7f-8606-80c7436b370e"
],
"CityId": [
"fe72cf33-6ab9-489b-ad9f-f3e5515db97a",
"dfe1a3e6-311c-4fb9-af02-fa39803fab84"
],
"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.