Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Structure

FieldTypeRequiredDescription

service

Servicetrue

startDate

datetrue

endDate

datetrue

quantity

inttrue

reservationRoomStayServiceDailyList

Array of 

ReservationRoomStayServiceDaily

true

JSON representation

{
	"service": {
		"id": 233,
		"name": "Pet"
	},
	"startDate": "2018-12-02",
	"endDate": "2018-12-03",
	"quantity": 1,
	"reservationRoomStayServiceDailyModelList": [{
		"date": "2018-12-09",
		"rate": null,
		"price": 10,
		"currency": {
			"code": "EUR",
			"name": "Euro"
		},
		"offer": null,
		"offerAmountDiscount": null,
		"offerPercentDiscount": null,
		"promotion": null,
		"promotionAmountDiscount": null,
		"promotionPercentDiscount": null,
		"postingDate": null
	}]
}
  • No labels