---
title: "Burden Rate Setup With Burden Factor"
method: GET
path: "/v3/admin/burden-rate-with-factor"
tags: ["Burden"]
---

# Burden Rate Setup With Burden Factor

`GET /v3/admin/burden-rate-with-factor`

Returns a predefined list of burden rates setup in the system, with the relevant burden factors applied.

## Query parameters

- `branchGuid` string, uuid
- `branchExternalId` string
- `effectiveDate` string, date-time

## Headers

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

## Response `200`

Successfully retrieved employer burden rates with burden factor.

- BurdenRate[]
  - `burdenGuid` string, uuid, required — The unique identifier for the Burden.
  - `burdenRateGuid` string, uuid, required — The unique identifier for the Burden Rate.
  - `burdenName` string — The name for this burden.
  - `category` string — The category for the burden.
  - `calcType` 'TotalSales' | 'NodeType'
  - `rate` number, nullable — The rate as a percentage for the burden.
  - `burdenFactor` number — A multiplier applied to the rate used for the burden calculation.
  - `rateStartDate` string, date-time, nullable — The start date for the burden rate. The field follows the ISO 8601-1:2019 format for date and time, for example, 2026-05-05T21:12:54.126Z.
  - `rateEndDate` string, date-time, nullable — The end date for the burden rate. The field follows the ISO 8601-1:2019 format for date and time, for example, 2026-05-05T21:12:54.126Z.

## Other responses

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