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": "47aa0236-d432-47b4-bb24-77dd2bf153dd",
"CountryId": [
"da339bd6-fc97-42be-9471-16edd4b4e192",
"8ac60cdd-395b-4cea-b682-5ad823474398"
],
"StateOrProvinceId": [
"c2d904ff-d9ae-4969-b12f-a7971c28725d",
"8ad8c556-5e6c-4e9b-a0ad-622cc778d2ec"
],
"CityId": [
"65cb22e1-95d4-49ce-af2d-66fd6a608b04",
"8c8337e8-789a-4c13-8a72-8b0d2924d287"
],
"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.