PUT api/iron_supplement/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
iron_supplement| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| center_id | integer |
None. |
|
| cluster_id | integer |
None. |
|
| create_time | date |
None. |
|
| modify_time | date |
None. |
|
| modify_by | integer |
None. |
|
| record_status_id | signed byte |
None. |
|
| title | string |
None. |
|
| descrition | string |
None. |
|
| trt_id | integer |
None. |
|
| isactive | integer |
None. |
|
| default_dose | integer |
None. |
|
| default_price | decimal number |
None. |
|
| datatype_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"center_id": 2,
"cluster_id": 3,
"create_time": "2025-10-30T15:48:43.8978055+07:00",
"modify_time": "2025-10-30T15:48:43.8978055+07:00",
"modify_by": 6,
"record_status_id": 64,
"title": "sample string 8",
"descrition": "sample string 9",
"trt_id": 1,
"isactive": 10,
"default_dose": 11,
"default_price": 12.0,
"datatype_id": 13
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.