availity · Schema

EligibilityError

EligibilityError schema from Availity API

Properties

Name Type Description
id string
rejectCode string
rejectReason string
followUpAction string
View JSON Schema on GitHub

JSON Schema

eligibility-eligibility-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-schema/eligibility-eligibility-error-schema.json",
  "title": "EligibilityError",
  "description": "EligibilityError schema from Availity API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "rejectCode": {
      "type": "string"
    },
    "rejectReason": {
      "type": "string"
    },
    "followUpAction": {
      "type": "string"
    }
  }
}