{
"orgCode": "string",
"hospCode": "string",
"medisiTypeCode": [
"string"
]
}
curl --location --request POST '/ts-bs-ins/queryInsInterfaceForMedicalnsurance' \
--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",
"medisiTypeCode": [
"string"
]
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"list": [
{
"id": "string",
"orgCode": "string",
"orgName": "string",
"hospCode": "string",
"hospName": "string",
"medisiTypeCode": "string",
"medisiTypeName": "string",
"regionFlag": 0,
"interfaceCode": "string",
"interfaceName": "string",
"matchTypeCode": "string",
"matchTypeName": "string",
"orderNo": 0,
"createUserId": "string",
"createDate": "2019-08-24T14:15:22Z",
"updateUserId": "string",
"updateDate": "2019-08-24T14:15:22Z",
"effectiveDate": "2019-08-24T14:15:22Z",
"isDelete": "s",
"enabled": "s",
"areaRegionList": "string",
"insFeeRate": 0,
"insFeeLimitAmount": 0,
"feeRoundType": 0,
"infantfeeDeliveryMode": 0,
"contrastId": "string",
"contrastName": "string",
"pyCode": "string",
"wbCode": "string",
"appScope": "s",
"isCheckattachment": "s",
"isCheckuploadfee": "s",
"applytoDeptId": "string",
"applytoDeptName": "string"
}
]
}
}