---
title: "POST /v2/company/extra/get-by-request"
method: POST
path: "/v2/company/extra/get-by-request"
tags: ["Company"]
---

# POST /v2/company/extra/get-by-request

`POST /v2/company/extra/get-by-request`

## Headers

- `Tenant` string
- `FrontOfficeTenantId` integer
- `RequestId` string, uuid, required

## Request body

- CompanyExtraRequest
  - `id` integer — The identifier for the company.
  - `idType` string — The company identifier type. BOLD or BO.
  - `useRoot` boolean — The indicator to use company or its root company.

## Response `200`

200 response

- CompanyTypeExtraValue
  - `id` integer
  - `idType` 'BOLD' | 'BO'
  - `extraValues` Extra[]
    - `extraValueId` integer, nullable — The unique identifier for the Extra row in the Back Office database, formatted as an integer.
    - `optionId` integer, nullable — The unqiue identifier for the Custom Setup Option Row that relates to the current extra row.
    - `optionName` string — The display name of the Extra value setup option.
    - `category` string — The category for the current Extra, as defined in the accompanying custom setup option property value.
    - `value` string — The actual value of the Extra, formatted as a string.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `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

---

[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/versions/846b33e4e71b/schema)
