Update Customer
Update customer details
POST {{BASE_URL}}/comhub/edit_my_customer/
Parameter
Type
Description
Required
customer_ref
string
Unique customer ref
true
customer_first_name
string
First name of the customer
false
customer_last_name
string
Last name of the customer
false
customer_email
string
Email of the customer
false
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