---
title: "create bottle"
method: POST
path: "/cellar/accounts/{accountID}/bottles"
tags: ["bottle"]
---

# create bottle

`POST /cellar/accounts/{accountID}/bottles`

Record new bottle

## Path parameters

- `accountID` integer, required

## Request body

- CreateBottlePayload
  - `color` 'red' | 'white' | 'rose' | 'yellow' | 'sparkling', required
  - `country` string
  - `name` string, required
  - `region` string
  - `review` string
  - `sweetness` integer
  - `varietal` string, required
  - `vineyard` string, required
  - `vintage` integer, required

## Response `201`

Resource created

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/goadesign/apis/the-virtual-wine-cellar.md) · [All operations](https://skmtc.net/goadesign/apis/the-virtual-wine-cellar/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goadesign/the-virtual-wine-cellar/versions/348fc24f05fe/schema)
