This function creates a new school building.
createBuilding(schoolId, title = NULL, address1 = NULL, address2 = NULL, city = NULL, state = NULL, postal_code = NULL, country = NULL, website = NULL, phone = NULL, fax = NULL, picture_url = NULL)
schoolId | The ID of the school to which the building will be added. |
---|---|
title, address1, address2, city, state, postal_code, country, website, phone, fax, picture_url | See API Documentation for a description of each parameter. |
A dataframe of details for the newly created building.