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.
  • LicenseType = null (optional, string) ... LicenseType.
  • LicenseNumber = null (optional, string) ... LicenseNumber.
  • StreetAddress = null (optional, string) ... StreetAddress. State is required if StreetAddress is provided. Unit
  • 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.