OBJECT

ClaimEligibilityCheck

A created API Key

link GraphQL Schema definition

  • type ClaimEligibilityCheck {
  • # A string used to identify the eligibility check in the Change system.
  • control_number: String!
  • # The time the eligibility check was run
  • created_at: String!
  • # The unique identifier of the check
  • id: ID!
  • # The retrieved plan status
  • plan_status: String
  • # The policy associated with this check
  • policy: Policy
  • # The ID of the associated policy
  • policy_id: ID!
  • # A JSON object containing the eligibility details
  • response: String
  • }