---
title: "Set Customer Account Onboarded To true"
method: POST
path: "/customer-accounts/{customerAccountID}/setOnboardedStatusToTrue"
---

# Set Customer Account Onboarded To true

`POST /customer-accounts/{customerAccountID}/setOnboardedStatusToTrue`

## Path parameters

- `customerAccountID` string, required

## Request body

- object
  - `companyID` string — Company ID

## Response `200`

200

- object
  - `data` object
    - `business_name` string
    - `ein` string
    - `legal_structure` string
    - `phone` string
    - `email` string
    - `business_address` string
    - `business_city` string
    - `business_state` string
    - `business_zip` string
    - `code` string
    - `company_id` string
    - `customer_account_id` string
    - `partner_id` string
    - `status` string
    - `business_owner` object
      - `first_name` string
      - `last_name` string
      - `email` string
      - `ssn` string
      - `dob` string
      - `title` string
      - `ownership_percentage` integer
      - `owner_type` string
      - `address` string
      - `city` string
      - `state` string
      - `zip` string
    - `onboarded` boolean
  - `success` boolean
  - `testMode` boolean

## Other responses

- `400` — 400

---

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