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": "0e769ea3-63c7-4884-8e99-f3d3b7f5a7c6",
"CountryId": [
"6917d6dd-ae3b-49db-bedc-f6af6334d1fd",
"4f0bc979-aeba-461d-90f5-f305115ffae1"
],
"StateOrProvinceId": [
"ab837b9f-3eb9-4d82-b7f0-02cccb5e7102",
"8b5378e4-4bc9-43da-b64b-620573fe0a55"
],
"CityId": [
"947cf971-2879-44f7-a536-f720e7a331ad",
"49c830fd-b1b9-4218-920b-a304933ebbb1"
],
"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.