Get all sales invoice service items in the system.
Description
This endpoint retrieves all configured sales service item lines as available in the Bloxs administration. The results are presented in an array. A sales service item line refers to a standard line with default values that is available for a sales invoice service. An example would be 'Office space rental 1 hour'.
Use Case
In order to decide which line items to select for a specific sales invoice service, the user can utilize this endpoint to get an overview of the full range of available options.
Response fields
The 200 response contains the fields in the table below. All available sales service line items are returned as an array of objects.
| Field | Description |
|---|---|
| name | Includes the name of the sales service line item. An example would be 'Office space rental 1 hour'. |
| defaultInvoiceLineDescription | The default description of the invoice service line. It can provide extra details in addition to the name of the invoice service line. |
| ledgerAccountCode | Ledger account code. |
| defaultNumberOfItems | The default number of items associated with this specific sales invoice service item. If for example the service is 'Office space rental 1 hour', this value should contain '1'. |
| amountExcl | Total amount excluding VAT |
| amountVAT | Total VAT amount |
| amountIncl | Total amount including VAT |
Please enter a valid token
OK