# Apply

When the Business Application object has been completed, along with Related Party Applications and Document Requests (see the Onboarding Businesses Guide), call this endpoint to submit the business application for review.

Endpoint: POST /api/v1/business-applications/{application_id}/apply/
Version: Version: b6359d9a
Security: HTTPBearer

## Path parameters:

  - `application_id` (string, required)

## Header parameters:

  - `x-jiko-idempotency` (string, required)

  - `x-jiko-signature` (string, required)

## Response 200 fields (application/json):

  - `id` (string, required)

  - `time_created` (string, required)

  - `updated_at` (string, required)

  - `exception_reasons` (array)

  - `customer_id` (any)
    null until application status is APPROVED

  - `name` (any)

  - `entity_type` (any)

  - `doing_business_as` (any)

  - `identification_number` (any)

  - `address` (any)

  - `website` (any)

  - `contact` (any)

  - `formation_date` (any)

  - `risk_info` (any)

  - `industry` (any)

  - `agreement_consent` (any)

  - `status` (string, required)
    Enum: "CREATED", "SUBMITTED", "CLOSED", "APPROVED", "REJECTED", "MANUAL_REVIEW", "DOCUMENTS_NEEDED", "PENDING"

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)


