---
title: "Changes to Create Bill record attachments"
method: POST
path: "/public/v2/bills/{record_number}/attachments/"
---

# Changes to Create Bill record attachments

`POST /public/v2/bills/{record_number}/attachments/`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 14 revisions.

- **2026-08-28** `48edcb3acb74` — 4 warning, 5 info
- **2026-08-22** `dcb8297898a2` — 2 breaking, 18 info
- **2026-08-19** `f338ec8b3f52` — 1 info
- **2026-08-12** `34b7cf5b4b6c` — 1 info
- **2026-08-05** `525a590a98f8` — 2 info
- **2026-07-26** `64136e8e19bb` — 2 breaking, 7 info

## Changes

- **2026-08-28** `48edcb3acb74` — 4 warning, 5 info
  - removed the optional property `expenses_count` from the response with the `200` status
  - removed the optional property `expenses_has_more` from the response with the `200` status
  - removed the optional property `items_count` from the response with the `200` status
  - removed the optional property `items_has_more` from the response with the `200` status
  - api operation id `create_BillV2_record_attachments` removed and replaced with `create_Bill_record_attachments`
  - the response property `expenses` became required for the status `200`
  - the response property `items` became required for the status `200`
  - the `expenses` response's property default value `` was removed for the status `200`
  - the `items` response's property default value `` was removed for the status `200`
- **2026-08-22** `dcb8297898a2` — 2 breaking, 18 info
  - the `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added `#/components/schemas/GstComponentType, #/components/schemas/TaxFamily` to the `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/GstComponentType, #/components/schemas/TaxFamily` to the `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property `anyOf` list for the response status `200`
  - removed the `CESS` enum value from the `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `CESS` enum value from the `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `CGST` enum value from the `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `CGST` enum value from the `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `GST` enum value from the `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `GST` enum value from the `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `HST` enum value from the `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `HST` enum value from the `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `IGST` enum value from the `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `IGST` enum value from the `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `PST` enum value from the `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `PST` enum value from the `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `QST` enum value from the `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `QST` enum value from the `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `SGST` enum value from the `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
  - removed the `SGST` enum value from the `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_components/items/component_type` response property for the response status `200`
- **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-05** `525a590a98f8` — 2 info
  - added the optional property `expenses/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_metadata` to the response with the `200` status
  - added the optional property `items/items/tax/anyOf[subschema #1: ItemTaxDataOut]/tax_metadata` to the response with the `200` status
- **2026-07-26** `64136e8e19bb` — 2 breaking, 7 info
  - the response property `expenses` became optional for the status `200`
  - the response property `items` became optional for the status `200`
  - api operation id `create_Bill_record_attachments` removed and replaced with `create_BillV2_record_attachments`
  - added the optional property `expenses_count` to the response with the `200` status
  - added the optional property `expenses_has_more` to the response with the `200` status
  - added the optional property `items_count` to the response with the `200` status
  - added the optional property `items_has_more` to the response with the `200` status
  - the `expenses` response's property default value `` was added for the status `200`
  - 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/bills/: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/bills/:record_number/attachments/post)
