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": "f2696191-53d7-4bcb-bb12-5d658dd12734",
"CountryId": [
"b46a207b-d4fb-4262-adf2-efb0352aaedb",
"587fe580-6b98-4cee-8f11-a59346e36f4a"
],
"StateOrProvinceId": [
"d7ed1cec-e599-4325-a1a2-020ab7300d8a",
"f6c4f497-121c-4b99-b71a-39183c0dc414"
],
"CityId": [
"ebe35203-a21d-4bd4-9217-83bb44fc08fc",
"1347b4df-918e-4306-a701-6a7f9fb068b2"
],
"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.