Retrieves a specific customer/supplier

Fetches details of a customer supplier by its ID.

Path parameters

customer_supplier_idintegerRequired

Response

Details of the specified customer/supplier.

account_idinteger

Associated account.

customer_supplier_idinteger

Unique identifier for the customer or supplier.

namestring

Name of the customer or supplier.

is_customerbooleanOptional

Indicates if the entity is a customer.

is_supplierbooleanOptional

Indicates if the entity is a supplier.

responsible_user_idintegerOptional

ID of the user responsible for this entity.

payment_termstringOptional

Payment terms for the customer or supplier.

contactslist of objectsOptional

List of contacts associated with the customer or supplier.

invoicing_detailslist of objectsOptional

List of invoicing details associated with the customer or supplier.

additionalobjectOptional

Additional data associated with the customer or supplier.