Query parameters

Responses

GET /api/invoice/offeraccountingtypes
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/invoice/offeraccountingtypes' \
 --header "x-session-token: $API_KEY"
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "cancelled_name": "string",
    "type": "string",
    "conditions": "string",
    "number_description": "string",
    "deleted": true
  }
]