POST api/UBViewAgedTotals
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"ParameterRequest": {
"BookNumber": "sample string 1",
"AccountNumber": "sample string 2",
"SequenceNumber": "sample string 3",
"AsOfDate": "2026-05-28T10:51:08.7697214-07:00"
}
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"AgedTotals": {
"BookNumber": "sample string 1",
"AccountNumber": "sample string 2",
"SequenceNumber": "sample string 3",
"UBAccountNumber": "sample string 4",
"DateTo": "2026-05-28T10:51:08.7853369-07:00",
"Bucket4Header": "sample string 5",
"Bucket3Header": "sample string 6",
"Bucket2Header": "sample string 7",
"Bucket1Header": "sample string 8",
"TotalBucket4": 9.0,
"TotalBucket3": 10.0,
"TotalBucket2": 11.0,
"TotalBucket1": 12.0,
"AccountBalance": 13.0,
"TotalUnApplied": 14.0,
"DiscountOffered": 15.0,
"DiscountTaken": 16.0,
"NetOwing": 17.0
},
"BatchSummaryList": [
{
"BatchNumber": "sample string 1",
"PeriodCode": "sample string 2",
"DueDate": "2026-05-28T10:51:08.7853369-07:00",
"Balance": 3.0,
"DiscountAvailable": 4.0,
"DiscountDate": "2026-05-28T10:51:08.7853369-07:00",
"NetOwing": 5.0,
"Month": 1,
"BillAmount": 1.0,
"DiscountOffered": 1.0,
"BillingStartDate": "2026-05-28T10:51:08.7853369-07:00",
"BillingEndDate": "2026-05-28T10:51:08.7853369-07:00",
"ProRated": "sample string 6",
"BillPrinted": "sample string 7"
},
{
"BatchNumber": "sample string 1",
"PeriodCode": "sample string 2",
"DueDate": "2026-05-28T10:51:08.7853369-07:00",
"Balance": 3.0,
"DiscountAvailable": 4.0,
"DiscountDate": "2026-05-28T10:51:08.7853369-07:00",
"NetOwing": 5.0,
"Month": 1,
"BillAmount": 1.0,
"DiscountOffered": 1.0,
"BillingStartDate": "2026-05-28T10:51:08.7853369-07:00",
"BillingEndDate": "2026-05-28T10:51:08.7853369-07:00",
"ProRated": "sample string 6",
"BillPrinted": "sample string 7"
},
{
"BatchNumber": "sample string 1",
"PeriodCode": "sample string 2",
"DueDate": "2026-05-28T10:51:08.7853369-07:00",
"Balance": 3.0,
"DiscountAvailable": 4.0,
"DiscountDate": "2026-05-28T10:51:08.7853369-07:00",
"NetOwing": 5.0,
"Month": 1,
"BillAmount": 1.0,
"DiscountOffered": 1.0,
"BillingStartDate": "2026-05-28T10:51:08.7853369-07:00",
"BillingEndDate": "2026-05-28T10:51:08.7853369-07:00",
"ProRated": "sample string 6",
"BillPrinted": "sample string 7"
}
]
}