PUT api/visit_detail/registration/extend?visit_id={visit_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| visit_id | integer |
Required |
Body Parameters
VisitDetailExtend| Name | Description | Type | Additional information |
|---|---|---|---|
| center_id | integer |
None. |
|
| id | integer |
None. |
|
| user_id | integer |
None. |
|
| doctor1_id | integer |
None. |
|
| doctor2_id | integer |
None. |
|
| weight_pre | decimal number |
None. |
|
| weight_post | decimal number |
None. |
|
| bp_pre | string |
None. |
|
| bp_post | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"center_id": 1,
"id": 2,
"user_id": 3,
"doctor1_id": 4,
"doctor2_id": 5,
"weight_pre": 6.0,
"weight_post": 7.0,
"bp_pre": "sample string 8",
"bp_post": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.