Add a bus
Creates a bus in the active school. A tracking device, when supplied, must exist in that school and not already be assigned to another bus.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
name
color
bus_number
vin_number
capacity
tracking_device_id
Response
Bus created.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

