JSON Request Properties

  • 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.
  • AddressLine1 = null (optional, string)... House number and street name or PO Box
  • AddressLine2 = null (optional, string)... City, State, and/or ZIP code
  • Page = 1 (optional, int) ... The page of data to return.
  • ResultsPerPage = 20 (optional, int) ... The number of results to return per page.