Customers & Suppliers
All API Operations related with Customers & Suppliers
READ Scope
Retrieves all the customers or suppliers that match with provided filters
Authorizations
AuthorizationstringRequired
API Key Authentication
Query parameters
isSupplierbooleanOptional
Send this as true if you would like to list suppliers.
isCustomerbooleanOptional
Send this as true if you would like to list customers.
Responses
200
OK
application/json
successbooleanOptional
errorsstring[] · nullableOptional
get
/v1/business-entities200
OK
Retrieves a customer or supplier by its unique ID or user-generated customer or supplier ID.
Authorizations
AuthorizationstringRequired
API Key Authentication
Path parameters
idstringRequired
Responses
200
OK
application/json
successbooleanOptional
errorsstring[] · nullableOptional
get
/v1/business-entities/{id}200
OK
WRITE Scope
UPDATE Scope
Last updated