v1

latestOpenAPI 3.0.02026-08-06151101754.7 KB
Customers

Add customer

post/customers

Request body

namestring required

The customer name

name_addonstring

The customer name addon

customer_numberstring

The customer number. Enter '(auto)' for automatic set if possible.

infostring

The customer info

sourcestring

The customer source

source_external_idstring

The customer source external id

Example request

{
  "name": "Mustermann GmbH",
  "name_addon": "Zentrale",
  "customer_number": "(auto)",
  "info": "Preferred contact by email.",
  "source": "api",
  "source_external_id": "ext-12345"
}

Response

The resource was successfully created.