CompanyData

Data returned in response to call to Insurers. Only companies marked as ‘Public’ are returned.

Properties

Parameter Type Description
Key string Encrypted key of the company
Name string Public name of the company
Type String Type of the company: Insurer, etc.
IsPublic Bool True: Only public companies are returned

JSON Example

{
    "Key": "1c5aabbdf813ad78c48cc8e6d8584162",
    "Name": "Public Insurance",
    "Type": "Insurer",
    "IsPublic": true
}