Prepare Zoho VOB Claim
Perform Prepare Zoho VOB Claim through GenHealth - Eligibility.
eligibility_prepare_zoho_vob_claimwrite
Inputs
- Expected Field Values
expected_field_valuesjsonrequiredRequired JSON value.
- Attempt
attemptnumberrequiredRequired numeric value.
Outputs
successSuccesserrorErrorfailure_categoryFailure CategorymarkerMarkerattemptAttemptfield_valuesField Valuesallowed_field_link_namesAllowed Field Link Namesexpected_field_valuesExpected Field Valuesclaimed_field_valuesClaimed 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",
"attempt"
],
"properties": {
"attempt": {
"type": "number",
"description": "Required numeric value.",
"x-workflow-field-type": "number"
},
"expected_field_values": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"marker": {},
"attempt": {},
"success": {},
"field_values": {},
"failure_category": {},
"claimed_field_values": {},
"expected_field_values": {},
"allowed_field_link_names": {}
},
"additionalProperties": true
}