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": "a81c2b37-b49a-43b7-92fc-19fd5704cde7",
"CountryId": [
"18b9df7d-e127-4aab-bb6e-7d39fd103255",
"9ee53523-7aab-448b-b52e-bff0634f9c78"
],
"StateOrProvinceId": [
"64fd2f14-8816-437d-9668-46648d5f6c36",
"515437c6-061f-4d41-94a6-0adfdb4b57ea"
],
"CityId": [
"9f4ea949-6c03-4332-8b48-dc751db71473",
"3673b7d7-7ae7-4486-8b76-02ba3f8bf626"
],
"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.