Create Customer
Create a customer object
POST {{BASE_URL}}/comhub/add_my_customer/
Use this endpoint to create a customer.
Parameter
Type
Description
Required
customer_first_name
string
First name of the customer
true
customer_last_name
string
Last name of the customer
true
customer_phone
string
Phone number of the customer who is paying in e164 format.
true
customer_email
string
Email of the customer
true
customer_address
string
Address of the customer
false
customer_city
string
City of the customer
false
customer_state
string
State of the customer
false
customer_note
string
Random note
false
Last updated