| name | data type | description |
|---|---|---|
| invoiceId | number | |
| invoiceNumber | string | |
| temporaryInvoiceNumber | string | |
| invoiceTypeCode | string | |
| amount | number | |
| amountWithoutTax | number | |
| amountWithTax | number | |
| amountTax | number | |
| string | ||
| accountOperationId | number |
Example
{
"invoiceId" : 12345,
"invoiceNumber" : "...",
"temporaryInvoiceNumber" : "...",
"invoiceTypeCode" : "...",
"amount" : 12345.0,
"amountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"amountTax" : 12345.0,
"pdf" : "...",
"accountOperationId" : 12345
}