# Create a new custom option **POST /options** Add a new custom option. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: application/json (object) - **id** (integer) - **optionTypeID** (integer) - **value** (string) - **description** (string) - **companyID** (integer) - **createdBy** (integer) - **updatedBy** (integer) ## Responses ### 201 Custom option created successfully ### 500 Error occurred while creating custom option [Powered by Bump.sh](https://bump.sh)