# Fetch Sales Order Void Reasons

> Perform Fetch Sales Order Void Reasons through Brightree.

Source: [https://genhealth.ai/docs/workflows/integrations/brightree/brightree_fetch_sales_order_void_reasons](https://genhealth.ai/docs/workflows/integrations/brightree/brightree_fetch_sales_order_void_reasons)

Integration: [Brightree](https://genhealth.ai/docs/workflows/integrations/brightree.md)

- Handler: `brightree_fetch_sales_order_void_reasons`

## Inputs

This action has no public inputs.

## Outputs

- `success` — Success
- `reasons` — Reasons
- `reason_count` — Reason Count
- `raw_reasons` — Raw Reasons
- `error` — Error
- `error_message` — Error 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

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {
    "error": {},
    "reasons": {},
    "success": {},
    "raw_reasons": {},
    "reason_count": {},
    "error_message": {}
  },
  "additionalProperties": true
}
```
