buildingCode |
string |
Yes |
Building code of the building where the computer room locates |
"buildingCode": "E6" |
roomNo |
string |
Yes |
Room Number of the computer room |
"roomNo": "3092" |
status |
int |
No |
Status of reservations:- 1 = Confirmed and Booking Created
- 2 = Deleted or Disapproved
- 3 = Pending for Approval
|
"status": "1" |
dateFrom |
date |
Yes |
Start date of reservation in Datetime, in UTC+08:00 |
"dateFrom": "2018-07-04T06:00:00+08:00" |
dateTo |
date |
Yes |
End date of reservation in Datetime, in UTC+08:00 |
"dateTo": "2018-07-04T10:00:00+08:00" |
lastModified |
date |
Yes |
Last modified in Datetime, in UTC+08:00 |
"lastModified": "2018-07-03T11:04:09+08:00" |