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": "ca3601b7-e909-4865-a1e1-2ebf26cb21df",
"CountryId": [
"dcd9bb9e-fd0b-4d4f-a678-e91d58c10202",
"5714ad62-d03e-4a91-9984-79ea613b54e7"
],
"StateOrProvinceId": [
"32758aec-e923-46d8-906d-ca92b6616268",
"e059ee36-5fc4-43c2-b155-8c768b053e6c"
],
"CityId": [
"2996cfcb-380a-4f19-a10c-b7614f9fe208",
"5e258268-9a2b-4f80-b53a-9533256f5629"
],
"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.