Returns the list of bill lines in current company. Accessible to accountants only.
[ { "id": 12, "date": "2021-06-03", "amount": "9.02", "amount_currency": "EUR", "name": "Some Payment *MONTHLY", "receipt_id": 1, "bill_id": 1, "exchange_rate": null, "taxable_amount": "9.02", "taxable_amount_currency": "EUR" } ]
Param name | Description |
---|---|
updated_after
optional |
Return only bill lines updated on and after the supplied date. Date format: YYYYMMDD (example: 20210702) Validations:
|