Get un-billed transactions
1 | GET /billing/un-billed-transactions
|
The invoiceNumber
property can be null
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [ { "invoiceNumber": 2, "transactionTime": "2016-12-31 12:34", "description": "Forsendelse av regning via e-post", "recipient": { "number": 42, "name": "Thundarr" }, "total": 23.23, "discount": 10, "cost": 0.00 } ] |
Response
If there is no content it returns HTTP/1.1 204 No Content
HTTP/1.1 200 OK