POST api/staff_ceritfication

Request Information

URI Parameters

None.

Body Parameters

staff_ceritfication
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

staff_id

integer

None.

title

string

None.

detail

string

None.

file_name

string

None.

file_extention

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:22:17.7371701+07:00",
  "modify_time": "2024-10-05T10:22:17.7371701+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "staff_id": 8,
  "title": "sample string 9",
  "detail": "sample string 10",
  "file_name": "sample string 11",
  "file_extention": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

staff_ceritfication
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

staff_id

integer

None.

title

string

None.

detail

string

None.

file_name

string

None.

file_extention

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:22:17.7371701+07:00",
  "modify_time": "2024-10-05T10:22:17.7371701+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "staff_id": 8,
  "title": "sample string 9",
  "detail": "sample string 10",
  "file_name": "sample string 11",
  "file_extention": "sample string 12"
}