Update customer
PATCH
https://rcur.app/api/v2/customers/{id}
Path Parameters
Name
Type
Description
{id}*
String
The ID of the customer
Request Body
Name
Type
Description
first_name
String
The first name of the customer
last_name
String
The last name of the customer
String
The email address of the customer
number
String
An internal number or reference of the customer
phone
String
The phone number of the customer
organization_name
String
The organization name of the customer
address
String
The address of the customer, incl. street number
postal_code
String
The postal code of the customer
city
String
The city of the customer's address
country
String
vat_number
String
The VAT number of the customer
locale
String
The language of the customer. Possible options: en
nl
de
fr
es
Last updated
Was this helpful?