RoomPOS

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identificator of the Room.
codestringtrueCode of the Room

JSON representation

{
      "id": 1,
      "code": "101"
}