POST api/kidney_transplantation
Request Information
URI Parameters
None.
Body Parameters
kidney_transplantation| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"cluster_id": 2,
"center_id": 3,
"create_time": "2025-10-28T13:57:01.8242802+07:00",
"modify_time": "2025-10-28T13:57:01.8242802+07:00",
"modify_by": 6,
"record_status_id": 64,
"start_kidneytrans_year": "sample string 8",
"detail": "sample string 9",
"record_date": "2025-10-28T13:57:01.8242802+07:00",
"total_living_related": 11,
"total_cadaveric": 12
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
kidney_transplantation| Name | Description | Type | Additional 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": "2025-10-28T13:57:01.8242802+07:00",
"modify_time": "2025-10-28T13:57:01.8242802+07:00",
"modify_by": 6,
"record_status_id": 64,
"start_kidneytrans_year": "sample string 8",
"detail": "sample string 9",
"record_date": "2025-10-28T13:57:01.8242802+07:00",
"total_living_related": 11,
"total_cadaveric": 12
}