Company

Information about a company.

Field

Data Type

Description

registeredName

string

Required The company's registered name. Read-only after creation

structure

string (

'private_company',

'public_company', 'sole_proprietorship'

)

Required

The company's incorporation structure. Read-only after creation

dateOfIncorporation

string

Required The company's date f incorporation in the format YYYY-MM-DD.

Example: 1970-01-01

Read-only after creation

countryOfIncorporation

string

Required The country of incorporation. It must be a supported country on weza.io.

Read-only after creation

phoneNumber

string

( E.164 format )

Required The company's contact phone number in the E.164 format.

Example: +2544000000

Read-write

emailAddress

string

( email format )

Required The company's contact email address.

Read-write

taxId

string | null

The company's tax number or identifier within the tax jurisdiction. Defaults to null.

Read-only after creation

taxJurisdiction

string | null

The tax jurisdiction the company's operates in. This should be set only when the tax jurisdiction is different to the country of incorporation. Defaults to null.

Read-only after creation

webAddress

string | null

The company's web address or web site. Defaults to null.

Read-only after creation

physicalAddress

string | null

The company's physical address. Defaults to null.

Read-only after creation

mailingAddress

string | null

The company's mailing address e.g a P.O box number. Defaults to null.

Read-only after creation

economicSector

string | null

The economic sector(s) the company operates in.

Example: mining, software, agriculture e.t.c.

Defaults to null.

Read-only after creation

noOfOwners

number | null

The number of people who own a stake in the company. Defaults to null.

Read-only after creation

noOfEmployees

number | null

The number of employees within the company. Defaults to null.

Read-only after creation

Last updated