Request Information
Method returns copy of issued invoice. Returned resource is suitable for new invoice creation.
Example URL:
v2.0/IssuedInvoices/{id}/Copy
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Invoice Id |
integer |
Required |
| id |
Invoice Id |
integer |
Required |
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountNumber | string |
Length: between 0 and 50 inclusive |
|
| BankId |
Bank Id from bank list |
integer |
None. |
| BankName | string |
Length: between 0 and 100 inclusive |
|
| BankNumberCode | string |
Length: between 0 and 4 inclusive |
|
| ConstantSymbolId | integer |
None. |
|
| CurrencyId | integer |
None. |
|
| DateOfIssue | date |
None. |
|
| DateOfMaturity | date |
None. |
|
| DateOfPayment | date |
None. |
|
| DateOfTaxing | date |
None. |
|
| DateOfVatApplication |
Date of VAT application |
date |
Used in Sk legislation. |
| Description | string |
None. |
|
| DiscountPercentage | decimal number |
None. |
|
| DocumentNumber | string |
Length: between 0 and 10 inclusive |
|
| DocumentSerialNumber | integer |
None. |
|
| EetResponsibility |
Responsibility for handlig of electronic records of sales. |
EetResponsibility |
Used in Cz legislation. |
| ExchangeRate | decimal number |
None. |
|
| ExchangeRateAmount | decimal number |
None. |
|
| Iban | string |
Length: between 0 and 50 inclusive |
|
| IsEet |
Flag indicating whether the sales receipt is registered in EET. |
boolean |
Used in Cz legislation. |
| IsIncomeTax |
Include subject to income tax |
boolean |
Used in Cz legislation. |
| IssuedInvoiceItems | Collection of IssuedInvoiceItemApiModelCopy |
None. |
|
| ItemsTextPrefix | string |
None. |
|
| ItemsTextSuffix | string |
None. |
|
| LanguageCode | string |
None. |
|
| Note | string |
None. |
|
| NumericSequenceId |
Numeric sequence id. If left null, the default sequence will be used. |
integer |
None. |
| OrderNumber | string |
Length: between 0 and 20 inclusive |
|
| PaymentOptionId | integer |
None. |
|
| PurchaserId | integer |
Required |
|
| ReportColorValue |
Report color - in HTML fromat |
string |
None. |
| SalesPosEquipmentId |
POS equipment id. |
integer |
Used in Cz legislation. |
| Swift | string |
Length: between 0 and 11 inclusive |
|
| TotalDiscountAmount |
Total amount of discount. If the invoice is without discount, this will be zero. |
decimal number |
None. |
| TotalWithoutDiscount |
Total amount without discount. If the invoice is without discount, this will be zero. |
decimal number |
None. |
| VariableSymbol | string |
Length: between 0 and 10 inclusive |
|
| VatOnPayStatus |
Attribute for application of VAT based on payments |
VatOnPayStatus |
Used in Sk legislation. |
| VatReverseChargeCodeId |
Vat reverse charge code id |
integer |
Used in Cz legislation. |
{
"IssuedInvoiceItems": [
{
"ItemType": 0,
"TotalWithVatBeforeDiscount": 2.0,
"TotalWithoutVatBeforeDiscount": 3.0,
"TotalVatBeforeDiscount": 4.0,
"Amount": 5.0,
"Name": "sample string 6",
"PriceListItemId": 1,
"PriceType": 0,
"Unit": "sample string 7",
"UnitPrice": 8.0,
"VatCodeId": 1,
"VatRateType": 0,
"Id": 9
}
],
"TotalDiscountAmount": 1.0,
"TotalWithoutDiscount": 2.0,
"EetResponsibility": 0,
"IsEet": false,
"SalesPosEquipmentId": 1,
"DateOfVatApplication": "2025-11-01T18:21:22.1578022+00:00",
"VatOnPayStatus": 0,
"NumericSequenceId": 1,
"VatReverseChargeCodeId": 1,
"AccountNumber": "sample string 5",
"BankId": 6,
"BankName": "sample string 7",
"BankNumberCode": "sample string 8",
"ConstantSymbolId": 9,
"CurrencyId": 10,
"DateOfIssue": "2025-11-01T18:21:22.1578022+00:00",
"DateOfMaturity": "2025-11-01T18:21:22.1578022+00:00",
"DateOfPayment": "2025-11-01T18:21:22.1578022+00:00",
"DateOfTaxing": "2025-11-01T18:21:22.1578022+00:00",
"Description": "sample string 15",
"DiscountPercentage": 16.0,
"DocumentNumber": "sample string 17",
"DocumentSerialNumber": 18,
"ExchangeRate": 19.0,
"ExchangeRateAmount": 20.0,
"Iban": "sample string 21",
"ItemsTextPrefix": "sample string 22",
"ItemsTextSuffix": "sample string 23",
"LanguageCode": "sample string 24",
"Note": "sample string 25",
"OrderNumber": "sample string 26",
"PaymentOptionId": 27,
"PurchaserId": 28,
"ReportColorValue": "sample string 29",
"Swift": "sample string 30",
"VariableSymbol": "sample string 31",
"IsIncomeTax": true
}
Sample not available.
Sample not available.