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": "f6b0c129-a2ec-4e87-9378-432ee68b1c8b",
"CountryId": [
"a072aa3a-dd34-4400-ada2-e168d8cd9122",
"1b5152da-71b8-416f-9701-ec4d7fecc94e"
],
"StateOrProvinceId": [
"b89059f1-7c9b-464f-9438-33e6a5cc76c3",
"f9afb6dd-38cb-40cc-b4a8-e514cfa1f550"
],
"CityId": [
"3f252c81-9971-479b-a93d-8fd5d83b3e9b",
"6e4862b7-6690-46e2-868e-ac0fb2a0af1b"
],
"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.