{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"matchTypeCode": "string",
"operLeverCode": "string",
"searchValue": "string"
}
curl --location --request POST '/ts-bs-ins/queryNoMatchOperation' \
--header 'Token: 971a9286-b962-4bee-adb2-2fd990120b9eUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"matchTypeCode": "string",
"operLeverCode": "string",
"searchValue": "string"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"totalCount": 0,
"list": [
{
"id": "string",
"orgCode": "string",
"hospCode": "string",
"operName": "string",
"operCode": "string",
"pyCode": "string",
"wbCode": "string",
"insOperCode": "string",
"insOperName": "string",
"operLeverCode": "string",
"operLeverName": "string",
"operIncisionCode": "string",
"operIncisionName": "string",
"operAttributeCode": "string",
"operAttributeName": "string",
"operClassCode": "string",
"operClassName": "string"
}
]
}
}