Update a Contact
update by RefPartyId
PUT
https://{{workspace}}.myeshopbox.com/api/v1/contact/{contactCode}
This endpoint allows to update contact by a particular ref party Id.
Path Parameters
Name
Type
Description
refPartyId
string
id of contact which is updated
Headers
Name
Type
Description
Authentication
string
The Bearer token allows to access API
Request Body
Name
Type
Description
gstin
string
Registered GSTIN number of contact
phoneNumber
string
Registered phone number of contact
contactName
string
Registered name of contact
addressLine
string
Registered address of contact
city
string
Registered city of contact
pincode
string
Registered pincode of conatct
state
string
Registered state of contact
country
string
Registered country of contact
status
string
whether contact is active or archieved
Last updated