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": "fa5dfb7c-ce5e-4ec5-a518-67304bef8e16",
"CountryId": [
"747742a5-961f-433f-b547-d665999f3125",
"66f84545-8368-4a1b-820c-5b739d0f083f"
],
"StateOrProvinceId": [
"cb209e15-367a-432f-ac36-55d169a3168d",
"a5c2aeb3-9bb6-4d2f-b39a-0f4baa1a99ac"
],
"CityId": [
"fa5ebb74-7e68-4c82-8faf-306fdb67a9ed",
"87357529-0913-4412-9965-d5ed58930251"
],
"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.