{
"baseParameters": {
"appScope": "string",
"businessId": "string",
"infno": "string",
"infName": "string",
"orgCode": "string",
"orgName": "string",
"hospCode": "string",
"hospName": "string",
"operatorId": "string",
"operatorName": "string",
"operatorCode": "string",
"insuranceTypeCode": "string",
"insuranceTypeName": "string",
"hostName": "string",
"ipAddress": "string",
"macAddress": "string",
"insInterfaceCode": "string",
"insInterfaceName": "string",
"logLinkId": "string",
"matchTypeCode": "string",
"matchTypeName": "string"
},
"businessParameters": {
"data": {
"psn_no": "string",
"insutype": "string",
"fixmedins_code": "string",
"med_type": "string",
"begntime": "2019-08-24T14:15:22Z",
"endtime": "2019-08-24T14:15:22Z",
"dise_codg": "string",
"dise_name": "string",
"oprn_oprt_code": "string",
"oprn_oprt_name": "string",
"matn_type": "string",
"birctrl_type": "string",
"exp_content": "string"
}
}
}
curl --location --request POST 'insureInterface2001' \
--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 '{
"baseParameters": {
"appScope": "string",
"businessId": "string",
"infno": "string",
"infName": "string",
"orgCode": "string",
"orgName": "string",
"hospCode": "string",
"hospName": "string",
"operatorId": "string",
"operatorName": "string",
"operatorCode": "string",
"insuranceTypeCode": "string",
"insuranceTypeName": "string",
"hostName": "string",
"ipAddress": "string",
"macAddress": "string",
"insInterfaceCode": "string",
"insInterfaceName": "string",
"logLinkId": "string",
"matchTypeCode": "string",
"matchTypeName": "string"
},
"businessParameters": {
"data": {
"psn_no": "string",
"insutype": "string",
"fixmedins_code": "string",
"med_type": "string",
"begntime": "2019-08-24T14:15:22Z",
"endtime": "2019-08-24T14:15:22Z",
"dise_codg": "string",
"dise_name": "string",
"oprn_oprt_code": "string",
"oprn_oprt_name": "string",
"matn_type": "string",
"birctrl_type": "string",
"exp_content": "string"
}
}
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"trtinfo": [
{
"psn_no": "string",
"trt_chk_type": "string",
"trt_chk_type_name": "string",
"fund_pay_type": "string",
"fund_pay_type_name": "string",
"trt_enjymnt_flag": "string",
"trt_enjymnt_flag_name": "string",
"begndate": "2019-08-24T14:15:22Z",
"enddate": "2019-08-24T14:15:22Z",
"trt_chk_rslt": "string",
"exp_content": "string"
}
]
}
}