Edit Coverage Verified
Perform Edit Coverage Verified through Brightree.
brightree_edit_coverage_verifiedwritebrightree
Inputs
- Sales Order Key
sales_order_keyexpressionrequiredRequired literal value or workflow expression.
- Checked
checkedbooleanOptional true-or-false value.
Default:
true - Expected Current Wip State
expected_current_wip_stateexpressionOptional literal value or workflow expression.
- Expected Current Classification
expected_current_classificationexpressionOptional literal value or workflow expression.
- Dry Run
dry_runbooleanOptional true-or-false value.
Default:
false
Outputs
successSuccessdry_runDry RuncheckedCheckedwas_already_checkedWas Already Checkedsales_order_keySales Order KeymessageMessageerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- Yes
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"sales_order_key"
],
"properties": {
"checked": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"dry_run": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"sales_order_key": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"expected_current_wip_state": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"expected_current_classification": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"checked": {},
"dry_run": {},
"message": {},
"success": {},
"sales_order_key": {},
"was_already_checked": {}
},
"additionalProperties": true
}