idcardbenefittype

MemberIDCardLink  allows you to pass in an OAuth token for a given user and allows eligibility data is to appear as a MemberID Card.  The POST parameters will allow the current logged in user to possibly access a dependent or other valid member ID through the API call. If no parameters are passed or an empty value for 'memberidentifier' is passed in, then the default is to return the ID Card for the current logged in user.  However, in some cases providing an ID Card Benefit Type is required.  For these, use the parameter: idcardbenefittype

URL


https://secure.healthx.com/api/eligibilityv1/memberidcardlink


HTTP Verb

POST


Parameters

memberidentifier (optional): A MemberID, likely a dependent that can be passed to the API in order for the currently logged in user to retreive an ID card other than their own.

idcardbenefittype (required) - "MedCard", "DentalCard", "ChiroCard", "Booklet"


Example POST Body must contain at least the following XML:


<MemberIDCardLink></MemberIDCardLink>


Example POST Body Options (including both parameters above):

<MemberIDCardLink>
<options>
memberidentifier:abc123|idcardbenefittype:MedCard
</options>
</MemberIDCardLink>


abc123 = must be a valid MemberID


Example POST body (only required parameter):

<MemberIDCardLink>
<options>
idcardbenefittype:MedCard
</options>
</MemberIDCardLink>


Response


Response will be of type STRING and a URL that points to a PDF (the Member ID Card).








Comments