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": "ebdbd4f4-73e7-4cd0-ac6e-35d4327a5fd4",
"CountryId": [
"8966eebd-ddf1-4433-b9aa-93aaf1089646",
"6f95d76c-4634-4745-a3b9-fe072181aea5"
],
"StateOrProvinceId": [
"9533fe03-7dc9-4b21-8970-d528994c84b8",
"192ffc8d-9072-4634-bad9-a39098183358"
],
"CityId": [
"65d04e76-091b-46ac-9795-dd93bff9edf1",
"8de9539f-6815-45b7-b479-2f2d07d5998d"
],
"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.