---
title: "Create business application"
method: POST
path: "/customer/createBusinessApplication"
tags: ["Customer"]
---

# Create business application

`POST /customer/createBusinessApplication`

Create a business credit application for the given `businessCustomerId`.

## Request body

- object
  - `businessCustomerId` integer, required
  - `controlPersonCustomerId` integer, required
  - `controlPersonRelationshipType` 'Signer' | 'Owner' | 'Trustee' | 'SuccessorTrustee' | 'Guardian' | 'Conservator' | 'Executor' | 'Agent' | 'PowerOfAttorney', required
  - `controlPersonIsBeneficialOwner` boolean, required
  - `isExemptFromBeneficialOwnership` boolean, required
  - `exemptFromBeneficialOwnershipReasonType` 'UsStockExchangeTradedEntity' | 'CharityOrNonProfitEntity' | 'PublicAccountingFirmRegisteredUnderSection102' | 'UsStateRegulatedBank' | 'UsRegulatedInsuranceCompany' | 'UsRegulatedFinancialInstitution' | 'UsFederalGovernmentAgency' | 'UsStateGovernmentAgency' | 'UsLocalGovernmentAgency' | 'NonUsGovernmentAgency' | 'BankHoldingCompany' | 'SavingsAndLoanHoldingCompany' | 'FinancialMarketUtility' | 'NonUsEntityOpeningAPrivateBankingAccount' | 'ForeignFinancialInstitution' | 'ClassOfSecuritiesIssuer' | 'SecCurrentRegisteredFirm' | 'CommodityFuturesTradingCommissionRegisteredEntity' | 'ExcludedPooledInvestmentVehicle' | 'NonExcludedPooledInvestmentVehicle' | 'UsStockExchangeMajorityEquityEntity'
  - `controlPersonBeneficialOwnerPercentage` number
  - `controlPersonTitle` string
  - `attestationDate` string, datetime
  - `attesterTitle` string
  - `attesterName` string
  - `additionalRelatedCustomers` object[]
    - `customerId` integer, required
    - `relationshipType` 'Signer' | 'Owner' | 'NonTransactional' | 'BeneficialOwner' | 'Trustee' | 'SuccessorTrustee' | 'Guardian' | 'Conservator' | 'Executor' | 'Agent' | 'PowerOfAttorney', required
    - `isBeneficialOwner` boolean, required
    - `beneficialOwnerPercentage` number
    - `canOpenAccounts` boolean, required
    - `title` string
    - `externalAccountAccessType` 'FULL' | 'RDLY' | 'ACH' | 'NONE', required

## Response `200`

A 200 status with no `data` property present

- 0 — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `404` — unresolved $ref
- `405` — unresolved $ref
- `429` — unresolved $ref

---

[API](https://skmtc.net/q2/apis/helix-api.md) · [All operations](https://skmtc.net/q2/apis/helix-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/q2/helix-api/revisions/0f8d32b907b3/schema)
