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": "2f0d46f5-2e5b-4d0c-955d-7e70fa2382c3",
"CountryId": [
"d527c04c-e606-4486-91eb-6b43eddb1b83",
"b8e4103b-b288-42b3-88dd-c2b903bf2a3f"
],
"StateOrProvinceId": [
"ca399623-9778-41e0-91dc-d564a41a9b98",
"f4d95f3f-161c-42b6-980b-c13959af18f3"
],
"CityId": [
"acd4a467-c535-4751-8063-8a646f9acec1",
"9d0224fb-dce9-4bac-8480-407a4ac4984d"
],
"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.