v3
latestOpenAPI 3.1.02026-07-31144319609.5 KBLumpSumService
get/v4/lumpSumServices
Query parameters
items_per_pageinteger
Example:100
pageinteger
Example:1
sortSortIdNameActive[]
Response
Successful operation
Example response
{
"paging": {
"items_per_page": 1000,
"current_page": 1,
"count_pages": 1,
"count_items": 4
},
"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"
}
]
}