Timeslot: PUT
Allows user to create new time slot.
Request
/api/lot/:lotID/spot/:spotID/timeslot/:id
Response
Upon successfully creating a PUT , you will receive a response containing a 200 status code and would have created a new time slot along with an object that should look like:
body: {
_id: '59960a4b7896d40b42bb0a57',
endTime: '2017-08-17T21:27:39.000Z',
startTime: '2017-08-17T21:27:39.000Z',
spotID: '59960a4b7896d40b42bb0a56'
}