pixi

POS

This page describes the exchange events published by pixi for POS invoices, POSInvoiceCreated.


Event Name

Exchange Name

POSInvoiceCreated

pixiEXPOSInvoiceCreated

The event happens, when a new POS invoice is created. The message, which is sent to the exchange, contains the following information:

  • POSheaderKey: Unique POS invoice identifier

  • InvoiceNr: POS invoice number


Example:
{
"data":[
{

"POSheaderKey":611,
"InvoiceNr":"2020-21-6"

}
]
}