Skip to documentation
Brightree integration

Edit Patient Insurance Policy Batches

Perform Edit Patient Insurance Policy Batches through Brightree.

View as Markdown
brightree_edit_patient_insurance_policy_batches
write

Inputs

  • policy_edit_batches
    jsonrequired
    Policy Edit 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": [
    "policy_edit_batches"
  ],
  "properties": {
    "policy_edit_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