Building
The API end where the campus buildings return. The URL structure is as follows.
| URL | method |
| /api/v1/building | post |
Table 3. Build Url Structure
It takes an array of Campus codes as a parameter and the buildings of the Campuses in this array are returned.
| Parameter name | Parameter Type | Explanation |
| campusCodes | string array | Campus Code. If the list is sent empty, all data must be listed |
Table 4. Building Parameters
Data requested in response.
| Data Label | Name | Explanation |
| BuildCode * | Building Code | Must be unique value |
| BuildName * | building name | |
| CampusCode * | Campus Code | |
| BuildingFunctionality | Building Functionality | The building function is written. For example; Academic, Administrative, Dormitory, Housing, Research and Development, Laboratory, Library, Gymnasium, Security, Classroom, Dining Hall, Cafeteria, Conference Hall, Other |
| Description | Description | Building Description |