TicketItem

Structure

FieldTypeRequiredDescription
itemIdintfalseId of the Item.
itemCodestringfalseCode of the Item.
namestringtrueName of the TicketItem
quantityinttrueAmount of elements of this TicketItem.
costCenterstringfalseName of department of costs.
pricefloatfalsePrice of this Ticket.

JSON representation

{
	"itemId": 1,
	"itemCode": "COKE",
	"name": "CocaCola",
	"costCenter": null,
	"quantity": 1,
	"price": 5.0
}