About GetARSummary
This API returns a summary of accounts receivable invoices and received payments. Use this to review the current outstanding receivables and received payments.
Example
Request
<API_URL_EndPoint>/GetARSummary.json
data={}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
"invoices" : {
"overdueCount" : 0,
"overdueTotal" : "$0.00",
"dueTodayCount" : 0,
"dueTodayTotal" : "$0.00",
"due7DaysCount" : 0,
"due7DaysTotal" : "$0.00",
"due7PlusDaysCount" : 0,
"due7PlusDaysTotal" : "$0.00",
"allCount" : 0,
"allTotal" : "$0.00"
},
"payments" : {
"lastMonthCount" : 0,
"lastMonthTotal" : "$0.00",
"currentMonthCount" : 0,
"currentMonthTotal" : "$0.00",
"last7DaysCount" : 0,
"last7DaysTotal" : "$0.00",
"todayCount" : 0,
"todayTotal" : "$0.00",
"next7DaysCount" : 0,
"next7DaysTotal" : "$0.00",
"futureCount" : 0,
"futureTotal" : "$0.00"
}
}
}
Resources