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": "7249709e-44ae-4775-a356-43dc8ba01a79",
"CountryId": [
"d7a5596b-99db-41ce-b2b0-24d0cf4234be",
"2ba79131-51c8-41e6-98d0-efd325224cf3"
],
"StateOrProvinceId": [
"20200726-efd1-4544-9e67-954b0f84052c",
"c56feb67-be5b-492f-aa58-3a0e9cc3a497"
],
"CityId": [
"062cd241-0300-4a68-adef-74197f26e619",
"3f13e124-aad6-4cf6-b16a-a9c343a59ede"
],
"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.