Get

Get eligibility allows you to pass in an OAuth token for a given user and return a complete eligibility record in XML format.



Parameters

No parameters necessary! Just gets the eligibility record for the logged in user.

Return Sample

<EligibilityRecord>
    <Accumulators i:nil="true"/>
    <AddDateTime>2009-01-19T11:18:17.18</AddDateTime>
    <Addr2 i:nil="true"/>
    <Address>6861 34th St.</Address>
    <Age>57</Age>
    <.../>
    <TTLDep>4</TTLDep>
    <ToDt i:nil="true"/>
    <Zip>55333     </Zip>
</EligibilityRecord>


Comments