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": "c3c0beaa-8c2b-4c24-bd5b-2bd9f2e1356a",
"CountryId": [
"ba30a424-be8c-4aa0-9e6a-6a5c0226d6cd",
"0b104913-3b70-43c6-99af-cb33517b6338"
],
"StateOrProvinceId": [
"7d99e154-d7a6-4fad-941a-e65b61feb9db",
"038d0cfc-be95-4d55-b4e8-b2e71b7c05cb"
],
"CityId": [
"97278a17-7cda-400f-837c-018bc0e001c9",
"7420eb4d-2bcf-43ad-b138-5eab626c8a46"
],
"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.