Get an invoice

Returns an Invoice by internal id. Returns null if the Invoice does not exist.

Request
query Parameters
id
required
string

The internal id of the invoice.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/OrderService.svc/rest/GetInvoice
Response samples
{
  • "Id": "string",
  • "InvoiceNo": "string",
  • "InvoiceDate": "2019-08-24T14:15:22Z",
  • "InvoiceDueDate": "2019-08-24T14:15:22Z",
  • "InvoiceText": "string",
  • "OrderId": "string",
  • "OrderNo": "string",
  • "OrderDate": "2019-08-24T14:15:22Z",
  • "Source": "string",
  • "DeliveryDate": "2019-08-24T14:15:22Z",
  • "DeliveryMethod": "string",
  • "PaymentMethod": "string",
  • "BillTo": {
    },
  • "OrderFreight": 0,
  • "InvoiceCharge": 0,
  • "InvoiceAmountExVat": 0,
  • "VatAmount": 0,
  • "Items": [
    ],
  • "Info": [
    ],
  • "InvoiceNoPsp": "string",
  • "CreditedInvoiceNo": "string",
  • "IsDebit": true,
  • "GroupByKey": "string",
  • "Comment": "string",
  • "InvoiceAmountIncVat": 0
}