# Create a new pricebook entry **POST /pricebook** Add a new pricebook entry with the given details. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: application/json (object) - **pricebookID** (integer) - **BookName** (string) - **description** (string) - **industry** (string) - **status** (string) - **companyID** (integer) - **createdBy** (integer) - **updatedBy** (integer) ## Responses ### 201 Pricebook entry created successfully ### 500 Error occurred while creating pricebook entry [Powered by Bump.sh](https://bump.sh)