POST api/k_alcohol_status

Request Information

URI Parameters

None.

Body Parameters

k_alcohol_status
NameDescriptionTypeAdditional information
id

signed byte

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

title

string

None.

detail

string

None.

trtid

signed byte

None.

isactive

signed byte

None.

order

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 64,
  "create_time": "2024-10-05T10:26:01.3115241+07:00",
  "modify_time": "2024-10-05T10:26:01.3115241+07:00",
  "modify_by": 1,
  "record_status_id": 64,
  "title": "sample string 3",
  "detail": "sample string 4",
  "trtid": 64,
  "isactive": 64,
  "order": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

k_alcohol_status
NameDescriptionTypeAdditional information
id

signed byte

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

title

string

None.

detail

string

None.

trtid

signed byte

None.

isactive

signed byte

None.

order

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 64,
  "create_time": "2024-10-05T10:26:01.3115241+07:00",
  "modify_time": "2024-10-05T10:26:01.3115241+07:00",
  "modify_by": 1,
  "record_status_id": 64,
  "title": "sample string 3",
  "detail": "sample string 4",
  "trtid": 64,
  "isactive": 64,
  "order": 1
}