DELETE api/kidney_transplantation/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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

start_kidneytrans_year

string

None.

detail

string

None.

record_date

date

None.

total_living_related

integer

None.

total_cadaveric

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:15:26.6865974+07:00",
  "modify_time": "2024-10-05T10:15:26.6865974+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "start_kidneytrans_year": "sample string 8",
  "detail": "sample string 9",
  "record_date": "2024-10-05T10:15:26.6865974+07:00",
  "total_living_related": 11,
  "total_cadaveric": 12
}