---
title: "Changes to Create VendorCredit record"
method: POST
path: "/public/v2/vendor-credits/"
---

# Changes to Create VendorCredit record

`POST /public/v2/vendor-credits/`

> 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-12** `34b7cf5b4b6c` — 1 info
- **2026-08-12** `1690a2e6f8e9` — 4 info
- **2026-08-05** `525a590a98f8` — 4 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_VendorCreditV2_record` removed and replaced with `create_VendorCredit_record`
  - 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-12** `34b7cf5b4b6c` — 1 info
  - added the new optional `header` request parameter `Idempotency-Key`
- **2026-08-12** `1690a2e6f8e9` — 4 info
  - added the new optional request property `expenses/items/company_id`
  - added the new optional request property `items/items/company_id`
  - added the optional property `expenses/items/company_id` to the response with the `200` status
  - added the optional property `items/items/company_id` to the response with the `200` status
- **2026-08-05** `525a590a98f8` — 4 info
  - added the new optional request property `expenses/items/tax/anyOf[subschema #1: ItemTaxData]/tax_metadata`
  - added the new optional request property `items/items/tax/anyOf[subschema #1: ItemTaxData]/tax_metadata`
  - 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_VendorCredit_record` removed and replaced with `create_VendorCreditV2_record`
  - 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/vendor-credits/post.md) · [API](https://skmtc.dev/dualentry/apis/dualentry-public-api.md) · [Page](https://skmtc.dev/dualentry/apis/dualentry-public-api/changes/public/v2/vendor-credits/post)
