{
"eventList": [
{
"id": "string",
"name": "string",
"orderNo": 0,
"color": "string",
"icon": "string",
"eventValue": 999,
"anaesthesiaDocFlag": 0,
"resuscitationDocFlag": 0,
"isDisplayTimeControl": 0,
"eventTypeId": "string",
"eventTypeName": "string",
"itemId": "string",
"version": 0,
"deleted": 0
}
]
}
curl --location --request POST '/operationEventManage/save' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZWRpY2FsVGl0bGVJZCI6IiIsImNvZGUiOiJzeXN0ZW0iLCJjYUlkIjoic3lzdGVtIiwibWVkaWNhbFRpdGxlTmFtZSI6IiIsIm5hbWUiOiJzeXN0ZW0iLCJleHAiOjQ3Nzk0ODEwNzd9.j-KTZYGTr5kBNcboYUcjihlC53Ursyp7rh7DNGv_PnE' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventList": [
{
"id": "string",
"name": "string",
"orderNo": 0,
"color": "string",
"icon": "string",
"eventValue": 999,
"anaesthesiaDocFlag": 0,
"resuscitationDocFlag": 0,
"isDisplayTimeControl": 0,
"eventTypeId": "string",
"eventTypeName": "string",
"itemId": "string",
"version": 0,
"deleted": 0
}
]
}'
[
{
"id": "string",
"name": "string",
"orderNo": 0,
"color": "string",
"icon": "string",
"eventValue": 999,
"anaesthesiaDocFlag": 0,
"resuscitationDocFlag": 0,
"isDisplayTimeControl": 0,
"eventTypeId": "string",
"eventTypeName": "string",
"itemId": "string",
"version": 0,
"deleted": 0
}
]