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_customerboolean or null
Indicates if the entity is a customer.
is_supplierboolean or null
Indicates if the entity is a supplier.
responsible_user_idinteger or null
ID of the user responsible for this entity.
payment_termstring or null
Payment terms for the customer or supplier.
contactslist of objects or null
List of contacts associated with the customer or supplier.
invoicing_detailslist of objects or null
List of invoicing details associated with the customer or supplier.
additionalobject or null
Additional data associated with the customer or supplier.