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

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the Reservation.
nameStringfalsealternative name of the product
startDateLocalDatetrueThe date that this group service is started.
endDateLocalDatetrueThe date that this group service is ended.
quantityinttruequantity
remarkstringfalseA few words about the group sent usually by the client.

reservationGroupServiceDaily

Array of ReservationGroupServiceDailytrue

JSON representation

{
	"id": 1,
    "name" : "Aperitivo cocktail",
	"startDate": "2020-12-25",
	"endDate": "2021-01-10",
	"quantity": 68,
	"remark": "Group coming for Xmas",
	"reservationGroupServiceDaily":{
		
	}
}
  • No labels