POST api/state/geographies
Request Information
URI Parameters
None.
Body Parameters
StateSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| search | string |
None. |
|
| parent_id | integer |
None. |
|
| role_id | integer |
None. |
|
| person_code | globally unique identifier |
None. |
|
| string |
None. |
||
| username | string |
None. |
|
| tag_id | integer |
None. |
|
| tag_trend_id | integer |
None. |
|
| all_page | integer |
None. |
|
| current_page | integer |
None. |
|
| limit_record | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"search": "sample string 1",
"parent_id": 2,
"role_id": 3,
"person_code": "24ffc475-92f8-41fd-ab78-9b6283a099d2",
"email": "sample string 5",
"username": "sample string 6",
"tag_id": 7,
"tag_trend_id": 8,
"all_page": 9,
"current_page": 10,
"limit_record": 11
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.