{
"orgCode": "string",
"hospCode": "string",
"insuranceTypeCode": "string",
"psn_no": "string",
"insutype": "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"
}
curl --location --request POST '/ts-bs-ins/checkMedicalTreatmentStatus' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"insuranceTypeCode": "string",
"psn_no": "string",
"insutype": "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"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"list": [
{
"psn_no": "string",
"trt_chk_type": "string",
"fund_pay_type": "string",
"trt_enjymnt_flag": "string",
"begndate": "2019-08-24T14:15:22Z",
"enddate": "2019-08-24T14:15:22Z",
"trt_chk_rslt": "string"
}
]
}
}