Customer API sets
You can create and manage customers with the BillPro API.
- BillPro identifies customers with the unique system identifier, which is the
id
attribute. - In the API, BillPro also assigns a 10-digit alphanumeric
customer_id
, which you cannot modify using the API.- In the UI, when you create a customer you can create a
customer_id
and you can also modify it.
- In the UI, when you create a customer you can create a
- When you create an order for a customer, you must specify the customer using the system customer
id
. In an order object, this attribute is called thecustomer_id
.