Skip to main content

Interface: Company

Defined in: type/Company.ts:14

Object class for Company

Properties

addresses

addresses: Address[]

Defined in: type/Company.ts:18

addresses field


attributes?

optional attributes?: AttributeResultResponse

Defined in: type/Company.ts:20

Lists attributes for this company based on the search input.


cocNumber?

optional cocNumber?: string

Defined in: type/Company.ts:32

The coc number of the company.


companyId

companyId: number

Defined in: type/Company.ts:16

The id of the company.


contacts?

optional contacts?: ContactsResponse

Defined in: type/Company.ts:50

Children contacts of the company.


createdAt?

optional createdAt?: string

Defined in: type/Company.ts:46

createdAt field


debtorId?

optional debtorId?: string

Defined in: type/Company.ts:34

The debtor ID of the company.


email?

optional email?: string

Defined in: type/Company.ts:38

The email of the company.


favoriteLists?

optional favoriteLists?: FavoriteListsResponse

Defined in: type/Company.ts:22

favoriteLists field


hidden?

optional hidden?: YesNo

Defined in: type/Company.ts:42

Shows whether this company is hidden and should only be used for background operations.


lastModifiedAt?

optional lastModifiedAt?: string

Defined in: type/Company.ts:48

lastModifiedAt field


managers?

optional managers?: IBaseUser[]

Defined in: type/Company.ts:52

Users/ contacts which are account managers of the company.


name

name: string

Defined in: type/Company.ts:28

The name of the company.


notes?

optional notes?: string

Defined in: type/Company.ts:40

Notes of the company.


orderlists?

optional orderlists?: OrderlistsResponse

Defined in: type/Company.ts:24

orderlists field


phone?

optional phone?: string

Defined in: type/Company.ts:36

The phone number of the company.


pricesheets?

optional pricesheets?: Pricesheet[]

Defined in: type/Company.ts:26

pricesheets field


purchaseAuthorizationConfigs?

optional purchaseAuthorizationConfigs?: PurchaseAuthorizationConfigResponse

Defined in: type/Company.ts:56

All purchase authorization config entities for this company


sources

sources: Source[]

Defined in: type/Company.ts:54

sources field


tag?

optional tag?: string

Defined in: type/Company.ts:44

The tag of the company.


taxNumber?

optional taxNumber?: string

Defined in: type/Company.ts:30

The tax number of the company.