v3

latestOpenAPI 3.1.02026-07-31144319609.5 KB
LumpSumService

get/v4/lumpSumServices/{id}

Path parameters

idinteger required
Example:1

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"
  }
}