Fetch Sales Order Void Reasons
Perform Fetch Sales Order Void Reasons through Brightree.
brightree_fetch_sales_order_void_reasonswrite
Inputs
This action has no public inputs.
Outputs
successSuccessreasonsReasonsreason_countReason Countraw_reasonsRaw ReasonserrorErrorerror_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
}