---
title: "Updates an existing parent Accrual.
Child accruals are not exposed by the public API."
method: PUT
path: "/v1/accruals/{id}"
tags: ["Accruals"]
---

# Updates an existing parent Accrual.
Child accruals are not exposed by the public API.

`PUT /v1/accruals/{id}`

## Path parameters

- `id` integer, required

## Request body

- AccrualDto
  - `id` integer
  - `acCode` string
  - `entryDate` string, date-time
  - `procDate` string, date-time
  - `reference` string
  - `total` number, double
  - `timestamp` string, byte
  - `firstDetail` string
  - `secondDetail` string

## Response `200`

OK

- object

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
