Price Override: GET
Returns JSON object to user containing pricing information for specified times.
Request
To obtain pricing for a specific time period, make a GET request to:
/api/lot/:lotID/price/:priceID
where :lotID is the lot's unique id and :priceID is a unique id.
Response
JSON object of price object.
body: {
_id: '59960dc271733bbf1748e0fe',
startTime: '2017-08-17T21:42:26.000Z',
endTime: '2017-08-17T21:42:26.000Z',
price: '8',
lotID: '59960dc271733bbf1748e0fd',
__v: 0
}