---
title: "Create or update business registration information"
method: POST
path: "/businesses/{id}/registration_information"
tags: ["Business registration informations"]
---

# Create or update business registration information

`POST /businesses/{id}/registration_information`

## Path parameters

- `id` string, required

## Request body

- object
  - `business_name` string, nullable — Business name
  - `business_type` string, nullable — Business type
  - `business_industry` string, nullable — Business industry
  - `business_registration_identifier` string, nullable — Business registration identifier
  - `business_registration_number` string, nullable — Business registration number
  - `business_identity` string, nullable — Business identity
  - `business_regime_of_operation` string, nullable — Business regime of operation
  - `company_type` string, nullable — Company type
  - `website_url` string, nullable — Website URL
  - `social_media_profiles_urls` string[] — Social media profile URLs
  - `street_address` string, nullable — Street address
  - `street_address_line_2` string, nullable — Street address line 2
  - `city` string, nullable — City
  - `region` string, nullable — Region/state
  - `postal_code` string, nullable — Postal code
  - `iso_country_code` string, nullable — ISO country code
  - `contact` object, nullable — Contact person information
    - `first_name` string, nullable — Contact person's first name
    - `last_name` string, nullable — Contact person's last name
    - `title` string, nullable — Contact person's title
    - `job_position` string, nullable — Contact person's job position
    - `phone_number` string, nullable — Contact person's phone number
    - `email_address` string, nullable — Contact person's email address
  - `supplemental_links` string[] — Supplemental links
  - `privacy_policy_link` string, nullable — Privacy policy URL
  - `preferred_phone_number_prefixes` string[] — Preferred 3-digit area code prefixes for phone number provisioning

## Response `200`

The created or updated business registration information

- BusinessRegistrationInformation
  - `id` string, required — The ID of the business registration information
  - `business_name` string, nullable, required — The business's legal name
  - `business_type` string, nullable, required — Business type
  - `business_industry` string, nullable, required — Business industry
  - `business_registration_identifier` string, nullable, required — Business registration identifier
  - `business_registration_number` string, nullable, required — Business registration number
  - `business_identity` string, nullable, required — Business identity
  - `business_regime_of_operation` string, nullable, required — Business regime of operation
  - `company_type` string, nullable, required — Company type
  - `website_url` string, nullable, required — Website URL
  - `social_media_profiles_urls` string[], required — Social media profile URLs
  - `street_address` string, nullable, required — Street address
  - `street_address_line_2` string, nullable, required — Street address line 2
  - `city` string, nullable, required — City
  - `region` string, nullable, required — Region/state
  - `postal_code` string, nullable, required — Postal code
  - `iso_country_code` string, nullable, required — ISO country code
  - `contact` object, nullable, required — Contact person information
    - `first_name` string, nullable, required — Contact person's first name
    - `last_name` string, nullable, required — Contact person's last name
    - `title` string, nullable, required — Contact person's title
    - `job_position` string, nullable, required — Contact person's job position
    - `phone_number` string, nullable, required — Contact person's phone number
    - `email_address` string, nullable, required — Contact person's email address
  - `supplemental_links` string[], required — Supplemental links
  - `privacy_policy_link` string, nullable, required — Privacy policy URL
  - `preferred_phone_number_prefixes` string[], required — Preferred phone number prefixes

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
