Final Brightree Readback
Perform Final Brightree Readback through WhiteAid.
white_aid_dvs_final_readbackwrite
Inputs
- Phase 3 Input
phase_3_inputjsonOptional JSON value.
- Order Lease
order_leasejsonOptional JSON value.
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
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": {
"order_lease": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"phase_3_input": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}