curl --location 'https://uatapiclaims.ewatpa.com/trueclaim/thirdparty/enhancement-submit' \
--header 'Authorization: Token eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxMjQ1Iiwicm9sZSI6IjExIiwidXNlcm5hbWUiOiJwX3ByaXlhbmsiLCJleHAiOjE2NjU0MzkxMDEsImlhdCI6MTY2NTM5NTkwMSwiaXNzIjoidHJ1ZWNvdmVyLmluIiwibmJmIjoxNjY1Mzk1OTAxfQ.ifHTp1ZA_Yp01xxFG1eLUDhZ0lgFS5Y50uV1122v7dS_1-tbhBoGyzk77YyD4rsUG5JBAVcwVtmuwQBx5ulicQ' \
--header 'Content-Type: application/json' \
--data '{
"admissionDate": "2022-04-26T12:13:02.112Z",
"dischargeDate": "2022-04-27T12:13:02.112Z",
"alternateClaimId": "4987",
"internalRemarks": "This is Pre Auth Query Responded",
"enhancementEntries": {
"patientId": "6456",
"patientName": "Nimish",
"totalAmount": 300,
"dateOfDischarge": "2022-04-27T00:00:00.000Z",
"admissionDate": "2022-04-26T00:00:00.000Z",
"allEnhancements": [
{
"tempString": "Per Day Room Rent + Nursing & Service Charges + Patient'\''s Diet",
"units": 1,
"categoryType": "Room & Nursing",
"categoryTypeStr": "Room & Nursing",
"startDate": "2022-04-26T00:00:00.000Z",
"endDate": "2022-04-27T00:00:00.000Z",
"roomType": "Single AC",
"claimedAmount": 0,
"enhancementRequested": 1000,
"finalAmount": 1000,
"packageName": null,
"roomCategory": "Single AC"
},
{
"tempString": "Expected cost for investigation + Diagnostics",
"units": null,
"categoryType": "Special Tests",
"categoryTypeStr": "Special Tests",
"startDate": "2022-01-21T00:00:00.000Z",
"endDate": "2022-01-22T00:00:00.000Z",
"roomType": null,
"claimedAmount": 1000,
"enhancementRequested": 0,
"finalAmount": 1150,
"packageName": null,
"roomCategory": null
},
{
"tempString": "OT Charges",
"units": null,
"categoryType": "OT Charge",
"categoryTypeStr": "OT Charge",
"startDate": "2022-06-15T00:00:00.000Z",
"endDate": "2022-06-16T00:00:00.000Z",
"roomType": null,
"claimedAmount": 1000,
"enhancementRequested": 120,
"finalAmount": null,
"packageName": null,
"roomCategory": null
},
{
"tempString": "Professional fees Surgeon",
"units": null,
"categoryType": "Surgeons Fees",
"categoryTypeStr": "Surgeons Fees",
"startDate": "2022-06-09T00:00:00.000Z",
"endDate": "2022-06-09T00:00:00.000Z",
"roomType": null,
"claimedAmount": 12000,
"enhancementRequested": 450,
"finalAmount": 12100,
"packageName": null,
"roomCategory": null
},
{
"tempString": "Anesthetist Fees",
"units": null,
"categoryType": "Anaesthetist",
"categoryTypeStr": "Anaesthetist",
"startDate": "2022-10-07T00:00:00.000Z",
"endDate": "2022-10-07T00:00:00.000Z",
"roomType": null,
"claimedAmount": null,
"enhancementRequested": 0,
"finalAmount": null,
"packageName": null,
"roomCategory": null
},
{
"tempString": "Consultation Charges",
"units": null,
"categoryType": "IP Consultation",
"categoryTypeStr": "IP Consultation",
"startDate": "2022-10-07T00:00:00.000Z",
"endDate": "2022-10-07T00:00:00.000Z",
"roomType": null,
"claimedAmount": null,
"enhancementRequested": 0,
"finalAmount": null,
"packageName": null,
"roomCategory": null
},
{
"tempString": "Ambulance Charges",
"units": null,
"categoryType": "Ambulance",
"categoryTypeStr": "Ambulance",
"startDate": "2022-06-09T00:00:00.000Z",
"endDate": "2022-06-10T00:00:00.000Z",
"roomType": null,
"claimedAmount": 1000,
"enhancementRequested": 0,
"finalAmount": null,
"packageName": null,
"roomCategory": null
},
{
"tempString": "Medicines",
"units": null,
"categoryType": "Ward Medicines",
"categoryTypeStr": "Ward Medicines",
"startDate": "2022-10-07T00:00:00.000Z",
"endDate": "2022-10-07T00:00:00.000Z",
"roomType": null,
"claimedAmount": null,
"enhancementRequested": 0,
"finalAmount": null,
"packageName": null,
"roomCategory": null
},
{
"tempString": "Consumables",
"units": null,
"categoryType": "Ward Consumables",
"categoryTypeStr": "Ward Consumables",
"startDate": "2022-10-07T00:00:00.000Z",
"endDate": "2022-10-07T00:00:00.000Z",
"roomType": null,
"claimedAmount": null,
"enhancementRequested": 0,
"finalAmount": null,
"packageName": null,
"roomCategory": null
},
{
"tempString": "Other Charges",
"units": null,
"categoryType": "Other",
"categoryTypeStr": "Other",
"startDate": "2022-04-26T00:00:00.000Z",
"endDate": "2022-04-26T00:00:00.000Z",
"roomType": null,
"claimedAmount": 10000,
"enhancementRequested": 500,
"finalAmount": 10500,
"packageName": null,
"roomCategory": null
}
]
}
}'