Overview of exposures in Cloud API

In addition to the standard CRUD endpoints, Cloud API includes several business action POST endpoints related to endpoints. This includes endpoints for:

  • Assigning exposures
  • Deleting exposures on draft claims
  • Identifying an exposure's validation level
  • Closing an exposure

Determining valid exposure types for a given claim

The line of business model is a set of typelists that organizes policies, coverages, and covered losses into a single hierarchy. Collectively, these typelists define the valid types of coverages, incidents, and exposures for a given policy and type of loss.

A caller application may want to access the metadata for these typelists so that it can determine valid exposure type values for a given claim. This information can be retrieved using the Claim API's /business-line-metadata endpoint. For more information, see The /business-line-metadata endpoint.