Customers

Add a business entity to an Onboarding Application

Creates a new business entity with a unique identifier to the specified application, capturing key details such as business name, type and company registration number.

post/applications/{applicationId}/compliance/businesses

Path parameters

applicationIdstring required

ID of application

Request body

type'LLC' | 'PLC' | 'LLP' | 'PARTNERSHIP' | 'SOLETRADER' required

Business type

registeredNamestring required

Registered business name

registrationNumberstring

Company registration number

Response

Created

idstring

Business ID

Changes

No recorded changes to this endpoint across all 1 revision of this API.