Comment on page
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
Sample Object
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 |
{
"contactName": "MONTE CARLO FASHIONS LTD.UNIT-6",
"contactCode": "PW52",
"contactType": "vendor",
"networkKey": "montecarlo",
"address": {
"addressLine": "Khasra no 5/16/2,17, Near Subash Chowk, Sohana Road Village Behrampur",
"city": "gurgaon",
"pincode": "122018",
"state": "HARYANA",
"country": "India"
},
"gstin": "06AADCB2230M1ZX",
"contact": {
"phoneNumber": "87564435",
"email":"[email protected]"
},
"status":="active",
"customField": [
{
"label": "occassion",
"internalName": "occassion",
"value": [
"eid",
"holi",
"classy"
]
},
{
"label": "batch",
"internalName": "batch",
"value": [
"currency"
]
}
],
"createdAt": "2019-04-08T12:41:05.000+05:30",
"updatedAt": "2019-04-08T12:41:05.000+05:30"
}
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 |
Attribute | Type | Descriptions |
contact{}.phoneNumber | string | Registered phone number of contact |
contact{}.email | string | Registered email of the contact |
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 |
Attribute | Descriptions |
active | Contact is active. |
archieved | Contact is not active/hidden. |
Last modified 3yr ago