PUT api/pt_bed_round/calendar/reserve

Request Information

URI Parameters

None.

Body Parameters

PatientResvBedDetail
NameDescriptionTypeAdditional information
center_id

integer

None.

hd_date

date

None.

round_id

integer

None.

bed_number

integer

None.

pateint_id

integer

None.

resev_type

ResvType

None.

Request Formats

application/json, text/json

Sample:
{
  "center_id": 1,
  "hd_date": "2024-10-05T10:21:15.6701941+07:00",
  "round_id": 3,
  "bed_number": 4,
  "pateint_id": 5,
  "resev_type": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.