CustomerContact
Was this helpful?
Was this helpful?
CustomerContact
Get contact details for a customer
Required permission: TENANT.ACCESS
Reference to a Customer.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Customer contact.
^[A-Za-z0-9-_]+
CustomerContactResponseSchema
Example response
Delete a contact for a customer.
Required permission: TENANT.BACKOFFICE
Reference to a Customer.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Customer contact.
^[A-Za-z0-9-_]+
No Content
No Content
List contacts for a customer
Required permission: TENANT.ACCESS
Reference to a Customer.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
Example response
Add a contact for a customer. Partial updates are allowed.
Required permission: TENANT.ACCESS
Reference to a Customer.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
CustomerContactCreateSchema
^[A-Za-z0-9-_]+
CustomerContactResponseSchema
Example response
Update contact details for a customer. Partial updates are allowed.
Required permission: TENANT.ACCESS
Reference to a Customer.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Customer contact.
^[A-Za-z0-9-_]+
CustomerContactUpdateSchema
CustomerContactResponseSchema
Example response
Add extension to a customer contact
Reference to a Customer.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Customer contact.
^[A-Za-z0-9-_]+
ENUM | Description |
---|---|
TWO_INVOICE | The Two Invoice extension. |
^[A-Za-z0-9-_]+
CustomerContactResponseSchema
Example response
Delete extension from a customer contact
Reference to a Customer.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Customer contact.
^[A-Za-z0-9-_]+
ENUM | Description |
---|---|
TWO_INVOICE | The Two Invoice extension. |
^[A-Za-z0-9-_]+
No Content
No Content