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,
     	"code":"PET",
		"name": "Pet"
	},
	"startDate": "2019-05-03",
	"endDate": "2019-05-04",
	"quantity": 1,
	"reservationRoomStayServiceDailyList": [
		{
			"amount    "date": 23"2019-05-04",
			"date    "rate": null,
"2020-09-04",
			    "price": 11,
    		"currency": {
	        	"code": "EUR",
		        "name": "Euro"
		"id    },
		    "offer": 1null,
		    "offerAmountDiscount": null,
		    "offerPercentDiscount": null,
		    "codepromotion": null,
"EUR"
						}		    "promotionAmountDiscount": null,
    		"promotionPercentDiscount": null,
	    	"postingDate": null
		}
	]
}