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": "20be6232-f344-417b-b721-5f47719f990c",
"CountryId": [
"2a7876e1-a790-4a90-b44a-ac5a5fbca29e",
"82f5c7ac-b637-4801-b477-a37dd15e2173"
],
"StateOrProvinceId": [
"29224c7f-3eb6-43e1-acc2-402d94dbfab6",
"455b73c5-2b81-469c-b216-db62d788997f"
],
"CityId": [
"2c99493f-1ce6-416c-b259-4f29d62c7604",
"ee5c22a8-ffa1-4504-b3ce-7a43007322af"
],
"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.