CustomerResult
No description
union CustomerResult = CorporateEntityCustomer | CustomerNotFoundError | CustomerUnauthorizedError | IndividualPersonCustomer | UnexpectedError
Possible types
CustomerResult.CorporateEntityCustomer object
Information about a customer who is a corporate entity. This type is used for customers who are not individuals but rather companies or organizations (and are used in company owned policies)
CustomerResult.CustomerNotFoundError object
Error indicating that the requested customer was not found in the system.
Common causes:
- Customer does not exist in the system
- Invalid customer identifier provided
- On test environment, the customers reset every Thursday and customers created before that date are not available anymore.
CustomerResult.CustomerUnauthorizedError object
Error indicating the customer exists but is not accessible to your broker account.
This means the customer exists in the system but is associated with a different broker. You can only access customers who have policies or offers associated with your broker account.
CustomerResult.IndividualPersonCustomer object
Information about the customer, who is an individual person.
CustomerResult.UnexpectedError object
In case an unexpected error occurs during the update customer operation. Please contact customer support for assistance.
Returned By
customer query