{
"orgCode": "string",
"hospCode": "string",
"operatorId": "string",
"operatorName": "string"
}
curl --location --request POST '/ts-bs-ins/queryAutoUploadConfig' \
--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",
"operatorId": "string",
"operatorName": "string"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"list": [
{
"id": "string",
"orgCode": "string",
"orgName": "string",
"hospCode": "string",
"hospName": "string",
"createUserId": "string",
"createUsername": "string",
"updateUserId": "string",
"createDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"isDelete": "st",
"insInterfaceCode": "string",
"insInterfaceName": "string",
"infoNo": "string",
"infoName": "string",
"collectionBeginDate": "2019-08-24T14:15:22Z",
"autoUploadTime": "2019-08-24T14:15:22Z",
"collectionFailedCount": 0,
"uploadFailedCount": 0,
"isThirdCollection": 0,
"isEnable": 0
}
]
}
}