POST api/state/amphure

Request Information

URI Parameters

None.

Body Parameters

StateSearchModel
NameDescriptionTypeAdditional information
search

string

None.

parent_id

integer

None.

role_id

integer

None.

person_code

globally unique identifier

None.

email

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": "c79cd30f-5c50-4c11-9d42-91295caa0787",
  "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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.