Customer
Update a customer
PUT
/
v1
/
customer
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
name
string
requiredCustomer name
customer_id
string
Your Customer ID
phone
string
Phone number
email
string
Email address
discount
integer
Discount
gstin
string
GSTIN
company_name
string
Company name
opening_balance
string
Opening balance
credit_limit
integer
Credit limit
billing_address
object[]
List of billing addresses
shipping_address
object[]
List of shipping addresses
opening_balance_type
integer
Credit[0] / Debit[1]
dial_code
string
Dial code
profile_image
string
Profile image URL
pan
string
PAN
notes
string
Notes
cc_emails
string
CC email addresses
status
string
Status
Response
200 - application/json
success
boolean
Success flag
message
string
Response message