estimation_methods

Start an asynchronous job to bulk run calculators based on filtered configurations

post/app/v2/estimation_methods/run_async

Query parameters

previewstring

Run calculation without saving the results (true)

promote_to_recordstring

Run calculation and create records from the results

Request body

Example request

{
  "filters": {
    "estimation_method.analytics_calculator_id": "AcidGasRemovalMethod1",
    "estimation_method.analytics_library_id": "SubpartW",
    "estimation_method.entity_id": "a48fdf7a-c4c1-45ae-a794-139b134b622b",
    "flow.custom_attributes": {
      "attribute1": 12345,
      "attribute2": "value1"
    }
  }
}

Response

Successfully starts an asynchronous job to run estimation method calculations

status'success' | 'failed'

Changes

No recorded changes to this endpoint across all 1 revision of this API.