Skip to documentation
Brightree integration

Add Sales Order Diagnosis Batches

Perform Add Sales Order Diagnosis Batches through Brightree.

View as Markdown
brightree_add_sales_order_diagnosis_batches
writebrightree

Inputs

  • diagnosis_batches
    jsonrequired
    Diagnosis 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": [
    "diagnosis_batches"
  ],
  "properties": {
    "diagnosis_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