TicketLine Summar

Structure

FieldTypeRequiredDescription
ticketNumberString
identifier for the ticket.
ticketItemsList of TicketItems

JSON representation

{
          "ticketNumber" : "9312125",
          "ticketItems" : [ {
            "itemCode" : "REAL",
            "name" : "Señorio Real cza",
            "quantity" : 1,
            "costCenter" : "A1",
            "amountAfterTax" : 16.000000
          }, {
            "itemCode" : "LANZA",
            "name" : "lanjaron 1/2",
            "quantity" : 1,
            "costCenter" : "A2",
            "amountAfterTax" : 2.500000
          } ]
}