Get entry
Get single entry
1 | GET /sales-ledger/{number}
|
Response
HTTP/1.1 200 OK
1 2 3 4 5 6 7 8 9 10 11 12 13 | { "date": "2010-04-29", "amount": 1724.50, "description": "Faktura", "_links": { "invoice": { "uri": "/invoices/7" }, "recipient": { "uri": "/recipients/1" } } } |