# Update company details **PUT /company** Update details of an existing company. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Query parameters - **companyID** (integer) ### 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 ### 200 Company updated successfully ### 404 Company not found ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)