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 8 Next »

Structure

FieldTypeRequiredDescription

service

Servicetrue

startDate

datetrue

endDate

datetrue

quantity

inttrue

reservationRoomStayServiceDailyList

Array of 

ReservationRoomStayServiceDaily

true

JSON representation

{
	"service": {
		"id": 233,
     	"code":"PET",
		"name": "Pet"
	},
	"startDate": "2019-05-03",
	"endDate": "2019-05-04",
	"quantity": 1,
	"reservationRoomStayServiceDailyList": [
		{
			"amount": 23,
			"date": "2020-09-04",
			"currency": {
						"id": 1,
						"code": "EUR"
						}
		}
	]
}
  • No labels