PUT api/pt_vaccine/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
pt_vaccineName | 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. |
|
patient_id | integer |
None. |
|
vaccine_date | date |
None. |
|
brand_id | integer |
None. |
|
brand_other | string |
None. |
|
vaccine_id | integer |
None. |
|
vaccine_other | string |
None. |
|
vaccine_status | integer |
None. |
|
order | integer |
None. |
|
vaccine_no | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:43:50.6409683+07:00", "modify_time": "2024-11-21T15:43:50.6409683+07:00", "modify_by": 6, "record_status_id": 64, "patient_id": 8, "vaccine_date": "2024-11-21T15:43:50.6409683+07:00", "brand_id": 10, "brand_other": "sample string 11", "vaccine_id": 12, "vaccine_other": "sample string 13", "vaccine_status": 14, "order": 1, "vaccine_no": 15 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.