v3

latestOpenAPI 3.1.02026-07-31144319609.5 KB
LumpSumService

post/v4/lumpSumServices

Request body

namestring required
pricenumber float required

Price per unit

unitstring nullable
activeboolean
numberstring nullable

Lump sum service number

notestring nullable

Only visible for administrators or workers with elevated access manage_services

Response

Successful operation

Example response

{
  "data": {
    "id": 10,
    "name": "Travel costs",
    "price": 80.25,
    "unit": "km",
    "active": true,
    "number": "Travel-123",
    "note": "Travel costs for the trip to the customer"
  }
}