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": "c36a5eae-39eb-4f3b-9035-444c38e28b5b",
"CountryId": [
"8e2def8b-cef7-4615-b8eb-114d68810f3d",
"de0bda06-6937-4d27-8931-d85fe1ae8792"
],
"StateOrProvinceId": [
"7760cb9a-9655-4c01-b100-dd02645aea59",
"5a7a5f4a-191a-47b7-be9d-3f88d967e595"
],
"CityId": [
"f6833685-7038-47c0-90e6-63e11f4f7be0",
"bec7dadb-17b1-44eb-9955-bb8be21d1645"
],
"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.