# Create a new company **POST /company** Add details of a new company. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: application/json (object) - **companyID** (integer) - **status** (string) - **name** (string) - **streetAddress** (string) - **route** (string) - **city** (string) - **state** (string) - **postalCode** (string) - **contactNumber** (string) - **email** (string) - **industry** (string) - **description** (string) - **website** (string) - **size** (string) - **referral** (string) - **stripeCustomerID** (integer) - **createdBy** (integer) - **updatedBy** (integer) ## Responses ### 201 Company created successfully ### 500 Error creating company [Powered by Bump.sh](https://bump.sh)