POST api/calendar_template_round

Request Information

URI Parameters

None.

Body Parameters

calendar_template_round
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.

title

string

None.

template_day_id

integer

None.

number

integer

None.

time_begin

date

None.

time_end

date

None.

total_hour

integer

None.

total_min

integer

None.

isactive

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:20:50.535501+07:00",
  "modify_time": "2024-10-05T10:20:50.535501+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "title": "sample string 8",
  "template_day_id": 9,
  "number": 10,
  "time_begin": "2024-10-05T10:20:50.535501+07:00",
  "time_end": "2024-10-05T10:20:50.535501+07:00",
  "total_hour": 1,
  "total_min": 1,
  "isactive": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

calendar_template_round
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.

title

string

None.

template_day_id

integer

None.

number

integer

None.

time_begin

date

None.

time_end

date

None.

total_hour

integer

None.

total_min

integer

None.

isactive

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:20:50.535501+07:00",
  "modify_time": "2024-10-05T10:20:50.535501+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "title": "sample string 8",
  "template_day_id": 9,
  "number": 10,
  "time_begin": "2024-10-05T10:20:50.535501+07:00",
  "time_end": "2024-10-05T10:20:50.535501+07:00",
  "total_hour": 1,
  "total_min": 1,
  "isactive": 1
}