The external invoice number of the Invoice. Usually a number from the ERP system. MaxLength: 50.
The external order number of the Order related to the Invoice. The order number usually comes from an ERP. MaxLength: 50.
The Source of the Invoice. 'WEB' is used for all invoices created though Storm. MaxLength: 255.
A list of infos used to keep application specific data on the invoice. Not used for credit invoices.
The invoice number from the PSP. This is only used when the PSP issues invoices. MaxLength: 50.
The credited invoice number. This is only used for credit invoices and this is the number of the original invoice being credited. 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", "OrderId": "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" }, "OrderFreight": 0, "InvoiceCharge": 0, "InvoiceAmountExVat": 0, "VatAmount": 0, "Items": [ { … } ], "Info": [ { … } ], "InvoiceNoPsp": "string", "CreditedInvoiceNo": "string", "IsDebit": true, "GroupByKey": "string", "Comment": "string", "InvoiceAmountIncVat": 0 }