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": "b3504fe2-7acd-478e-9974-a07b3c203567",
"CountryId": [
"7bbcde84-41aa-4ca9-8147-39dedb671601",
"f941d9a4-9a39-45e4-9ffb-06247821eba4"
],
"StateOrProvinceId": [
"c5c4b3f9-9981-4aa4-94f8-0f05f9631ec1",
"f06d13fa-73f9-4747-8a81-94b4944b04af"
],
"CityId": [
"f26c90f0-ec4b-4c86-8bc5-cddb0f55c6a9",
"297606f2-c48e-49c3-afae-0c6632583c0b"
],
"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.