Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueUnique identifier for the Reservation.
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.
privateRemarkstringfalseA few words about the group created in the property.

reservationGroupServiceDaily

Array of ReservationGroupRoomBlock.true



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"startDate": "2020-12-25",
	"endDate": "2021-01-10",
	"quantity": 68,
	"remark": "Group coming for Xmas",
	"reservationGroupServiceDaily":{
		
	}
}