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": "65041678-562b-484c-9bf3-b7cee8ac69ba",
"CountryId": [
"746ce581-8660-46c3-bbe6-58387805746a",
"56f6b84f-7829-4d04-9267-36ba29d1aa31"
],
"StateOrProvinceId": [
"af297a8e-3065-4b6a-89e3-18af660fc6cd",
"ad4c29c2-be40-4fcf-aee0-cf6d8650588e"
],
"CityId": [
"c80a8fab-cd36-4350-b40b-4db4d6ab6d32",
"ad754451-1a30-4dcb-b9ae-b6c2e8a8b07b"
],
"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.