Create a Contact
Create a contact
POST
https://{{workspace}}.myeshopbox.com/api/v1/contact
This endpoint is required to create a contact in the workspace.
Path Parameters
Name | Type | Description |
---|---|---|
Authorization | string | The Bearer token allows to grant access to API |
Request Body
Name | Type | Description |
---|---|---|
contactType | string | Type of contact. |
networkKey | string | Network key of a workspace. |
string | Registered email of the contact | |
phoneNumber | string | Registered phone number of contact |
status | string | status of warehouse |
pincode | string | pin code of the area from where party belongs |
contactCode | string | Unique reference id of contact |
contactName | string | Name of contact |
gstin | string | Registered GSTIN number of state |
addressLine | string | The registered address of the contact |
city | string | Registered city of contact |
state | string | Registered state of contact |
country | string | Registered country of contact |
Last updated