Request format: /equipment-availability/<request_out>/<request_in>/<equipment_item_id>/, where request_out and request_in should follow ISO 8601 standards (e.g. 2020-04-12T12:00:00Z)
Response: true or false
Updating an equipment request from requested to signed out
Request format: signout/<request_id>/
Response: the original equipment request, with a new status and the date and time of the actual sign out
Updating an equipment request from signed out to returned
Request format: return/<request_id>/
Response: the original equipment request, with a new status and the date and time of the actual return
Created API endpoints for:
Getting equipment availability
/equipment-availability/<request_out>/<request_in>/<equipment_item_id>/
, whererequest_out
andrequest_in
should follow ISO 8601 standards (e.g.2020-04-12T12:00:00Z
)true
orfalse
Updating an equipment request from requested to signed out
signout/<request_id>/
Updating an equipment request from signed out to returned
return/<request_id>/