API Reports
Version Added: 21.4
Gets the Aging Report for all patients. DateAsOf is an optional parameter that defaults to today's date.
Returned fields are detailed below:
PatNum: The PatNum of the guarantor.Example Requests:
GET /reports/Aging
GET /reports/Aging?DateAsOf=2020-07-30
GET /reports/Aging?Offset=200
Example Response:
[
{
"PatNum": 11,
"patName": "Allowed, Allen ",
"Bal_0_30": 0,
"Bal_31_60": 0,
"Bal_61_90": 0,
"BalOver90": 370,
"BalTotal": 370,
"InsWoEst": 0,
"InsPayEst": 265,
"PatientPortion": 105
},
{
"PatNum": 13,
"patName": "Copay, Candi ",
"Bal_0_30": 0,
"Bal_31_60": 0,
"Bal_61_90": 0,
"BalOver90": 140,
"BalTotal": 140,
"InsWoEst": 30,
"InsPayEst": 35,
"PatientPortion": 75
},
etc...
]