Price Override: POST
Allows user to override pricing algorithm with a set price for a specified amount of time.
Request
To set pricing for a specific time period, make a POST request to:
/api/lot/:lotID/price
where :lotID is the lot's unique id.
Response
Status Code: 201
body: {
__v: 0,
startTime: '2017-08-17T21:42:26.000Z',
endTime: '2017-08-17T21:42:26.000Z',
price: '8',
lotID: '59960dc271733bbf1748e106',
_id: '59960dc271733bbf1748e107'
}