Update Customer

Update customer details

POST {{BASE_URL}}/comhub/edit_my_customer/

ParameterTypeDescriptionRequired

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

{
     'Authorization': 'Bearer xhscIjHgpm2ZiPjzKos4ivl4GhyZp5',
      'Content-Type': 'application/json',
      'moni-signature': 'wed332eeddrdbdbdbdbvdvdvdvvsbsvsd'
 }

Last updated