# Estimate ## Create estimate - [POST /site/{siteId}/ahds/v1/estimate](https://docs.heydonto.com/apis/animal-health/openapi/estimate/estimatecontroller_create.md): Creates a new Estimate record. Estimate resource in the Animal Health Data Store ## List estimates - [GET /site/{siteId}/ahds/v1/estimate](https://docs.heydonto.com/apis/animal-health/openapi/estimate/estimatecontroller_findall.md): Returns a paginated list of Estimates for the specified site. Supports filtering and sorting. ## Get estimate - [GET /site/{siteId}/ahds/v1/estimate/{lineItemId}](https://docs.heydonto.com/apis/animal-health/openapi/estimate/estimatecontroller_findone.md): Returns a single Estimate by its unique identifier. ## Update estimate - [PATCH /site/{siteId}/ahds/v1/estimate/{lineItemId}](https://docs.heydonto.com/apis/animal-health/openapi/estimate/estimatecontroller_update.md): Partially updates an existing Estimate. Only provided fields will be updated. ## Replace estimate - [PUT /site/{siteId}/ahds/v1/estimate/{lineItemId}](https://docs.heydonto.com/apis/animal-health/openapi/estimate/estimatecontroller_replace.md): Fully replaces an existing Estimate. All fields must be provided. ## Delete estimate - [DELETE /site/{siteId}/ahds/v1/estimate/{lineItemId}](https://docs.heydonto.com/apis/animal-health/openapi/estimate/estimatecontroller_remove.md): Permanently deletes a Estimate record.