# Get Invoice Get Invoice Endpoint: GET /Orders/Invoices Version: 2.0 ## Response 200 fields (application/json): - `Id` (string) Id. Key property. - `ClientId` (integer) ClientId. - `InvoiceNo` (string) InvoiceNo. MaxLength: 50. Nullable. - `TypeId` (integer) TypeId. - `ReferenceOrderId` (string) ReferenceOrderId. - `BuyerCompanyId` (integer) BuyerCompanyId. Nullable. - `BuyerCustomerId` (integer) BuyerCustomerId. Nullable. - `PayerCompanyId` (integer) PayerCompanyId. Nullable. - `PayerCustomerId` (integer) PayerCustomerId. Nullable. - `ResellerCompanyId` (integer) ResellerCompanyId. Nullable. - `ResellerCustomerId` (integer) ResellerCustomerId. Nullable. - `GroupCode` (string) GroupCode. MaxLength: 50. Nullable. - `DeliveryDate` (string) DeliveryDate. Nullable. - `InvoiceDate` (string) InvoiceDate. - `InvoiceDueDate` (string) InvoiceDueDate. Nullable. - `SalesRepContactId` (integer) SalesRepContactId. Nullable. - `Source` (string) Source. MaxLength: 255. Nullable. - `Quantity` (number) Quantity. - `Volume` (number) Volume. Nullable. - `Weight` (number) Weight. Nullable. - `CurrencyId` (integer) CurrencyId. - `CurrencyRate` (number) CurrencyRate. - `CashDiscount` (number) CashDiscount. - `CashDiscountDate` (string) CashDiscountDate. Nullable. - `SumLineDiscount` (number) SumLineDiscount. - `FreightCost` (number) FreightCost. - `InvoiceFee` (number) InvoiceFee. - `CostValue` (number) CostValue. - `SalesBalance` (number) SalesBalance. - `InvoiceAmount` (number) InvoiceAmount. - `InvoiceRoundOff` (number) InvoiceRoundOff. - `VatDutiable1` (number) VatDutiable1. - `VatDutiable2` (number) VatDutiable2. - `VatDutiable3` (number) VatDutiable3. - `Vat1` (number) Vat1. - `Vat2` (number) Vat2. - `Vat3` (number) Vat3. - `VatRoundOff` (number) VatRoundOff. - `Vat` (number) Vat. - `InvoiceName` (string) InvoiceName. MaxLength: 255. Nullable. - `InvoiceAttention` (string) InvoiceAttention. MaxLength: 100. Nullable. - `InvoiceCareOf` (string) InvoiceCareOf. MaxLength: 100. Nullable. - `InvoiceAddressLine1` (string) InvoiceAddressLine1. MaxLength: 255. Nullable. - `InvoiceAddressLine2` (string) InvoiceAddressLine2. MaxLength: 255. Nullable. - `InvoiceZipCode` (string) InvoiceZipCode. MaxLength: 50. Nullable. - `InvoiceCity` (string) InvoiceCity. MaxLength: 50. Nullable. - `InvoiceRegion` (string) InvoiceRegion. MaxLength: 100. Nullable. - `InvoiceCountryId` (integer) InvoiceCountryId. Nullable. - `LedgerVoucher` (string) LedgerVoucher. MaxLength: 50. Nullable. - `Department` (string) Department. MaxLength: 10. Nullable. - `Centre` (string) Centre. MaxLength: 10. Nullable. - `NoteText` (string) NoteText. MaxLength: 255. Nullable. - `LastInvoiceForOrder` (boolean) LastInvoiceForOrder. Nullable. - `Created` (string) Created. - `CreatedBy` (integer) CreatedBy. - `Updated` (string) Updated. Nullable. - `UpdatedBy` (integer) UpdatedBy. Nullable. - `InvoiceAddressId` (string) InvoiceAddressId. Nullable. - `ReferenceNoPsp` (string) ReferenceNoPsp. MaxLength: 50. Nullable. - `PaymentMethodId` (integer) PaymentMethodId. Nullable. - `DeliveryMethodId` (integer) DeliveryMethodId. Nullable. - `IsDebit` (boolean) IsDebit. Nullable. - `CreditedInvoiceId` (string) CreditedInvoiceId. Nullable. - `Comment` (string) Comment. MaxLength: 250. Nullable. - `IsForgotten` (boolean) IsForgotten. - `ForgottenBy` (integer) ForgottenBy. Nullable. - `ForgottenDate` (string) ForgottenDate. Nullable. - `AggregatedInvoiceCode` (string) AggregatedInvoiceCode. MaxLength: 100. Nullable. - `PaymentMethodCode` (string) PaymentMethodCode. MaxLength: 50. Nullable. - `PaymentMethodName` (string) PaymentMethodName. MaxLength: 50. Nullable. - `Items` (array) Items. - `Items.InvoiceId` (string) InvoiceId. - `Items.LineNumber` (number) LineNumber. Nullable. - `Items.StatusId` (integer) StatusId. Nullable. - `Items.PartNo` (string) PartNo. MaxLength: 50. Nullable. - `Items.ExternalPartNo` (string) ExternalPartNo. MaxLength: 50. Nullable. - `Items.ProductName` (string) ProductName. MaxLength: 255. Nullable. - `Items.StockUnitOfMeasurementCount` (number) StockUnitOfMeasurementCount. - `Items.PriceUnitOfMeasurementCount` (number) PriceUnitOfMeasurementCount. - `Items.WarehouseId` (integer) WarehouseId. Nullable. - `Items.LocationId` (integer) LocationId. Nullable. - `Items.VatRate` (number) VatRate. - `Items.CostUnit` (number) CostUnit. - `Items.PriceSale` (number) PriceSale. - `Items.DiscountPercentage` (number) DiscountPercentage. - `Items.DiscountAmount` (number) DiscountAmount. - `Items.LineAmount` (number) LineAmount. - `Items.DeliveryMode` (string) DeliveryMode. MaxLength: 50. Nullable. - `Items.IsPartDelivery` (boolean) IsPartDelivery. - `Items.LedgerAccount` (string) LedgerAccount. MaxLength: 50. Nullable. - `Items.TransId` (string) TransId. - `Items.OrderItemId` (string) OrderItemId. Nullable. - `Items.PurchaseOrderItemId` (string) PurchaseOrderItemId. Nullable. - `Items.LineNumberString` (string) LineNumberString. MaxLength: 50. Nullable. - `Items.PriceUnit` (number) PriceUnit. Nullable. - `Items.Quantity2` (number) Quantity2. Nullable. - `Items.ClientId` (integer) ClientId. Nullable. - `Items.OrderItem` (object) - `Items.OrderItem.OrderId` (string) OrderId. - `Items.OrderItem.LineNumber` (number) LineNumber. - `Items.OrderItem.ParentLineNumber` (number) ParentLineNumber. Nullable. - `Items.OrderItem.StatusId` (integer) StatusId. - `Items.OrderItem.QtyOrdered` (number) QtyOrdered. - `Items.OrderItem.ExpectedDeliveryDate` (string) ExpectedDeliveryDate. Nullable. - `Items.OrderItem.ConfirmedDeliveryDate` (string) ConfirmedDeliveryDate. Nullable. - `Items.OrderItem.ExternalStatusText` (string) ExternalStatusText. MaxLength: 255. Nullable. - `Items.OrderItem.PriceRecommended` (number) PriceRecommended. Nullable. - `Items.OrderItem.PriceCatalog` (number) PriceCatalog. Nullable. - `Items.OrderItem.PriceStandard` (number) PriceStandard. Nullable. - `Items.OrderItem.InvoiceItem` (array) InvoiceItem. - `Items.OrderItem.Infos` (array) Infos. - `Items.OrderItem.Infos.OrderItemId` (string) OrderItemId. Key property. - `Items.OrderItem.Infos.TypeId` (integer) TypeId. Key property. - `Items.OrderItem.Infos.Value` (string) Value. Nullable. - `Items.OrderItem.Infos.Updated` (string) Updated. - `Items.OrderItem.Infos.UpdatedBy` (integer) UpdatedBy. - `Address` (object) - `Address.TypeId` (integer) TypeId. Nullable. - `Address.Name` (string) Name. MaxLength: 100. Nullable. - `Address.Attention` (string) Attention. MaxLength: 100. Nullable. - `Address.CareOf` (string) CareOf. MaxLength: 100. Nullable. - `Address.Line1` (string) Line1. MaxLength: 255. Nullable. - `Address.Line2` (string) Line2. MaxLength: 255. Nullable. - `Address.ZipCode` (string) ZipCode. MaxLength: 50. Nullable. - `Address.City` (string) City. MaxLength: 50. Nullable. - `Address.Region` (string) Region. MaxLength: 50. Nullable. - `Address.CountryId` (integer) CountryId. Nullable. - `Address.RowId` (string) RowId. MaxLength: 8. Nullable. - `Address.EmailAddress` (string) EmailAddress. MaxLength: 255. Nullable. - `Address.PhoneNumber` (string) PhoneNumber. MaxLength: 50. Nullable. - `Address.ShippingPhoneNumber` (string) ShippingPhoneNumber. MaxLength: 50. Nullable. - `Address.Gln` (string) Gln. MaxLength: 50. Nullable.