Contact
Contact is an external entity who is part of business process(s). You may enter into multiple dealings with your contact. Eshopbox allows you to create a Contact to track its involvement with you
Attributes
Type
Description
id
integer
Id to identity the contacts uniquely
accountSlug
integer
slug to identify account
warehouseId
integer
Id to identify fulfillment center
contactCode
string
unique contact identification code
contactName
string
Name of contact
networkKey
string
unique key identifier for every workspace
contactType
string
gstin
string
The registered GSTIN
number of contact
address
object
The registered address of the contact
contact
object
The registered email/phone number of contact
status
string
createdAt
string
The time at which contact is created
updatedAt
string
The time at which contact is updated
Address Object
Attribute
Type
Descriptions
address{}.addressLine
string
The registered address of the contact
address{}.city
string
Registered city of the contact
address{}.state
string
Registered state of the contact
address{}.pincode
string
Registered pin-code of the contact
address{}.country
string
Registered country of the contact
Contact Object
Attribute
Type
Descriptions
contact{}.phoneNumber
string
Registered phone number of contact
contact{}.email
string
Registered email of the contact
Enum: type
Attribute
Descriptions
vendor
Contact is of vendor type
location
Contact is of location type
customer
Contact is of customer type
collection agent
Contact is of collection agents type
Enum: status
Attribute
Descriptions
active
Contact is active.
archieved
Contact is not active/hidden.
Last updated