# Get Invoice By Id Return a specific invoice by its Id. Endpoint: POST /api/tenant/{tenantId_path}/invoice/getInvoiceById Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `id` (string) ## Response 200 fields (text/plain): - `response` (object,null) - `response.invoiceByIdDtos` (object) - `response.invoiceByIdDtos.renterId` (string) - `response.invoiceByIdDtos.renterName` (string) - `response.invoiceByIdDtos.leaseId` (string) - `response.invoiceByIdDtos.leaseNumber` (string) - `response.invoiceByIdDtos.leaseLabel` (string) - `response.invoiceByIdDtos.id` (string) - `response.invoiceByIdDtos.number` (string,null) - `response.invoiceByIdDtos.label` (string) - `response.invoiceByIdDtos.type` (integer) Enum: 1, 2 - `response.invoiceByIdDtos.state` (integer) Enum: 1, 2 - `response.invoiceByIdDtos.totalAmountWithoutVat` (number) - `response.invoiceByIdDtos.totalAmountWithVat` (number) - `response.invoiceByIdDtos.totalVatAmount` (number) - `response.invoiceByIdDtos.totalPaidOrDistributedAmount` (number) - `response.invoiceByIdDtos.totalBalance` (number) - `response.invoiceByIdDtos.hasGreaterThanZeroSuspenseAccountLine` (boolean) - `response.invoiceByIdDtos.suspenseAccountLineAmount` (number,null) - `response.invoiceByIdDtos.billedOn` (string,null) - `response.invoiceByIdDtos.dueDate` (string,null) - `response.invoiceByIdDtos.settlementDate` (string,null) - `response.invoiceByIdDtos.isFullyPaid` (boolean) - `response.invoiceByIdDtos.isCancelled` (boolean) - `response.invoiceByIdDtos.isCancellable` (boolean) - `response.invoiceByIdDtos.isDeletable` (boolean) - `response.invoiceByIdDtos.isPdfDownloadable` (boolean) - `response.invoiceByIdDtos.invoicePdfAvailabilityState` (integer,null) Enum: 1, 2, 3 - `response.invoiceByIdDtos.pdfMediaUrl` (string,null) - `response.invoiceByIdDtos.comment` (string,null) - `response.invoiceByIdDtos.footnote` (string,null) - `response.invoiceByIdDtos.canceledInvoiceId` (string,null) - `response.invoiceByIdDtos.canceledInvoiceNumber` (string,null) - `response.invoiceByIdDtos.canceledInvoiceLabel` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceId` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceNumber` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceLabel` (string,null) - `response.invoiceByIdDtos.canceledByVariousOperationId` (string,null) - `response.invoiceByIdDtos.canceledByVariousOperationNumber` (string,null) - `response.invoiceByIdDtos.ownerName` (string) - `response.invoiceByIdDtos.ownerAddressLine1` (string,null) - `response.invoiceByIdDtos.ownerAddressLine2` (string,null) - `response.invoiceByIdDtos.ownerZipCode` (string,null) - `response.invoiceByIdDtos.ownerCity` (string,null) - `response.invoiceByIdDtos.mediaUri` (string,null) - `response.invoiceByIdDtos.lines` (array) - `response.invoiceByIdDtos.lines.order` (integer) - `response.invoiceByIdDtos.lines.invoicingElementCode` (integer) Enum: 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 301, 302, 303, 304, 305, 401, 402, 403, 404, 405, 406, 407, 408, 409, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 498, 499, 501, 502, 503, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 999 - `response.invoiceByIdDtos.lines.amountWithoutVat` (number) - `response.invoiceByIdDtos.lines.taxSystem` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 100, 110, 120, 150, 200, 205, 208, 210, 900, 910 - `response.invoiceByIdDtos.lines.taxPercentage` (number) - `response.invoiceByIdDtos.lines.vatAmount` (number) - `response.invoiceByIdDtos.lines.amountWithVat` (number) - `response.invoiceByIdDtos.lines.paidOrDistributedAmount` (number,null) - `response.invoiceByIdDtos.lines.balanceAmount` (number) - `response.invoiceByIdDtos.lines.periodStartDate` (string,null) - `response.invoiceByIdDtos.lines.periodEndDate` (string,null) - `response.invoiceByIdDtos.lines.isNotAttributableToReceipts` (boolean) - `response.invoiceByIdDtos.lines.isMonthlyPaymentFacilityActivated` (boolean) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos` (array) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromReceiptId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromInvoiceId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromExternalBalanceRecoveryId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.amount` (number) - `response.invoiceByIdDtos.attachments` (array) - `response.invoiceByIdDtos.attachments.url` (string) - `response.invoiceByIdDtos.attachments.fileName` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds` (array) - `response.invoiceByIdDtos.suspenseAccountRefunds.suspenseAccountLineId` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundedAmount` (number) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundId` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundLabel` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundNumber` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundSettledOn` (string,null) - `response.invoiceByIdDtos.paymentSchedules` (array) - `response.invoiceByIdDtos.paymentSchedules.isFuture` (boolean) - `response.invoiceByIdDtos.createdByFirstName` (string) - `response.invoiceByIdDtos.createdByLastName` (string) - `response.invoiceByIdDtos.createdAt` (string) - `response.invoiceByIdDtos.updatedByFirstName` (string,null) - `response.invoiceByIdDtos.updatedByLastName` (string,null) - `response.invoiceByIdDtos.updatedAt` (string,null) - `errors` (array) - `isFailure` (boolean) - `isSuccess` (boolean) ## Response 400 fields (text/plain): - `response` (object,null) - `response.invoiceByIdDtos` (object) - `response.invoiceByIdDtos.renterId` (string) - `response.invoiceByIdDtos.renterName` (string) - `response.invoiceByIdDtos.leaseId` (string) - `response.invoiceByIdDtos.leaseNumber` (string) - `response.invoiceByIdDtos.leaseLabel` (string) - `response.invoiceByIdDtos.id` (string) - `response.invoiceByIdDtos.number` (string,null) - `response.invoiceByIdDtos.label` (string) - `response.invoiceByIdDtos.type` (integer) Enum: 1, 2 - `response.invoiceByIdDtos.state` (integer) Enum: 1, 2 - `response.invoiceByIdDtos.totalAmountWithoutVat` (number) - `response.invoiceByIdDtos.totalAmountWithVat` (number) - `response.invoiceByIdDtos.totalVatAmount` (number) - `response.invoiceByIdDtos.totalPaidOrDistributedAmount` (number) - `response.invoiceByIdDtos.totalBalance` (number) - `response.invoiceByIdDtos.hasGreaterThanZeroSuspenseAccountLine` (boolean) - `response.invoiceByIdDtos.suspenseAccountLineAmount` (number,null) - `response.invoiceByIdDtos.billedOn` (string,null) - `response.invoiceByIdDtos.dueDate` (string,null) - `response.invoiceByIdDtos.settlementDate` (string,null) - `response.invoiceByIdDtos.isFullyPaid` (boolean) - `response.invoiceByIdDtos.isCancelled` (boolean) - `response.invoiceByIdDtos.isCancellable` (boolean) - `response.invoiceByIdDtos.isDeletable` (boolean) - `response.invoiceByIdDtos.isPdfDownloadable` (boolean) - `response.invoiceByIdDtos.invoicePdfAvailabilityState` (integer,null) Enum: 1, 2, 3 - `response.invoiceByIdDtos.pdfMediaUrl` (string,null) - `response.invoiceByIdDtos.comment` (string,null) - `response.invoiceByIdDtos.footnote` (string,null) - `response.invoiceByIdDtos.canceledInvoiceId` (string,null) - `response.invoiceByIdDtos.canceledInvoiceNumber` (string,null) - `response.invoiceByIdDtos.canceledInvoiceLabel` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceId` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceNumber` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceLabel` (string,null) - `response.invoiceByIdDtos.canceledByVariousOperationId` (string,null) - `response.invoiceByIdDtos.canceledByVariousOperationNumber` (string,null) - `response.invoiceByIdDtos.ownerName` (string) - `response.invoiceByIdDtos.ownerAddressLine1` (string,null) - `response.invoiceByIdDtos.ownerAddressLine2` (string,null) - `response.invoiceByIdDtos.ownerZipCode` (string,null) - `response.invoiceByIdDtos.ownerCity` (string,null) - `response.invoiceByIdDtos.mediaUri` (string,null) - `response.invoiceByIdDtos.lines` (array) - `response.invoiceByIdDtos.lines.order` (integer) - `response.invoiceByIdDtos.lines.invoicingElementCode` (integer) Enum: 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 301, 302, 303, 304, 305, 401, 402, 403, 404, 405, 406, 407, 408, 409, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 498, 499, 501, 502, 503, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 999 - `response.invoiceByIdDtos.lines.amountWithoutVat` (number) - `response.invoiceByIdDtos.lines.taxSystem` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 100, 110, 120, 150, 200, 205, 208, 210, 900, 910 - `response.invoiceByIdDtos.lines.taxPercentage` (number) - `response.invoiceByIdDtos.lines.vatAmount` (number) - `response.invoiceByIdDtos.lines.amountWithVat` (number) - `response.invoiceByIdDtos.lines.paidOrDistributedAmount` (number,null) - `response.invoiceByIdDtos.lines.balanceAmount` (number) - `response.invoiceByIdDtos.lines.periodStartDate` (string,null) - `response.invoiceByIdDtos.lines.periodEndDate` (string,null) - `response.invoiceByIdDtos.lines.isNotAttributableToReceipts` (boolean) - `response.invoiceByIdDtos.lines.isMonthlyPaymentFacilityActivated` (boolean) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos` (array) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromReceiptId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromInvoiceId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromExternalBalanceRecoveryId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.amount` (number) - `response.invoiceByIdDtos.attachments` (array) - `response.invoiceByIdDtos.attachments.url` (string) - `response.invoiceByIdDtos.attachments.fileName` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds` (array) - `response.invoiceByIdDtos.suspenseAccountRefunds.suspenseAccountLineId` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundedAmount` (number) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundId` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundLabel` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundNumber` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundSettledOn` (string,null) - `response.invoiceByIdDtos.paymentSchedules` (array) - `response.invoiceByIdDtos.paymentSchedules.isFuture` (boolean) - `response.invoiceByIdDtos.createdByFirstName` (string) - `response.invoiceByIdDtos.createdByLastName` (string) - `response.invoiceByIdDtos.createdAt` (string) - `response.invoiceByIdDtos.updatedByFirstName` (string,null) - `response.invoiceByIdDtos.updatedByLastName` (string,null) - `response.invoiceByIdDtos.updatedAt` (string,null) - `errors` (array) - `isFailure` (boolean) - `isSuccess` (boolean) ## Response 403 fields (text/plain): - `response` (object,null) - `response.invoiceByIdDtos` (object) - `response.invoiceByIdDtos.renterId` (string) - `response.invoiceByIdDtos.renterName` (string) - `response.invoiceByIdDtos.leaseId` (string) - `response.invoiceByIdDtos.leaseNumber` (string) - `response.invoiceByIdDtos.leaseLabel` (string) - `response.invoiceByIdDtos.id` (string) - `response.invoiceByIdDtos.number` (string,null) - `response.invoiceByIdDtos.label` (string) - `response.invoiceByIdDtos.type` (integer) Enum: 1, 2 - `response.invoiceByIdDtos.state` (integer) Enum: 1, 2 - `response.invoiceByIdDtos.totalAmountWithoutVat` (number) - `response.invoiceByIdDtos.totalAmountWithVat` (number) - `response.invoiceByIdDtos.totalVatAmount` (number) - `response.invoiceByIdDtos.totalPaidOrDistributedAmount` (number) - `response.invoiceByIdDtos.totalBalance` (number) - `response.invoiceByIdDtos.hasGreaterThanZeroSuspenseAccountLine` (boolean) - `response.invoiceByIdDtos.suspenseAccountLineAmount` (number,null) - `response.invoiceByIdDtos.billedOn` (string,null) - `response.invoiceByIdDtos.dueDate` (string,null) - `response.invoiceByIdDtos.settlementDate` (string,null) - `response.invoiceByIdDtos.isFullyPaid` (boolean) - `response.invoiceByIdDtos.isCancelled` (boolean) - `response.invoiceByIdDtos.isCancellable` (boolean) - `response.invoiceByIdDtos.isDeletable` (boolean) - `response.invoiceByIdDtos.isPdfDownloadable` (boolean) - `response.invoiceByIdDtos.invoicePdfAvailabilityState` (integer,null) Enum: 1, 2, 3 - `response.invoiceByIdDtos.pdfMediaUrl` (string,null) - `response.invoiceByIdDtos.comment` (string,null) - `response.invoiceByIdDtos.footnote` (string,null) - `response.invoiceByIdDtos.canceledInvoiceId` (string,null) - `response.invoiceByIdDtos.canceledInvoiceNumber` (string,null) - `response.invoiceByIdDtos.canceledInvoiceLabel` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceId` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceNumber` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceLabel` (string,null) - `response.invoiceByIdDtos.canceledByVariousOperationId` (string,null) - `response.invoiceByIdDtos.canceledByVariousOperationNumber` (string,null) - `response.invoiceByIdDtos.ownerName` (string) - `response.invoiceByIdDtos.ownerAddressLine1` (string,null) - `response.invoiceByIdDtos.ownerAddressLine2` (string,null) - `response.invoiceByIdDtos.ownerZipCode` (string,null) - `response.invoiceByIdDtos.ownerCity` (string,null) - `response.invoiceByIdDtos.mediaUri` (string,null) - `response.invoiceByIdDtos.lines` (array) - `response.invoiceByIdDtos.lines.order` (integer) - `response.invoiceByIdDtos.lines.invoicingElementCode` (integer) Enum: 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 301, 302, 303, 304, 305, 401, 402, 403, 404, 405, 406, 407, 408, 409, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 498, 499, 501, 502, 503, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 999 - `response.invoiceByIdDtos.lines.amountWithoutVat` (number) - `response.invoiceByIdDtos.lines.taxSystem` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 100, 110, 120, 150, 200, 205, 208, 210, 900, 910 - `response.invoiceByIdDtos.lines.taxPercentage` (number) - `response.invoiceByIdDtos.lines.vatAmount` (number) - `response.invoiceByIdDtos.lines.amountWithVat` (number) - `response.invoiceByIdDtos.lines.paidOrDistributedAmount` (number,null) - `response.invoiceByIdDtos.lines.balanceAmount` (number) - `response.invoiceByIdDtos.lines.periodStartDate` (string,null) - `response.invoiceByIdDtos.lines.periodEndDate` (string,null) - `response.invoiceByIdDtos.lines.isNotAttributableToReceipts` (boolean) - `response.invoiceByIdDtos.lines.isMonthlyPaymentFacilityActivated` (boolean) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos` (array) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromReceiptId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromInvoiceId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromExternalBalanceRecoveryId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.amount` (number) - `response.invoiceByIdDtos.attachments` (array) - `response.invoiceByIdDtos.attachments.url` (string) - `response.invoiceByIdDtos.attachments.fileName` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds` (array) - `response.invoiceByIdDtos.suspenseAccountRefunds.suspenseAccountLineId` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundedAmount` (number) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundId` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundLabel` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundNumber` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundSettledOn` (string,null) - `response.invoiceByIdDtos.paymentSchedules` (array) - `response.invoiceByIdDtos.paymentSchedules.isFuture` (boolean) - `response.invoiceByIdDtos.createdByFirstName` (string) - `response.invoiceByIdDtos.createdByLastName` (string) - `response.invoiceByIdDtos.createdAt` (string) - `response.invoiceByIdDtos.updatedByFirstName` (string,null) - `response.invoiceByIdDtos.updatedByLastName` (string,null) - `response.invoiceByIdDtos.updatedAt` (string,null) - `errors` (array) - `isFailure` (boolean) - `isSuccess` (boolean) ## Response 404 fields (text/plain): - `response` (object,null) - `response.invoiceByIdDtos` (object) - `response.invoiceByIdDtos.renterId` (string) - `response.invoiceByIdDtos.renterName` (string) - `response.invoiceByIdDtos.leaseId` (string) - `response.invoiceByIdDtos.leaseNumber` (string) - `response.invoiceByIdDtos.leaseLabel` (string) - `response.invoiceByIdDtos.id` (string) - `response.invoiceByIdDtos.number` (string,null) - `response.invoiceByIdDtos.label` (string) - `response.invoiceByIdDtos.type` (integer) Enum: 1, 2 - `response.invoiceByIdDtos.state` (integer) Enum: 1, 2 - `response.invoiceByIdDtos.totalAmountWithoutVat` (number) - `response.invoiceByIdDtos.totalAmountWithVat` (number) - `response.invoiceByIdDtos.totalVatAmount` (number) - `response.invoiceByIdDtos.totalPaidOrDistributedAmount` (number) - `response.invoiceByIdDtos.totalBalance` (number) - `response.invoiceByIdDtos.hasGreaterThanZeroSuspenseAccountLine` (boolean) - `response.invoiceByIdDtos.suspenseAccountLineAmount` (number,null) - `response.invoiceByIdDtos.billedOn` (string,null) - `response.invoiceByIdDtos.dueDate` (string,null) - `response.invoiceByIdDtos.settlementDate` (string,null) - `response.invoiceByIdDtos.isFullyPaid` (boolean) - `response.invoiceByIdDtos.isCancelled` (boolean) - `response.invoiceByIdDtos.isCancellable` (boolean) - `response.invoiceByIdDtos.isDeletable` (boolean) - `response.invoiceByIdDtos.isPdfDownloadable` (boolean) - `response.invoiceByIdDtos.invoicePdfAvailabilityState` (integer,null) Enum: 1, 2, 3 - `response.invoiceByIdDtos.pdfMediaUrl` (string,null) - `response.invoiceByIdDtos.comment` (string,null) - `response.invoiceByIdDtos.footnote` (string,null) - `response.invoiceByIdDtos.canceledInvoiceId` (string,null) - `response.invoiceByIdDtos.canceledInvoiceNumber` (string,null) - `response.invoiceByIdDtos.canceledInvoiceLabel` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceId` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceNumber` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceLabel` (string,null) - `response.invoiceByIdDtos.canceledByVariousOperationId` (string,null) - `response.invoiceByIdDtos.canceledByVariousOperationNumber` (string,null) - `response.invoiceByIdDtos.ownerName` (string) - `response.invoiceByIdDtos.ownerAddressLine1` (string,null) - `response.invoiceByIdDtos.ownerAddressLine2` (string,null) - `response.invoiceByIdDtos.ownerZipCode` (string,null) - `response.invoiceByIdDtos.ownerCity` (string,null) - `response.invoiceByIdDtos.mediaUri` (string,null) - `response.invoiceByIdDtos.lines` (array) - `response.invoiceByIdDtos.lines.order` (integer) - `response.invoiceByIdDtos.lines.invoicingElementCode` (integer) Enum: 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 301, 302, 303, 304, 305, 401, 402, 403, 404, 405, 406, 407, 408, 409, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 498, 499, 501, 502, 503, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 999 - `response.invoiceByIdDtos.lines.amountWithoutVat` (number) - `response.invoiceByIdDtos.lines.taxSystem` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 100, 110, 120, 150, 200, 205, 208, 210, 900, 910 - `response.invoiceByIdDtos.lines.taxPercentage` (number) - `response.invoiceByIdDtos.lines.vatAmount` (number) - `response.invoiceByIdDtos.lines.amountWithVat` (number) - `response.invoiceByIdDtos.lines.paidOrDistributedAmount` (number,null) - `response.invoiceByIdDtos.lines.balanceAmount` (number) - `response.invoiceByIdDtos.lines.periodStartDate` (string,null) - `response.invoiceByIdDtos.lines.periodEndDate` (string,null) - `response.invoiceByIdDtos.lines.isNotAttributableToReceipts` (boolean) - `response.invoiceByIdDtos.lines.isMonthlyPaymentFacilityActivated` (boolean) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos` (array) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromReceiptId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromInvoiceId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromExternalBalanceRecoveryId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.amount` (number) - `response.invoiceByIdDtos.attachments` (array) - `response.invoiceByIdDtos.attachments.url` (string) - `response.invoiceByIdDtos.attachments.fileName` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds` (array) - `response.invoiceByIdDtos.suspenseAccountRefunds.suspenseAccountLineId` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundedAmount` (number) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundId` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundLabel` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundNumber` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundSettledOn` (string,null) - `response.invoiceByIdDtos.paymentSchedules` (array) - `response.invoiceByIdDtos.paymentSchedules.isFuture` (boolean) - `response.invoiceByIdDtos.createdByFirstName` (string) - `response.invoiceByIdDtos.createdByLastName` (string) - `response.invoiceByIdDtos.createdAt` (string) - `response.invoiceByIdDtos.updatedByFirstName` (string,null) - `response.invoiceByIdDtos.updatedByLastName` (string,null) - `response.invoiceByIdDtos.updatedAt` (string,null) - `errors` (array) - `isFailure` (boolean) - `isSuccess` (boolean) ## Response 422 fields (text/plain): - `response` (object,null) - `response.invoiceByIdDtos` (object) - `response.invoiceByIdDtos.renterId` (string) - `response.invoiceByIdDtos.renterName` (string) - `response.invoiceByIdDtos.leaseId` (string) - `response.invoiceByIdDtos.leaseNumber` (string) - `response.invoiceByIdDtos.leaseLabel` (string) - `response.invoiceByIdDtos.id` (string) - `response.invoiceByIdDtos.number` (string,null) - `response.invoiceByIdDtos.label` (string) - `response.invoiceByIdDtos.type` (integer) Enum: 1, 2 - `response.invoiceByIdDtos.state` (integer) Enum: 1, 2 - `response.invoiceByIdDtos.totalAmountWithoutVat` (number) - `response.invoiceByIdDtos.totalAmountWithVat` (number) - `response.invoiceByIdDtos.totalVatAmount` (number) - `response.invoiceByIdDtos.totalPaidOrDistributedAmount` (number) - `response.invoiceByIdDtos.totalBalance` (number) - `response.invoiceByIdDtos.hasGreaterThanZeroSuspenseAccountLine` (boolean) - `response.invoiceByIdDtos.suspenseAccountLineAmount` (number,null) - `response.invoiceByIdDtos.billedOn` (string,null) - `response.invoiceByIdDtos.dueDate` (string,null) - `response.invoiceByIdDtos.settlementDate` (string,null) - `response.invoiceByIdDtos.isFullyPaid` (boolean) - `response.invoiceByIdDtos.isCancelled` (boolean) - `response.invoiceByIdDtos.isCancellable` (boolean) - `response.invoiceByIdDtos.isDeletable` (boolean) - `response.invoiceByIdDtos.isPdfDownloadable` (boolean) - `response.invoiceByIdDtos.invoicePdfAvailabilityState` (integer,null) Enum: 1, 2, 3 - `response.invoiceByIdDtos.pdfMediaUrl` (string,null) - `response.invoiceByIdDtos.comment` (string,null) - `response.invoiceByIdDtos.footnote` (string,null) - `response.invoiceByIdDtos.canceledInvoiceId` (string,null) - `response.invoiceByIdDtos.canceledInvoiceNumber` (string,null) - `response.invoiceByIdDtos.canceledInvoiceLabel` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceId` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceNumber` (string,null) - `response.invoiceByIdDtos.canceledByInvoiceLabel` (string,null) - `response.invoiceByIdDtos.canceledByVariousOperationId` (string,null) - `response.invoiceByIdDtos.canceledByVariousOperationNumber` (string,null) - `response.invoiceByIdDtos.ownerName` (string) - `response.invoiceByIdDtos.ownerAddressLine1` (string,null) - `response.invoiceByIdDtos.ownerAddressLine2` (string,null) - `response.invoiceByIdDtos.ownerZipCode` (string,null) - `response.invoiceByIdDtos.ownerCity` (string,null) - `response.invoiceByIdDtos.mediaUri` (string,null) - `response.invoiceByIdDtos.lines` (array) - `response.invoiceByIdDtos.lines.order` (integer) - `response.invoiceByIdDtos.lines.invoicingElementCode` (integer) Enum: 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 301, 302, 303, 304, 305, 401, 402, 403, 404, 405, 406, 407, 408, 409, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 498, 499, 501, 502, 503, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 999 - `response.invoiceByIdDtos.lines.amountWithoutVat` (number) - `response.invoiceByIdDtos.lines.taxSystem` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 100, 110, 120, 150, 200, 205, 208, 210, 900, 910 - `response.invoiceByIdDtos.lines.taxPercentage` (number) - `response.invoiceByIdDtos.lines.vatAmount` (number) - `response.invoiceByIdDtos.lines.amountWithVat` (number) - `response.invoiceByIdDtos.lines.paidOrDistributedAmount` (number,null) - `response.invoiceByIdDtos.lines.balanceAmount` (number) - `response.invoiceByIdDtos.lines.periodStartDate` (string,null) - `response.invoiceByIdDtos.lines.periodEndDate` (string,null) - `response.invoiceByIdDtos.lines.isNotAttributableToReceipts` (boolean) - `response.invoiceByIdDtos.lines.isMonthlyPaymentFacilityActivated` (boolean) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos` (array) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromReceiptId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromInvoiceId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.fromExternalBalanceRecoveryId` (string,null) - `response.invoiceByIdDtos.lines.invoiceLineDetailDtos.amount` (number) - `response.invoiceByIdDtos.attachments` (array) - `response.invoiceByIdDtos.attachments.url` (string) - `response.invoiceByIdDtos.attachments.fileName` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds` (array) - `response.invoiceByIdDtos.suspenseAccountRefunds.suspenseAccountLineId` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundedAmount` (number) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundId` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundLabel` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundNumber` (string) - `response.invoiceByIdDtos.suspenseAccountRefunds.refundSettledOn` (string,null) - `response.invoiceByIdDtos.paymentSchedules` (array) - `response.invoiceByIdDtos.paymentSchedules.isFuture` (boolean) - `response.invoiceByIdDtos.createdByFirstName` (string) - `response.invoiceByIdDtos.createdByLastName` (string) - `response.invoiceByIdDtos.createdAt` (string) - `response.invoiceByIdDtos.updatedByFirstName` (string,null) - `response.invoiceByIdDtos.updatedByLastName` (string,null) - `response.invoiceByIdDtos.updatedAt` (string,null) - `errors` (array) - `isFailure` (boolean) - `isSuccess` (boolean)