bottle
create bottle
Record new bottle
post/cellar/accounts/{accountID}/bottles
Path parameters
accountIDinteger required
Account ID
Request body
Example request
{
"color": "white",
"country": "USA",
"name": "Number 8",
"region": "Napa Valley",
"review": "Great and inexpensive",
"sweetness": 1,
"varietal": "Merlot",
"vineyard": "Asti",
"vintage": 2012
}Response
Resource created