201 Successful Response
Schema: CustomerResponse
-
idstring required -
Customer UUID.
-
business_idstring required -
Business UUID.
-
created_atstring · date-time required -
Creation timestamp.
-
updated_atstring · date-time required -
Last update timestamp.
-
namestring required -
Customer name.
-
emailstring required -
Customer email.
-
addressstring -
Customer address.
-
phonestring -
Customer phone number.
-
tax_idstring -
Tax identification number.
-
websitestring -
Customer website URL.
-
notesstring -
Internal notes.
-
credit_limit_centsinteger -
Credit limit in cents.
-
default_payment_term_idstring -
Default payment term ID.
-
statusstring -
Customer status.
-
categorystring -
Business category.
-
is_deletedboolean -
Whether customer is soft deleted.
-
deleted_atstring · date-time -
Timestamp when customer was deleted.
-
stripe_customer_idstring -
Linked Stripe customer ID.
-
invoice_footerstring -
Custom invoice footer/payment instructions for this customer.
-
contactsarray · CustomerContactResponse -
Customer contacts.