TicketItems Trevenque

Structure

FieldTypeRequiredDescription
itemCodeString
Code of item of the POS
nameString
Name of the item.
quantityInteger
Quantity
costCenterString
Cost cente of the POS
amountAfterTaxDecimal
Amount after tax

JSON representation

{
   "itemCode" :"LANZA",
   "name" : "lanjaron 1/2",
   "quantity" : 1,
   "costCenter" : "A2",
   "amountAfterTax" : 2.500000
}