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": "7c838ed5-f07f-40f5-952c-ef97b399d853",
"CountryId": [
"c1578dbd-b5f0-4f1b-881c-6913ca16bd37",
"3a303af9-837b-4f08-a5cb-5af8562047d5"
],
"StateOrProvinceId": [
"1664238f-6282-41ec-80e3-b6c72500cab4",
"961ae621-9eef-4e9d-a4b1-54a1ec393247"
],
"CityId": [
"1dafc52c-66b0-4269-a52d-8e2be1db51e1",
"12adb26c-34c0-4ef3-8ab6-3b924b88dc81"
],
"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.