---
title: "Changes to Update an expense"
method: PUT
path: "/accounting/{connection_id}/expense/{id}"
---

# Changes to Update an expense

`PUT /accounting/{connection_id}/expense/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 25 revisions.

- **2026-08-12** `1c744a7590b4` — 2 warning, 5 info
- **2026-08-08** `1f72720916e4` — 3 info
- **2026-07-31** `963bcc74f9e3` — 3 info
- **2026-07-26** `8f2437668567` — 15 info

## Changes

- **2026-08-12** `1c744a7590b4` — 2 warning, 5 info
  - added the new `SERVICE_CHARGE` enum value to the `lineitems/items/fees/items/type` response property for the response status `200`
  - added the new `TIP` enum value to the `lineitems/items/fees/items/type` response property for the response status `200`
  - added the new optional request property `metadata`
  - added the enum value `metadata` to the property `items/` of the `query` request parameter `fields`
  - added the new `SERVICE_CHARGE` enum value to the request property `lineitems/items/fees/items/type`
  - added the new `TIP` enum value to the request property `lineitems/items/fees/items/type`
  - added the optional property `metadata` to the response with the `200` status
- **2026-08-08** `1f72720916e4` — 3 info
  - added the new optional request property `project_id`
  - added the enum value `project_id` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `project_id` to the response with the `200` status
- **2026-07-31** `963bcc74f9e3` — 3 info
  - added the new optional request property `category_ids`
  - added the enum value `category_ids` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `category_ids` to the response with the `200` status
- **2026-07-26** `8f2437668567` — 15 info
  - added the new optional request property `approver_users`
  - added the new optional request property `attachments`
  - added the new optional request property `external_number`
  - added the new optional request property `status`
  - added the new optional request property `users`
  - added the enum value `approver_users` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `attachments` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `external_number` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `status` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `users` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `approver_users` to the response with the `200` status
  - added the optional property `attachments` to the response with the `200` status
  - added the optional property `external_number` to the response with the `200` status
  - added the optional property `status` to the response with the `200` status
  - added the optional property `users` to the response with the `200` status

---

[Operation](https://skmtc.dev/unified/apis/unified-to-api/docs/accounting/:connection_id/expense/:id/put.md) · [API](https://skmtc.dev/unified/apis/unified-to-api.md) · [Page](https://skmtc.dev/unified/apis/unified-to-api/changes/accounting/:connection_id/expense/:id/put)
