Skip to main content
POST
Nieuwe klant aanmaken

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
first_name
string
required

De voornaam van de klant.

Example:

"Sophie"

last_name
string
required

De achternaam van de klant.

Example:

"de Vries"

email
string<email>
required

Het zakelijke e-mailadres. Wordt gebruikt voor communicatie.

Example:

"sophie@start-up.nl"

company_name
string

Optioneel: Bedrijfsnaam.

Example:

"Tech B.V."

Response

Klant succesvol aangemaakt.

id
string
Example:

"cust_12345"

name
string
Example:

"Jan Jansen"

email
string
Example:

"jan@bedrijf.nl"