/
TicketItems Summar

TicketItems Summar

Structure

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

JSON representation

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

Related content