v3

latestOpenAPI 3.1.02026-07-31144319609.5 KB
Service

put/v4/services/{id}

Path parameters

idinteger required
Example:1

Request body

namestring
activeboolean
numberstring nullable

Freely selectable number for the service.

notestring nullable

Only visible for administrators or workers with elevated access manage_services.

bill_service_idstring nullable

Can only be set by administrators or workers with elevated access manage_services and if a billing application with services support is linked up.

Response

Successful operation

Example response

{
  "data": {
    "id": 10,
    "name": "Repair",
    "number": "SRV-123",
    "note": "Repair cost for the customer",
    "bill_service_id": "1234"
  }
}