---
title: "Changes to Create JournalEntry record attachments"
method: POST
path: "/public/v2/journal-entries/{record_number}/attachments/"
---

# Changes to Create JournalEntry record attachments

`POST /public/v2/journal-entries/{record_number}/attachments/`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 16 revisions.

- **2026-09-01** `d09369419a42` — 2 info
- **2026-08-28** `48edcb3acb74` — 3 breaking, 5 warning, 18 info
- **2026-08-19** `f338ec8b3f52` — 1 info
- **2026-08-12** `34b7cf5b4b6c` — 1 info
- **2026-08-03** `844da04100e3` — 4 breaking, 8 warning, 9 info
- **2026-07-31** `506e6073d191` — 6 info
- **2026-07-26** `64136e8e19bb` — 1 breaking, 4 info

## Changes

- **2026-09-01** `d09369419a42` — 2 info
  - added the optional property `created_by_id` to the response with the `200` status
  - added the optional property `created_by_name` to the response with the `200` status
- **2026-08-28** `48edcb3acb74` — 3 breaking, 5 warning, 18 info
  - the response property `reversal_items/items/account_number` became optional for the status `200`
  - the response property `reversal_items/items/memo` became optional for the status `200`
  - removed the required property `reversal_items/items/entry_id` from the response with the `200` status
  - removed the optional property `has_more_lines` from the response with the `200` status
  - removed the optional property `items/items/reversal_entry_id` from the response with the `200` status
  - removed the optional property `items/items/reversal_line_id` from the response with the `200` status
  - removed the optional property `lines_count` from the response with the `200` status
  - removed the optional property `reversal_date` from the response with the `200` status
  - api operation id `create_JournalEntryV2_record_attachments` removed and replaced with `create_JournalEntry_record_attachments`
  - added the optional property `reversal_items/items/billable_customer_id` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_customer_name` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_markup_pct` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_project_id` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_project_name` to the response with the `200` status
  - added the optional property `reversal_items/items/is_billable` to the response with the `200` status
  - added the optional property `reversal_items/items/not_aging_eligible_reason` to the response with the `200` status
  - added the optional property `reversal_items/items/original_line_id` to the response with the `200` status
  - the response property `items` became required for the status `200`
  - the response property `reversal_items` became required for the status `200`
  - the `memo` response's property default value `` was added for the status `200`
  - the `items` response's property default value `` was removed for the status `200`
  - the `reversal_items` response's property default value `` was removed for the status `200`
  - response property `reversal_items` reactivated
  - added the required property `reversal_items/items/account_id` to the response with the `200` status
  - added the required property `reversal_items/items/currency` to the response with the `200` status
  - added the required property `reversal_items/items/line_type` to the response with the `200` status
- **2026-08-19** `f338ec8b3f52` — 1 info
  - added the optional property `code` to the response with the `200` status
- **2026-08-12** `34b7cf5b4b6c` — 1 info
  - added the new optional `header` request parameter `Idempotency-Key`
- **2026-08-03** `844da04100e3` — 4 breaking, 8 warning, 9 info
  - the response property `reversal_items` became optional for the status `200`
  - removed the required property `reversal_items/items/account_id` from the response with the `200` status
  - removed the required property `reversal_items/items/currency` from the response with the `200` status
  - removed the required property `reversal_items/items/line_type` from the response with the `200` status
  - removed the optional property `reversal_items/items/billable_customer_id` from the response with the `200` status
  - removed the optional property `reversal_items/items/billable_customer_name` from the response with the `200` status
  - removed the optional property `reversal_items/items/billable_markup_pct` from the response with the `200` status
  - removed the optional property `reversal_items/items/billable_project_id` from the response with the `200` status
  - removed the optional property `reversal_items/items/billable_project_name` from the response with the `200` status
  - removed the optional property `reversal_items/items/is_billable` from the response with the `200` status
  - removed the optional property `reversal_items/items/not_aging_eligible_reason` from the response with the `200` status
  - removed the optional property `reversal_items/items/original_line_id` from the response with the `200` status
  - added the optional property `items/items/reversal_entry_id` to the response with the `200` status
  - added the optional property `items/items/reversal_line_id` to the response with the `200` status
  - added the optional property `reversal_date` to the response with the `200` status
  - the response property `reversal_items/items/account_number` became required for the status `200`
  - the response property `reversal_items/items/memo` became required for the status `200`
  - the `reversal_items` response's property default value `` was added for the status `200`
  - the `memo` response's property default value `` was removed for the status `200`
  - response property `reversal_items` deprecated
  - added the required property `reversal_items/items/entry_id` to the response with the `200` status
- **2026-07-31** `506e6073d191` — 6 info
  - added the optional property `reversal_items/items/billable_customer_id` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_customer_name` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_markup_pct` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_project_id` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_project_name` to the response with the `200` status
  - added the optional property `reversal_items/items/is_billable` to the response with the `200` status
- **2026-07-26** `64136e8e19bb` — 1 breaking, 4 info
  - the response property `items` became optional for the status `200`
  - api operation id `create_JournalEntry_record_attachments` removed and replaced with `create_JournalEntryV2_record_attachments`
  - added the optional property `has_more_lines` to the response with the `200` status
  - added the optional property `lines_count` to the response with the `200` status
  - the `items` response's property default value `` was added for the status `200`

---

[Operation](https://skmtc.dev/dualentry/apis/dualentry-public-api/docs/public/v2/journal-entries/:record_number/attachments/post.md) · [API](https://skmtc.dev/dualentry/apis/dualentry-public-api.md) · [Page](https://skmtc.dev/dualentry/apis/dualentry-public-api/changes/public/v2/journal-entries/:record_number/attachments/post)
