POST api/account/GetAssignedStateOrProvincesToUser
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": "8b342e8a-5fbe-414e-abed-399439c3804f",
"CountryId": [
"8a7139d0-fb11-49f4-8cf3-8954caceea1a",
"8b918fee-965a-44e8-b105-e4c1058da349"
],
"StateOrProvinceId": [
"32805839-5645-4bb6-ba9c-6eca3e672b99",
"f5bf2e37-f8c4-4828-a97e-ff20cf358dfb"
],
"CityId": [
"e4bad492-1b81-4e80-992b-8f241444e1a5",
"e8cfd617-9060-4f1a-b3d4-f3d92b554ac4"
],
"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.