v3

latestOpenAPI 3.1.02026-07-31144319609.5 KB
Customer

put/v3/customers/{id}

Path parameters

idinteger required
Example:1

Request body

activeboolean
bill_service_idstring nullable

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

billable_defaultboolean
color1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

Possible values:

  • 1: BloodOrange
  • 2: Sunflower
  • 3: LightGreen
  • 4: Caribbean
  • 5: Sky
  • 6: BrandBlue
  • 7: BluePurple
  • 8: Magenta
  • 9: ChewingGum
namestring
notestring nullable

Can only be set by administrators or workers with elevated access manage_customers_and_projects

numberstring nullable

Freely selectable number for the customer

Response

Successful operation

Example response

{
  "data": {
    "id": 10,
    "name": "Hotel Bergblick",
    "number": "10",
    "note": "This customer is important for us",
    "bill_service_id": "1234",
    "service_assignments": [
      10
    ]
  }
}