Skip to main content

Create company

POST 

/companies

Create a new Company.

Request

Body

required
    id uuid
    externalId stringrequired
    onboardingLevel stringnullable

    Possible values: [Onboarding, KYB, Onboarded]

    createdAt date-time
    updatedAt date-time
    createdBy string
    softDeletedAt date-timenullable
    softDeletedBy stringnullable
    cmsProjectId stringrequired
    beneficiaryCompany object
    ownershipPercentage stringrequired
    beneficiaryCompanyId stringrequired

    if this is present this means that the cmpany is beneficary of another company

Responses

Successful response

Schema

    string

Loading...