{
"inpNo": "ZY202601190001",
"operations": [
{
"operationTime": "1716217825689",
"operatorName": "张三",
"operatorJobNo": "GH000123",
"actionType": 1,
"actionName": "创建扫描任务",
"description": "创建扫描任务"
},
{
"operationTime": "1716218925689",
"operatorName": "李四",
"actionName": "打印",
"description": "打印第1页第2页..."
}
]
}curl --location --request POST 'https://m1.apifoxmock.com/m1/4604434-0-default/collect/third/push/medical-record/operations?access_token=3e9dec5f-4a9d-4af8-8abc-23e4675a1eb6' \
--header 'X-Requested-appId: 0000019b303e8d1d9a5add8e1f08a9f5' \
--header 'X-Signit-App-Id: 1931fabdb516e66ca2f8c42691a' \
--header 'Content-Type: application/json' \
--data-raw '{
"inpNo": "ZY202601190001",
"operations": [
{
"operationTime": "1716217825689",
"operatorName": "张三",
"operatorJobNo": "GH000123",
"actionType": 1,
"actionName": "创建扫描任务",
"description": "创建扫描任务"
},
{
"operationTime": "1716218925689",
"operatorName": "李四",
"actionName": "打印",
"description": "打印第1页第2页..."
}
]
}'{
"code": "string",
"message": "string",
"data": true
}