v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Invoices

BillingLineTypes

A Pay. invoice contains multiple billing lines which are grouped. This API returns all groups that we have available, including a description of the billing lines that can appear in that group

get/v2/billinglinetypes

Query parameters

pageinteger

The collection page number

Response

OK

totalinteger nullable

The total items the collection contains

Example response

{
  "billingDataGroups": [
    {
      "id": 3,
      "translations": {
        "name": [
          {
            "nl_NL": "The Dutch translation",
            "en_GB": "The British translation",
            "nl_BE": "The Flemish translation",
            "fr_FR": "The French translation",
            "de_DE": "The German translation",
            "it_IT": "The Italian translation",
            "es_ES": "The Spanish translation"
          }
        ]
      },
      "billingLineTypes": [
        {
          "id": 3,
          "name": "iDeal",
          "translations": {
            "name": [
              {
                "nl_NL": "The Dutch translation",
                "en_GB": "The British translation",
                "nl_BE": "The Flemish translation",
                "fr_FR": "The French translation",
                "de_DE": "The German translation",
                "it_IT": "The Italian translation",
                "es_ES": "The Spanish translation"
              }
            ]
          },
          "createdAt": "2024-06-04T08:15:00+01:00",
          "modifiedAt": "2024-06-04T08:15:00+01:00",
          "deletedAt": "A-1234-4321"
        }
      ],
      "createdAt": "2024-06-04T08:15:00+01:00",
      "modifiedAt": "2024-06-04T08:15:00+01:00",
      "deletedAt": "A-1234-4321"
    }
  ],
  "total": 10
}