{
"externalId": "string",
"riskLevel": "low",
"address": {
"streetLine1": "string",
"streetLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "st"
},
"phoneNumber": "string",
"email": "user@example.com",
"legalName": "string",
"countryOfRegistration": "st",
"industry": "accountingOrConsultingOrLegalServices",
"industryOther": "Holding company",
"turnover": "bellow100KEur",
"isRelevantActivity": true,
"isPubliclyListed": true,
"isEngagedGambling10K": true,
"isFoundation": true,
"registrationNumber": "string",
"webSite": "string",
"companyRegistrationDate": "2019-08-24",
"taxResidencyCountry": "st",
"payInsCountries": [
"uk"
],
"payOutsCountries": [
"uk"
],
"purposesAccountOpening": [
"administrativeAndOperationalExpenses"
],
"purposesAccountOpeningOther": "string",
"taxNumber": "string",
"businessPartners": [
{
"name": "string",
"incorporationCountryCode": "st",
"plannedTransfersQuantityMonth": 1,
"plannedTransfersEurVolumeMonth": 1,
"additionalInfo": "string",
"basisPartnership": "string",
"website": "string"
}
],
"fundFlows": {
"plannedIncomingTransfersQuantity": 0,
"plannedIncomingTransfersEurVolume": 0,
"plannedOutboundTransfersQuantity": 0,
"plannedOutboundTransfersEurVolume": 0
},
"complianceEvaluation": {
"reviewPeriodicity": "string",
"appliedLimits": "string",
"additionalInfo": "string"
},
"relatedIndividuals": [
{
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"isUbo": true,
"isShareholder": true,
"isDirector": true,
"isRepresentative": true,
"isPep": true,
"residenceCountry": "st",
"citizenshipCountry": "st",
"birthDate": "2019-08-24",
"ownership": 0,
"document": {
"issuedBy": "string",
"expirationDate": "2019-08-24",
"type": "passport",
"number": "string",
"issuedCountryCode": "st",
"issuedDate": "2019-08-24"
},
"beneficialOwnerPepDetails": "string",
"usaTaxResidency": true,
"giinNumber": "string",
"residentialAddress": {},
"applicantId": "fc65ce03-c5e6-455c-b628-f1607e292785",
"percentageOwnership": 0
}
]
}
curl --location --request POST '/integration/clients/companies' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalId": "string",
"riskLevel": "low",
"address": {
"streetLine1": "string",
"streetLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "st"
},
"phoneNumber": "string",
"email": "user@example.com",
"legalName": "string",
"countryOfRegistration": "st",
"industry": "accountingOrConsultingOrLegalServices",
"industryOther": "Holding company",
"turnover": "bellow100KEur",
"isRelevantActivity": true,
"isPubliclyListed": true,
"isEngagedGambling10K": true,
"isFoundation": true,
"registrationNumber": "string",
"webSite": "string",
"companyRegistrationDate": "2019-08-24",
"taxResidencyCountry": "st",
"payInsCountries": [
"uk"
],
"payOutsCountries": [
"uk"
],
"purposesAccountOpening": [
"administrativeAndOperationalExpenses"
],
"purposesAccountOpeningOther": "string",
"taxNumber": "string",
"businessPartners": [
{
"name": "string",
"incorporationCountryCode": "st",
"plannedTransfersQuantityMonth": 1,
"plannedTransfersEurVolumeMonth": 1,
"additionalInfo": "string",
"basisPartnership": "string",
"website": "string"
}
],
"fundFlows": {
"plannedIncomingTransfersQuantity": 0,
"plannedIncomingTransfersEurVolume": 0,
"plannedOutboundTransfersQuantity": 0,
"plannedOutboundTransfersEurVolume": 0
},
"complianceEvaluation": {
"reviewPeriodicity": "string",
"appliedLimits": "string",
"additionalInfo": "string"
},
"relatedIndividuals": [
{
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"isUbo": true,
"isShareholder": true,
"isDirector": true,
"isRepresentative": true,
"isPep": true,
"residenceCountry": "st",
"citizenshipCountry": "st",
"birthDate": "2019-08-24",
"ownership": 0,
"document": {
"issuedBy": "string",
"expirationDate": "2019-08-24",
"type": "passport",
"number": "string",
"issuedCountryCode": "st",
"issuedDate": "2019-08-24"
},
"beneficialOwnerPepDetails": "string",
"usaTaxResidency": true,
"giinNumber": "string",
"residentialAddress": {},
"applicantId": "fc65ce03-c5e6-455c-b628-f1607e292785",
"percentageOwnership": 0
}
]
}'
{
"clientId": "5e505642-9024-474d-9434-e5a44f505cc5",
"externalId": "string"
}