Prepare Zoho VOB Review Disposition
Perform Prepare Zoho VOB Review Disposition through GenHealth - Eligibility.
eligibility_prepare_zoho_vob_review_dispositionwrite
Inputs
- Expected Field Values
expected_field_valuesjsonrequiredRequired JSON value.
- Reason
reasonexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccesserrorErrorfailure_categoryFailure CategorymarkerMarkerreasonReasonattemptAttemptfield_valuesField Valuesallowed_field_link_namesAllowed Field Link Namesexpected_field_valuesExpected Field Values
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",
"required": [
"expected_field_values",
"reason"
],
"properties": {
"reason": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"expected_field_values": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"marker": {},
"reason": {},
"attempt": {},
"success": {},
"field_values": {},
"failure_category": {},
"expected_field_values": {},
"allowed_field_link_names": {}
},
"additionalProperties": true
}