SendRegning

Get sales ledger

Verison: 1.0 (read more)
1
GET /billing/sales-ledger
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
35
36
37
38
39
40
{
    "items": [
        {
            "invoiceNumber": 23,
            "invoiceDate": "2016-12-31",
            "type": "Faktura",
            "debit": 63.75,
            "credit": 0.00,
            "balance": 63.75,
            "_links": {
                "invoice": {
                    "pdf": "/download/i/2376330/AnfAbjTXXAPnAnXAfPA6aTcdAnPAedWg6AbgAfdAlfAflWg5"
                },
                "dunnings": [
                    {
                        "type": "1Dunning",
                        "pdf": "/download/i/2802695/A8nAlXAnjAd6WjXA6dWbcWjnAnPWgPAjcWPcWPbAdlTc7A8g"
                    }
                ]
            }
        }, {
            "invoiceNumber": 34,
            "invoiceDate": "2016-12-31",
            "type": "Kreditnota",
            "debit": 0.00,
            "credit": 63.75,
            "balance": 0.00,
            "_links": {
                "invoice": {
                    "pdf": "/download/i/2376330/AnfAbjTXXAPnAnXAfPA6aTcdAnPAedWg6AbgAfdAlfAflWg5"
                }
            }
        }
    ],
    "total": {
        "debit": 191.28,
        "credit": 191.28,
        "balance": 0.00
    }
}

Response

HTTP/1.1 200 OK