DELETE api/pt_calendar_detail/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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

month

signed byte

None.

year

integer

None.

bed_total

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:20:59.4729067+07:00",
  "modify_time": "2024-10-05T10:20:59.4729067+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "month": 64,
  "year": 9,
  "bed_total": 10
}