---
title: "Create Talent Accrual Plan Manual Entry"
method: POST
path: "/v3/talent/accrual-manual-entries"
tags: ["Accrual"]
---

# Create Talent Accrual Plan Manual Entry

`POST /v3/talent/accrual-manual-entries`

Creates a manual entry for the specified accrual plan and talent.

## Query parameters

- `talentGuid` string, uuid
- `talentExternalId` string
- `configAccrualPlanGuid` string, uuid
- `AllowNonCurrentEffectiveDate` boolean

## 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, required

## Request body

- TalentAccrualManualEntryRequest
  - `talentAccrualGuid` string, uuid — The unique identifier for the Talent Accrual record.
  - `accruedUnit` number — The number of units for the manual entry. Can be either a positive or negative value.
  - `effectiveDate` string, date-time, nullable — The effective date for the accrued units on this manual entry. This date is used to determine which accrual period the units should apply to. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss format, for example, 2026-12-01 or 2026-12-01T14:30:00.
  - `excludeFromLimitCalculation` boolean — An indication of whether manual units are excluded from the various limits associated with the plan. When set to `true`, the units do not count toward yearly or pay period limits.
  - `note` string — A free-text note field associated with the manually entered hours.

## Response `200`

The provided EffectiveDate is not within the current accrual period.

- object

## Other responses

- `201` — Successfully created talent accrual manual entry record.
- `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)
