Skip to main content

PolicyHolderAPI

data object
deductible_current_accumulatednumbernullable
deductible_current_maximumnumbernullable
deductible_previous_accumulatednumbernullable
deductible_previous_maximumnumbernullable
disabledboolean
group_namestringnullable
group_numberstringnullable
idinteger
individual_level_idstringnullable

For Dependent Relationships

login_correction_messagestring
login_needs_correctionboolean
login_problem
payer object
idinteger
logo_urlstringnullable
long_namestringnullable

Includes whether this is Patient Access API, otherwise this should be the same as name

namestringrequired
policy_level_idstringnullable

For Dependent Relationships

usernamestringnullable
PolicyHolderAPI
{
"data": {
"deductible_current_accumulated": 0,
"deductible_current_maximum": 0,
"deductible_previous_accumulated": 0,
"deductible_previous_maximum": 0,
"disabled": true,
"group_name": "string",
"group_number": "string",
"id": 0,
"individual_level_id": "string",
"login_correction_message": "string",
"login_needs_correction": true,
"payer": {
"id": 0,
"logo_url": "string",
"long_name": "string",
"name": "string"
},
"policy_level_id": "string",
"username": "string"
}
}