Create company
POST/companies
Create a new Company.
Request
- application/json
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
- 200
- default
Successful response
- application/json
- Schema
Schema
string
Error response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
message stringrequired
code stringrequired
issues object[]
message stringrequired
{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}
Loading...