SendRegning

Get all invoices from SendRegning

Verison: 1.0 (read more)
1
GET /billing/invoices
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "items": [
        {
            "invoiceNumber": 234,
            "invoiceDate": "2017-01-01",
            "dueDate": "2017-01-01",
            "total": 63.75,
            "feesAndInterest": 0.00,
            "paid": 63.75,
            "balance": 0.00,
            "_links": {
                "invoice": {
                    "pdf": "/download/i/2376330/AnfAbjTXXAPnAnXAfPA6aTcdAnPAedWg6AbgAfdAlfAflWg"
                },
                "dunning": {
                    "type": "1Dunning",
                    "pdf": "/download/i/2802695/A8nAlXAnjAd6WjXA6dWbcWjnAnPWgPAjcWPcWPbAdlTc7A8g\u0026dt\u003d1Dunning"
                }
            }
        }
    ],
    "summary": {
        "total": 127.50,
        "feesAndInterest": 0.00,
        "paid": 191.28,
        "balance": 0.00
    },
    "paymentDetails": {
      "balance": 0.00,
      "total": 0.00,
      "kid": "007775950028026957",
      "accountNumber": "50100640136"
    }
}

Response

HTTP/1.1 200 OK