v1

latestOpenAPI 3.0.32026-08-0623677345.2 KB
Billing

Replace contact

put/contacts/{id}/

Request body

customerstring nullable
orgunitstring nullable
namestring required
emailstring email required
phonestring nullable
invoicingboolean
collectionsboolean

Response

Updated contact.

idstring
customerstring nullable

Customer ID this contact belongs to.

orgunitstring nullable

Organisation unit ID. Optional sub-grouping inside a customer.

namestring required
emailstring email required
phonestring nullable
invoicingboolean

Whether this contact receives invoice emails.

collectionsboolean

Whether this contact receives collection reminders.

createdstring date-time
updatedstring date-time

Example response

{
  "id": "con_01H8XYZ123ABC"
}