Workspace

Workspaces are the core resource to any project.

The WorkspaceObject

Attributes

Type

Description

id

integer

unique id of a workspace

accountName

string

Name of the workspace

accountSlug

string

workspace identifier. Must be unique

status

string

Different status of a particular workspace

Enum: 0, 1, 2

clientCode

string

workspace identifier

addressLine1

string

Registered address of the workspace

addressLine2

string

Registered address of the workspace

city

string

Registered address of the workspace

state

string

Registered address of the workspace

pincode

string

Registered address of the workspace

country

string

Registered address of the workspace

email

string

Email id of the workspace

phone

string

Phone number of the workspace

panNumber

string

Pan card number of the workspace

pancardScannedCopy

string

Pan card photo of the workspace

accountNumber

string

Account number of the workspace

bankName

string

Bank name of the workspace

ifscCode

string

IFSC code for workspace bank

cancelledChequeScannedCopy

string

Cancelled cheque scanned copy

contactPerson

string

Contact person of the workspace

gstin

string

GSTIN number of the workspace where registered

contractUrl

string

Contract URL between workspace and Eshopbox

stepsCompleted

integer

Number of steps completed while enrolled workspace

userAccountMappingId

integer

identity the workspace and user uniquely

userAccountMappingStatus

string

Status of the user on workspace

userAccountMappingRole

string

Role of the user on workspace

createdAt

string

The time at which workspace is created

updatedAt

string

The time at which workspace is updated

Enum: status

Attributes

Descriptions

0

Workspace approval pending from Eshopbox

1

Workspace is active

2

Workspace is inactive

Last updated