v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
AgedReceivablesReport

Retrieves an aged receivables report

Retrieves a AgedReceivablesReport resource.

get/aged_receivables_report

Query parameters

asOfstring date-time

YYYY-MM-DD

refreshstring

If refresh is set, data will be fetched from the source application even when cached data is available

sort'descending' | 'ascending' | 'alphabetical'

Can be sorted by total amount in ascending or descending order, or alphabetically. Default is alphabetical.

Response

AgedReceivablesReport resource

asOfstring date
lastReconciledstring date nullable
isReconciledboolean
sourcesstring[]

Example response

{
  "asOf": "2021-06-30",
  "summary": [
    {
      "id": "1",
      "name": "Amy's Bird Sanctuary",
      "current": 0,
      "1to30": 0,
      "31to60": 239,
      "61to90": 0,
      "91andOver": 0,
      "total": 239
    },
    {
      "id": "2",
      "name": "Bill's Windsurf Shop",
      "current": 0,
      "1to30": 0,
      "31to60": 85,
      "61to90": 0,
      "91andOver": 0,
      "total": 85
    },
    {
      "id": "8",
      "name": "Freeman Sporting Goods|0969 Ocean View Road",
      "current": 0,
      "1to30": 477.5,
      "31to60": 0,
      "61to90": 0,
      "91andOver": 0,
      "total": 477.5
    },
    {
      "id": "9",
      "name": "Freeman Sporting Goods|55 Twin Lane",
      "current": 0,
      "1to30": 4,
      "31to60": 81,
      "61to90": 0,
      "91andOver": 0,
      "total": 85
    },
    {
      "id": "10",
      "name": "Geeta Kalapatapu",
      "current": 0,
      "1to30": 629.1,
      "31to60": 0,
      "61to90": 0,
      "91andOver": 0,
      "total": 629.1
    },
    {
      "id": "12",
      "name": "Jeff's Jalopies",
      "current": 0,
      "1to30": 0,
      "31to60": 81,
      "61to90": 0,
      "91andOver": 0,
      "total": 81
    },
    {
      "id": "13",
      "name": "John Melton",
      "current": 0,
      "1to30": 0,
      "31to60": 450,
      "61to90": 0,
      "91andOver": 0,
      "total": 450
    },
    {
      "id": "16",
      "name": "Kookies by Kathy",
      "current": 0,
      "1to30": 0,
      "31to60": 0,
      "61to90": 75,
      "91andOver": 0,
      "total": 75
    },
    {
      "id": "17",
      "name": "Mark Cho",
      "current": 0,
      "1to30": 314.28,
      "31to60": 0,
      "61to90": 0,
      "91andOver": 0,
      "total": 314.28
    },
    {
      "id": "18",
      "name": "Paulsen Medical Supplies",
      "current": 0,
      "1to30": 954.75,
      "31to60": 0,
      "61to90": 0,
      "91andOver": 0,
      "total": 954.75
    },
    {
      "id": "20",
      "name": "Red Rock Diner",
      "current": 0,
      "1to30": 70,
      "31to60": 0,
      "61to90": 156,
      "91andOver": 0,
      "total": 226
    },
    {
      "id": "21",
      "name": "Rondonuwu Fruit and Vegi",
      "current": 0,
      "1to30": 78.6,
      "31to60": 0,
      "61to90": 0,
      "91andOver": 0,
      "total": 78.6
    },
    {
      "id": "23",
      "name": "Shara Barnett|Barnett Design",
      "current": 0,
      "1to30": 274.5,
      "31to60": 0,
      "61to90": 0,
      "91andOver": 0,
      "total": 274.5
    },
    {
      "id": "24",
      "name": "Sonnenschein Family Store",
      "current": 0,
      "1to30": 362.07,
      "31to60": 0,
      "61to90": 0,
      "91andOver": 0,
      "total": 362.07
    },
    {
      "id": "25",
      "name": "Sushi by Katsuyuki",
      "current": 0,
      "1to30": 160,
      "31to60": 0,
      "61to90": 0,
      "91andOver": 0,
      "total": 160
    },
    {
      "id": "26",
      "name": "Travis Waldron",
      "current": 0,
      "1to30": 414.72,
      "31to60": 0,
      "61to90": 0,
      "91andOver": 0,
      "total": 414.72
    },
    {
      "id": "29",
      "name": "Weiskopf Consulting",
      "current": 0,
      "1to30": 375,
      "31to60": 0,
      "61to90": 0,
      "91andOver": 0,
      "total": 375
    },
    {
      "name": "TOTAL",
      "current": 0,
      "1to30": 4114.52,
      "31to60": 936,
      "61to90": 231,
      "91andOver": 0,
      "total": 5281.52
    }
  ],
  "lastReconciled": "2021-01-31",
  "sources": [
    "xero"
  ]
}