/
Posting

Posting

Structure

FieldTypeRequiredDescription
productIdIntegerfalse
productCodeStringfalse
quantityIntegerfalse
amountAfterTaxStringfalse
foodAmountAfterTaxBigDecimalfalse
beverageAmountAfterTaxBigDecimalfalse
othersAmountAfterTaxBigDecimalfalse
ticketTicketfalse
currencycurrencyfalse
propertyCostCenterIdIntegerfalse

JSON representation

{
    "productId": 74,
    "productCode": "productCode",
	"quantity": 2,    
	"amountAfterTax": 10,
    "foodAmountAfterTax": 8,
    "beverageAmountAfterTax": 1,
    "othersAmountAfterTax": 1,
	"ticket": {
        "pax": 1,
        "remark": "",
        "ticketItems": [{
                "name": "ticketItem 1",
                "quantity": 1,
                "costCenter": null,
                "price": 1.2,
                "itemId": 2
            },
            {
                "name": "ticketItem 2",
                "quantity": 1,
                "costCenter": null,
                "price": 5.0,
                "itemId": 17
            }
        ],
        "ticketNumber": "this-is-a-test"
    },
	"currency": {
        "id": 1,
        "code": "EUR",
        "name": "Euro"
    },   
    "propertyCostCenterId":1
}

Related content