POST api/account/GetAssignedCountriesToUserForDDL
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": "efc1c5a2-f3cc-43fd-b06d-d1f131cb5ca5",
"CountryId": [
"e685ffb9-0e54-43af-aee2-03f2f1efd7f7",
"d5064726-b271-4dda-b7bd-e997b349998c"
],
"StateOrProvinceId": [
"62f92f95-97ab-45b8-9ddc-2667c95bf393",
"2c4c05bf-bc70-42b6-b633-e948e05951fa"
],
"CityId": [
"7431f037-9a20-4a63-9ead-0382de10c588",
"e5f9415c-8968-4414-9e24-c38e74e8b0b8"
],
"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.