ReservationRoomStayServiceDaily

Structure

FieldTypeRequiredDescription
idinttrue
datedatetrue

rate

Ratetrue

amount

bigDecimaltrue
amountAfterDiscountbigDecimaltrue
amountAfterTaxbigDecimaltrue
amountBeforeTaxbigDecimaltrue
amountNetAfterTaxbigDecimaltrue
amountNetBeforeTaxbigDecimaltrue
amountInvoiceAfterTaxbigDecimaltrue
amountInvoiceBeforeTaxbigDecimaltrue

currency

Currencytrue

offer

Offertrue

offerAmountDiscount

bigDecimaltrue

offerPercentDiscount

bigDecimaltrue

promotion

Promotiontrue

promotionAmountDiscount

bigDecimaltrue

promotionPercentDiscount

bigDecimaltrue
bookerPercentageCommissionbigDecimaltrue
bookerAmountCommissionbigDecimaltrue
bookerPercentageDiscountbigDecimaltrue
bookerAmountDiscountbigDecimaltrue
centralPercentageCommissionbigDecimaltrue
centralAmountCommissionbigDecimaltrue
companyPercentageCommissionbigDecimaltrue
companyAmountCommissionbigDecimaltrue

postingDate

datetrue

JSON representation

{
	"id": 3,
	"date": "2021-03-18",
	"rate": {
		"id": 17,
		"code": "NEGO0",
		"name": "Negotiated Rate 0"
	},
	"amount": 10.000000,
	"amountAfterDiscount": 10.000000,
	"amountAfterTax": 10.000000,
	"amountBeforeTax": 9.090909,
	"amountNetAfterTax": 10.000000,
	"amountNetBeforeTax": 9.090909,
	"amountInvoiceAfterTax": 10.000000,
	"amountInvoiceBeforeTax": 9.090909,
	"currency": {
		"id": 1,
		"code": "EUR",
		"name": "Euro",
		"nameI18n": "Euro",
		"symbol": "€",
		"decimalPlaces": 2
	},
	"offer": {
		"id": 2,
		"code": "NR",
		"name": "Non Refundable"
	},
	"offerAmountDiscount": 0.000000,
	"offerPercentDiscount": 10.000000,
	"promotion": {
		"id": 2,
		"code": "WEB",
		"name": "Web Promotion"
	},
	"promotionAmountDiscount": 0.000000,
	"promotionPercentDiscount": 12.000000,
	"bookerPercentageCommission": null,
	"bookerAmountCommission": null,
	"billToPercentageCommission": null,
	"billToAmountCommission": null,
	"billToPercentageDiscount": null,
	"billToAmountDiscount": null,
	"centralPercentageCommission": null,
	"centralAmountCommission": null,
	"companyPercentageCommission": null,
	"companyAmountCommission": null,
	"postingDate": null
}