Add a one-day route change

Creates a temporary route assignment for one student, including an optional existing address or a new destination address.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
academic_year_idintegerRequired
run_setup_idintegerRequired
route_numberintegerRequired
student_idintegerRequired
address_idinteger or nullOptional
bus_group_stop_idinteger or nullOptional
target_bus_route_management_idinteger or nullOptional
addressobject or nullOptional
start_datedatetime or nullOptional
end_datedatetime or nullOptional
destination_namestring or nullOptional
destination_phonestring or nullOptional

Response

Daily change created.
statusstring
messagestring
dataobject or null

Errors

401
Unauthorized Error
422
Unprocessable Entity Error