API – RC Hostel Bed Spaces
Introduction
The RC (Residential College) Hostel Bed Spaces includes a object described current information of bed spaces in residential college excluded PGH. No historical records, and BedName is pre-generated for the whole year ahead.
API Reference
RC Hostel Bed Spaces Data Dictionary
Field | Type | Indexed | Description | Example |
---|---|---|---|---|
buildingCode | string | Yes | Building code | "buildingCode": "S9" |
floor | string | Yes | Floor | "floor":"04" |
room | string | Yes | Room | "room":"009" |
bedName | string | No | Bed name, this is re-generated every year | "bedName": "R" |
bedNumber | int | No | Bed number, e.g. 1 or 2 | "bedNumber":"1" |
rcCode | string | Yes | Residential college code | "rcCode":"SPC" |
forGender | string | No | Indicates the bed spaces is for male “M” or female “F” | "forGender":"F" |