Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription

service

Servicetrue

startDate

datetrue

endDate

datetrue

quantity

inttrue

reservationRoomStayServiceDailyList

Array of 

ReservationRoomStayServiceDaily

true



JSON representation

Code Block
languagepowershell
themeDJango
{
	"service": {
		"id": 233,
		"name": "Pet"
	},
	"startDate": "2018-12-02",
	"endDate": "2018-12-03",
	"quantity": 1,
	"reservationRoomStayServiceDailyModelList": [{
		"date": [
			2018,
			12,
			2
		],
		"2018-12-09",
		"rate": null,
		"price": 10,
		"currency": {
			"code": "EUR",
			"name": "Euro"
		},
		"offer": null,
		"offerAmountDiscount": null,
		"offerPercentDiscount": null,
		"promotionModelpromotion": null,
		"promotionAmountDiscount": null,
		"promotionPercentDiscount": null,
		"postingDate": null
	}]
}