Get invoice by invoice number

Returns an Invoice by external invoice number. Returns null if the Invoice does not exist.

Request
query Parameters
invoiceNo
required
string

The external invoice number 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/GetInvoiceByNo
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
}