Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identifier for the ReservationRoomStayAssignDaily.
dateLocalDatetrueDate that the Room is assigned.
roomRoomtrueRoom that is assigned to the reservationRoomStay.



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"date": "2018-04-12",
	"room": {
		"id": 1,
		"code": "R101",
		"name": "Room 101",
		"roomModuleStatusTyperoomSpaceStatusType": null
	}
}