---
title: "Changes to Create Invoices"
method: POST
path: "/accounting/invoices"
---

# Changes to Create Invoices

`POST /accounting/invoices`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 49 revisions.

- **2024-08-27** `5ba5c769e2e1` — 162 breaking, 162 info
- **2024-08-13** `6c3a1da2bdc9` — 44 info
- **2024-08-11** `04b9c7ceedbf` — 42 warning
- **2024-08-10** `f4029106f69f` — 42 info

## Changes

- **2024-08-27** `5ba5c769e2e1` — 162 breaking, 162 info
  - removed the enum value `AED` of the request property `currency`
  - removed the enum value `AFN` of the request property `currency`
  - removed the enum value `ALL` of the request property `currency`
  - removed the enum value `AMD` of the request property `currency`
  - removed the enum value `ANG` of the request property `currency`
  - removed the enum value `AOA` of the request property `currency`
  - removed the enum value `ARS` of the request property `currency`
  - removed the enum value `AUD` of the request property `currency`
  - removed the enum value `AWG` of the request property `currency`
  - removed the enum value `AZN` of the request property `currency`
  - removed the enum value `BAM` of the request property `currency`
  - removed the enum value `BBD` of the request property `currency`
  - removed the enum value `BDT` of the request property `currency`
  - removed the enum value `BGN` of the request property `currency`
  - removed the enum value `BHD` of the request property `currency`
  - removed the enum value `BIF` of the request property `currency`
  - removed the enum value `BMD` of the request property `currency`
  - removed the enum value `BND` of the request property `currency`
  - removed the enum value `BOB` of the request property `currency`
  - removed the enum value `BRL` of the request property `currency`
  - removed the enum value `BSD` of the request property `currency`
  - removed the enum value `BTN` of the request property `currency`
  - removed the enum value `BWP` of the request property `currency`
  - removed the enum value `BYN` of the request property `currency`
  - removed the enum value `BZD` of the request property `currency`
  - removed the enum value `CAD` of the request property `currency`
  - removed the enum value `CDF` of the request property `currency`
  - removed the enum value `CHF` of the request property `currency`
  - removed the enum value `CLP` of the request property `currency`
  - removed the enum value `CNY` of the request property `currency`
  - removed the enum value `COP` of the request property `currency`
  - removed the enum value `CRC` of the request property `currency`
  - removed the enum value `CUP` of the request property `currency`
  - removed the enum value `CVE` of the request property `currency`
  - removed the enum value `CZK` of the request property `currency`
  - removed the enum value `DJF` of the request property `currency`
  - removed the enum value `DKK` of the request property `currency`
  - removed the enum value `DOP` of the request property `currency`
  - removed the enum value `DZD` of the request property `currency`
  - removed the enum value `EGP` of the request property `currency`
  - …284 more
- **2024-08-13** `6c3a1da2bdc9` — 44 info
  - added the new optional request property `accounting_period_id`
  - added the new optional request property `balance`
  - added the new optional request property `contact_id`
  - added the new optional request property `currency`
  - added the new optional request property `due_date`
  - added the new optional request property `exchange_rate`
  - added the new optional request property `field_mappings`
  - added the new optional request property `issue_date`
  - added the new optional request property `line_items`
  - added the new optional request property `memo`
  - added the new optional request property `number`
  - added the new optional request property `paid_on_date`
  - added the new optional request property `status`
  - added the new optional request property `sub_total`
  - added the new optional request property `total_amount`
  - added the new optional request property `total_discount`
  - added the new optional request property `total_tax_amount`
  - added the new optional request property `tracking_categories`
  - added the new optional request property `type`
  - added the optional property `accounting_period_id` to the response with the `201` status
  - added the optional property `balance` to the response with the `201` status
  - added the optional property `contact_id` to the response with the `201` status
  - added the optional property `created_at` to the response with the `201` status
  - added the optional property `currency` to the response with the `201` status
  - added the optional property `due_date` to the response with the `201` status
  - added the optional property `exchange_rate` to the response with the `201` status
  - added the optional property `field_mappings` to the response with the `201` status
  - added the optional property `id` to the response with the `201` status
  - added the optional property `issue_date` to the response with the `201` status
  - added the optional property `line_items` to the response with the `201` status
  - added the optional property `memo` to the response with the `201` status
  - added the optional property `modified_at` to the response with the `201` status
  - added the optional property `number` to the response with the `201` status
  - added the optional property `paid_on_date` to the response with the `201` status
  - added the optional property `remote_data` to the response with the `201` status
  - added the optional property `remote_id` to the response with the `201` status
  - added the optional property `remote_updated_at` to the response with the `201` status
  - added the optional property `status` to the response with the `201` status
  - added the optional property `sub_total` to the response with the `201` status
  - added the optional property `total_amount` to the response with the `201` status
  - …4 more
- **2024-08-11** `04b9c7ceedbf` — 42 warning
  - removed the request property `accounting_period_id`
  - removed the request property `balance`
  - removed the request property `contact_id`
  - removed the request property `currency`
  - removed the request property `due_date`
  - removed the request property `exchange_rate`
  - removed the request property `field_mappings`
  - removed the request property `issue_date`
  - removed the request property `memo`
  - removed the request property `number`
  - removed the request property `paid_on_date`
  - removed the request property `status`
  - removed the request property `sub_total`
  - removed the request property `total_amount`
  - removed the request property `total_discount`
  - removed the request property `total_tax_amount`
  - removed the request property `tracking_categories`
  - removed the request property `type`
  - removed the optional property `accounting_period_id` from the response with the `201` status
  - removed the optional property `balance` from the response with the `201` status
  - removed the optional property `contact_id` from the response with the `201` status
  - removed the optional property `created_at` from the response with the `201` status
  - removed the optional property `currency` from the response with the `201` status
  - removed the optional property `due_date` from the response with the `201` status
  - removed the optional property `exchange_rate` from the response with the `201` status
  - removed the optional property `field_mappings` from the response with the `201` status
  - removed the optional property `id` from the response with the `201` status
  - removed the optional property `issue_date` from the response with the `201` status
  - removed the optional property `memo` from the response with the `201` status
  - removed the optional property `modified_at` from the response with the `201` status
  - removed the optional property `number` from the response with the `201` status
  - removed the optional property `paid_on_date` from the response with the `201` status
  - removed the optional property `remote_data` from the response with the `201` status
  - removed the optional property `remote_id` from the response with the `201` status
  - removed the optional property `remote_updated_at` from the response with the `201` status
  - removed the optional property `status` from the response with the `201` status
  - removed the optional property `sub_total` from the response with the `201` status
  - removed the optional property `total_amount` from the response with the `201` status
  - removed the optional property `total_discount` from the response with the `201` status
  - removed the optional property `total_tax_amount` from the response with the `201` status
  - …2 more
- **2024-08-10** `f4029106f69f` — 42 info
  - added the new optional request property `accounting_period_id`
  - added the new optional request property `balance`
  - added the new optional request property `contact_id`
  - added the new optional request property `currency`
  - added the new optional request property `due_date`
  - added the new optional request property `exchange_rate`
  - added the new optional request property `field_mappings`
  - added the new optional request property `issue_date`
  - added the new optional request property `memo`
  - added the new optional request property `number`
  - added the new optional request property `paid_on_date`
  - added the new optional request property `status`
  - added the new optional request property `sub_total`
  - added the new optional request property `total_amount`
  - added the new optional request property `total_discount`
  - added the new optional request property `total_tax_amount`
  - added the new optional request property `tracking_categories`
  - added the new optional request property `type`
  - added the optional property `accounting_period_id` to the response with the `201` status
  - added the optional property `balance` to the response with the `201` status
  - added the optional property `contact_id` to the response with the `201` status
  - added the optional property `created_at` to the response with the `201` status
  - added the optional property `currency` to the response with the `201` status
  - added the optional property `due_date` to the response with the `201` status
  - added the optional property `exchange_rate` to the response with the `201` status
  - added the optional property `field_mappings` to the response with the `201` status
  - added the optional property `id` to the response with the `201` status
  - added the optional property `issue_date` to the response with the `201` status
  - added the optional property `memo` to the response with the `201` status
  - added the optional property `modified_at` to the response with the `201` status
  - added the optional property `number` to the response with the `201` status
  - added the optional property `paid_on_date` to the response with the `201` status
  - added the optional property `remote_data` to the response with the `201` status
  - added the optional property `remote_id` to the response with the `201` status
  - added the optional property `remote_updated_at` to the response with the `201` status
  - added the optional property `status` to the response with the `201` status
  - added the optional property `sub_total` to the response with the `201` status
  - added the optional property `total_amount` to the response with the `201` status
  - added the optional property `total_discount` to the response with the `201` status
  - added the optional property `total_tax_amount` to the response with the `201` status
  - …2 more

---

[Operation](https://skmtc.dev/panoratech/apis/panora-api/docs/accounting/invoices/post.md) · [API](https://skmtc.dev/panoratech/apis/panora-api.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api/changes/accounting/invoices/post)
