The external invoice number of the Invoice. Usually from an ERP system. MaxLength: 50.
The source of the Invoice. 'WEB' is used for all invoices created though Storm. MaxLength: 255.
The invoice number from the PSP. This is only used when the PSP issues invoices. MaxLength: 50.
GroupByKey can be used to group invoices. All individual invoices on one summary invoice will have this set to the same value. Normal non-summary invoices will have this value set to null. MaxLength: 50.
{ "Id": "string", "InvoiceNo": "string", "InvoiceDate": "2019-08-24T14:15:22Z", "InvoiceDueDate": "2019-08-24T14:15:22Z", "InvoiceText": "string", "OrderNo": "string", "OrderDate": "2019-08-24T14:15:22Z", "Source": "string", "DeliveryDate": "2019-08-24T14:15:22Z", "DeliveryMethod": "string", "PaymentMethod": "string", "BillTo": { "Company": { … }, "Customer": { … }, "Address": { … }, "DropPointCode": "string" }, "InvoiceAmountExVat": 0, "VatAmount": 0, "InvoiceNoPsp": "string", "IsDebit": true, "GroupByKey": "string", "InvoiceAmountIncVat": 0 }