Skip to documentation
Brightree integration

Fetch Sales Order Void Reasons

Perform Fetch Sales Order Void Reasons through Brightree.

View as Markdown
brightree_fetch_sales_order_void_reasons
write

Inputs

This action has no public inputs.

Outputs

  • successSuccess
  • reasonsReasons
  • reason_countReason Count
  • raw_reasonsRaw Reasons
  • errorError
  • 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",
  "properties": {},
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "reasons": {},
    "success": {},
    "raw_reasons": {},
    "reason_count": {},
    "error_message": {}
  },
  "additionalProperties": true
}
View all Brightree actions