Skip to documentation
Brightree integration

Set Sales Order Workers Comp Fields Batches

Perform Set Sales Order Workers Comp Fields Batches through Brightree.

View as Markdown
brightree_set_sales_order_workers_comp_fields_batches
write

Inputs

  • workers_comp_batches
    jsonrequired
    Workers Comp Batches

    Required JSON value.

Outputs

  • successSuccess
  • resultsResults
  • updated_countUpdated Count
  • failed_countFailed Count
  • error_messageError Message

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "workers_comp_batches"
  ],
  "properties": {
    "workers_comp_batches": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "results": {},
    "success": {},
    "failed_count": {},
    "error_message": {},
    "updated_count": {}
  },
  "additionalProperties": true
}
View all Brightree actions