---
title: "Start an asynchronous job to re-apply defaults to multiple calculator configurations"
method: POST
path: "/app/v1/estimation_methods/configurations/apply_defaults_async"
tags: ["estimation_methods"]
---

# Start an asynchronous job to re-apply defaults to multiple calculator configurations

`POST /app/v1/estimation_methods/configurations/apply_defaults_async`

## Request body

- object
  - `filter` object — A filter object for Estimation Methods where it can filter based on any of these following fields.
    - `equipment.custom_attributes` object
    - `equipment.id` string
    - `equipment.name` string
    - `equipment.status` 'active' | 'inactive' | 'deprecated'
    - `equipment.type.id` string
    - `equipment.type.name` string
    - `flow.id` string
    - `flow.name` string
    - `flow.status` 'active' | 'inactive'
    - `flow.type` string — Use `id` value of any index in `GET /v1/flow_types`
    - `flow.product_type` string — Use `id` value of any index in `GET /v1/product_types`
    - `flow.product_category` string — Use `id` value of any index in `GET /v1/product_categories`
    - `flow.custom_attributes` CustomAttributes
    - `flow.associated_facility_id` string, uuid
    - `flow.associated_equipment_id` string, uuid
    - `equipment.facility.custom_attributes` object
    - `equipment.facility.id` string
    - `equipment.facility.name` string
    - `equipment.facility.status` string
    - `flow.facility.custom_attributes` object
    - `flow.facility.id` string
    - `flow.facility.name` string
    - `flow.facility.status` string
    - `flow.equipment.custom_attributes` object
    - `flow.equipment.id` string
    - `flow.equipment.name` string
    - `flow.equipment.status` 'active' | 'inactive' | 'deprecated'
    - `flow.equipment.type.id` string
    - `asset_group.id` string
    - `asset_group.name` string
    - `asset_group.status` 'active' | 'inactive'
    - `asset_group.asset_group_type_id` string
    - `asset_group.custom_attributes` object
    - `configuration.estimation_method_id` string, uuid
    - `configuration.year_month` string
    - `configuration.calculator_version` string
    - `configuration.created_at` string, date-time
    - `configuration.updated_at` string, date-time
    - `year_month` object, required
      - `$in` string[]
    - `id` string
    - `name` string
    - `entity_id` string
    - `entity_name` string
    - `entity_type` 'equipment' | 'flow' | 'asset_group'
    - `analytics_library_id` string
    - `analytics_calculator_id` string
    - `estimation_method_status` string
    - `facility_id` string, uuid
    - `facility_name` string
    - `status` 'not_configured' | 'missing_inputs' | 'ready_to_run' | 'run' | 'requires_re_run'
    - `reporting_group_id` string
    - `created_at` string
    - `created_by` string
    - `updated_at` string
    - `updated_by` string
  - `year_months` string[]

## Response `200`

Successfully starts an asynchronous job to set defaults on the calculator configurations

- object
  - `status` 'success' | 'failed'
  - `job` Job
    - `id` string, uuid
    - `company_id` string, uuid
    - `status` 'started' | 'finished' | 'failed' | 'partial'
    - `type` 'run_calculation' | 'apply_default_record_configuration' | 'apply_default_calculator_configuration'
    - `started_at` string, date-time
    - `finished_at` string, date-time
    - `duration` number
    - `input` object
    - `output` object
    - `total_items` number
    - `processed_items` number
    - `item_status_counts` JobItemStatusCounts
      - `success` number
      - `failed` number
      - `skipped` number

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
