---
title: "Get Invoice Sorting Preference Options"
method: GET
path: "/v3/billing/option-items/invoice-sort"
tags: ["Billing"]
---

# Get Invoice Sorting Preference Options

`GET /v3/billing/option-items/invoice-sort`

Returns a list of invoice sorting options configured for a given branch.

## Query parameters

- `branchGuid` string, uuid
- `branchExternalId` string
- `includeInactive` string

## Headers

- `FrontOfficeTenantId` integer, required
- `RequestOrigin` string, required
- `RequestId` string, uuid, required — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `ExternalIdSource` 'BOLD', required
- `RequestUserExternalId` string

## Response `200`

A list of invoice sorting options for the tenant.

- CustomSetupOption[]
  - `optionId` integer, nullable — The unique identifier for the setup option.
  - `optionName` string — The display name of the setup option.
  - `categoryId` integer, nullable — The unique identifier for the category associated with the option.
  - `categoryName` string — The display name of the option category.
  - `branchGuid` string, uuid — The unique identifier for the Branch associated with the option.
  - `isVisible` boolean — An indication of whether this custom setup option is visible to the current branch.
  - `customSetupOptionProperties` CustomSetupOptionProperty[]
    - `propertyName` string — The name of the option property.
    - `propertyDescription` string — The description of the option property.
    - `defaultValue` string — The default value of the property.
    - `propertyValue` string — The current value of the option property.

## Other responses

- `402` — Additional subscription required.
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `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/versions/846b33e4e71b/schema)
