Request Information
Returns new issued invoice for accounting of proforma invoice with given id. The proforma invoice must be fully paid.
Example URL:
v2.0/ProformaInvoices/{id}/Account
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Proforma invoice Id |
integer |
Required |
| id |
Proforma 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 |
Issued invoice items |
Collection of IssuedInvoiceItemApiModelAccount |
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. |
|
| ProformaInvoiceId |
Proforma invoice Id |
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. |
{
"ProformaInvoiceId": 1,
"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": 2.0,
"TotalWithoutDiscount": 3.0,
"EetResponsibility": 0,
"IsEet": false,
"SalesPosEquipmentId": 1,
"DateOfVatApplication": "2025-12-05T08:35:43.6919787+00:00",
"VatOnPayStatus": 0,
"NumericSequenceId": 1,
"VatReverseChargeCodeId": 1,
"AccountNumber": "sample string 6",
"BankId": 7,
"BankName": "sample string 8",
"BankNumberCode": "sample string 9",
"ConstantSymbolId": 10,
"CurrencyId": 11,
"DateOfIssue": "2025-12-05T08:35:43.6919787+00:00",
"DateOfMaturity": "2025-12-05T08:35:43.6919787+00:00",
"DateOfPayment": "2025-12-05T08:35:43.6919787+00:00",
"DateOfTaxing": "2025-12-05T08:35:43.6919787+00:00",
"Description": "sample string 16",
"DiscountPercentage": 17.0,
"DocumentNumber": "sample string 18",
"DocumentSerialNumber": 19,
"ExchangeRate": 20.0,
"ExchangeRateAmount": 21.0,
"Iban": "sample string 22",
"ItemsTextPrefix": "sample string 23",
"ItemsTextSuffix": "sample string 24",
"LanguageCode": "sample string 25",
"Note": "sample string 26",
"OrderNumber": "sample string 27",
"PaymentOptionId": 28,
"PurchaserId": 29,
"ReportColorValue": "sample string 30",
"Swift": "sample string 31",
"VariableSymbol": "sample string 32",
"IsIncomeTax": true
}
Sample not available.
Sample not available.