---
title: "Partial Update Fixed Asset Automation"
method: PATCH
path: "/coa/api/fixed-asset-automation/{id}/"
tags: ["Core Accounting"]
---

# Partial Update Fixed Asset Automation

`PATCH /coa/api/fixed-asset-automation/{id}/`

Retrieve, update, or delete an automation rule.
GET/PUT/PATCH/DELETE /api/fixed-asset-automation/<id>/

## Path parameters

- `id` integer, required

## Request body

- PatchedFixedAssetAutomationRule — Serializer for automation rules
  - `id` integer
  - `name` string — Descriptive name for this rule
  - `entity` integer — Entity this rule applies to (determines book currency)
  - `entity_name` string
  - `currency` string — Book currency from entity (auto-populated)
  - `account` integer — Create assets when transactions are posted to this account
  - `account_name` string
  - `account_number` string
  - `amount_threshold` number, double — Minimum transaction amount in book currency (materiality threshold)
  - `asset_class` integer — Asset class to use for created assets
  - `asset_class_name` string
  - `needs_review` boolean — If true, queue assets for review before creation
  - `forward_looking` boolean — Only apply to transactions created after this rule
  - `created_at` string, date-time
  - `last_modified_at` string, date-time

## Response `200`

- FixedAssetAutomationRule — Serializer for automation rules
  - `id` integer, required
  - `name` string, required — Descriptive name for this rule
  - `entity` integer, required — Entity this rule applies to (determines book currency)
  - `entity_name` string, required
  - `currency` string, required — Book currency from entity (auto-populated)
  - `account` integer, required — Create assets when transactions are posted to this account
  - `account_name` string, required
  - `account_number` string, required
  - `amount_threshold` number, double, required — Minimum transaction amount in book currency (materiality threshold)
  - `asset_class` integer, required — Asset class to use for created assets
  - `asset_class_name` string, required
  - `needs_review` boolean — If true, queue assets for review before creation
  - `forward_looking` boolean — Only apply to transactions created after this rule
  - `created_at` string, date-time, required
  - `last_modified_at` string, date-time, required

---

[API](https://skmtc.net/campfire/apis/campfire-developer-apis.md) · [All operations](https://skmtc.net/campfire/apis/campfire-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/campfire/campfire-developer-apis/versions/6945ebc3180e/schema)
