# Update a property by ID **PUT /property/{propertyID}** Update details of an existing property. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **propertyID** (integer) ### Body: application/json (object) - **propertyID** (integer) - **nickname** (string) - **streetNumber** (string) - **routes** (string) - **city** (string) - **country** (string) - **postalCode** (string) - **formattedAddress** (string) - **types** (string) - **squareFootage** (integer) - **yearBuild** (integer) - **stateID** (integer) - **countryID** (integer) - **clientID** (integer) - **companyID** (integer) - **IsBilling** (boolean) - **notes** (string) - **createdBy** (integer) - **updatedBy** (integer) ## Responses ### 200 Property updated successfully ### 404 Property not found ### 500 Internal server error [Powered by Bump.sh](https://bump.sh)