---
title: "Get New Company Requirements"
method: GET
path: "/v1/company-requirements"
tags: ["Companies"]
---

# Get New Company Requirements

`GET /v1/company-requirements`

Returns a list of fields required to create a new company record.

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

The list of fields required to create a new company record.

- NewCompanyRequirements
  - `companyName` boolean — A flag indicating name may be required when creating a new company.
  - `companyRep` boolean — A flag indicating at least one representativeUser may be required when creating a new company.
  - `country` boolean — A flag indicating mainAddress/country may be required when creating a new company.
  - `address1` boolean — A flag indicating mainAddress/street1 may be required when creating a new company.
  - `address2` boolean — A flag indicating mainAddress/street2 may be required when creating a new company.
  - `city` boolean — A flag indicating mainAddress/city may be required when creating a new company.
  - `state` boolean — A flag indicating mainAddress/state_Province may be required when creating a new company.
  - `zip` boolean — A flag indicating mainAddress/postalCode may be required when creating a new company.
  - `status` boolean — A flag indicating status may be required when creating a new company.
  - `website` boolean — A flag indicating link may be required when creating a new company.
  - `mainPhone` boolean — Not implemented.
  - `industry` boolean — A flag indicating industry may be required when creating a new company.
  - `category` boolean — Not implemented.
  - `tag` boolean — Not implemented.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
