Skip to main content
Customers are entities that purchase goods or services from a company. They can be used on Invoices and Contracts.

The Customer Object

id
string<uuid>

Unique identifier for the object

name
string

Name of the customer

email
string | null

Email address of the customer

address
object
status
enum<string>

Current status of the customer

  • ACTIVE - The customer is active and can be used in invoices and contracts
  • ARCHIVED - The customer is archived and cannot be used in new invoices or contracts
Available options:
ACTIVE,
ARCHIVED
description
string | null

Description or notes about the customer

vatNumber
string | null

VAT number of the customer

businessRegistrationNumber
string | null

Business registration number of the customer

easCode
string | null

Electronic Address Scheme code used for sending e-invoices

einvoiceAddress
string | null

E-invoice address for the customer

einvoiceNetwork
enum<string> | null

E-invoice network the customer is registered on

  • NEMHANDEL - NemHandel e-invoice network
  • PEPPOL - Peppol e-invoice network
  • SDI - SDI (Sistema di Interscambio) e-invoice network
Available options:
NEMHANDEL,
PEPPOL,
SDI
type
enum<string> | null

Type of customer

  • BUSINESS - Business customer
  • CONSUMER - Consumer customer
  • GOVERNMENT - Government customer
Available options:
BUSINESS,
CONSUMER,
GOVERNMENT
logoUrl
string | null

URL to the customer's logo

domain
string | null

Domain of the customer's website

externalSource
object | null

The external system where this product was synced from

createdAt
string<date-time>

Timestamp when the customer was created

updatedAt
string<date-time>

Timestamp when the customer was last updated

customProperties
object[] | null

List of custom properties associated with the customer