- PoseidonIds = null (optional, string[]) ... Poseidon Ids (batch record retrival).
- TahoeId = null (optional, string) ... Tahoe Id (individual record retrival).
- SSN = null (optional, string) ... Social Security Number (format: ###-##-####).
- BusinessName = null (optional, string) ... Business name.
- FirstName = null (optional, string) ... First name.
- MiddleName = null (optional, string) ... Middle name or middle initial.
- LastName = null (optional, string) ... Last name.
- HouseNumber = null (optional, string) ... House number cannot be provided without including Street.
- StreetName =null (optional, string) ... Street name cannot be provided without including either the City and State, or the City and Zip Code.
- City = null (optional, string) ... State/Zip is required if city is provided.
- State =null (optional, string) ... Two character long state name.
- ZipCode = null (optional, string) ... Zip code.
- Page = 1 (optional, int) ... The page of data to return.
- ResultsPerPage = 20 (optional, int) ... The number of results to return per page.