Legacy Endorsement API (Deprecated)

Warning

The following API elements are deprecated. See the Endorsements API topic for details on current endorsement functionality.

Endpoint Index

ActionEndpoint
Issue an endorsementPOST /policy/{policyLocator}/endorse
Preview endorsement pricePOST /policy/{policyLocator}/previewEndorsementPrice

Details

The following endpoint will create and issue an endorsement in one shot. This endpoint is deprecated and may be removed in a future release.

Issue an endorsement
POST /policy/{policyLocator}/endorse
PolicyEndorsementIssueRequest
required
endorsementName string

optional
startTimestamp timestamp
newPolicyEndTimestamp timestamp
reprice boolean
EndorsementPolicyUpdateRequest
required
addFieldGroups [FieldGroupCreateRequest]
updateFieldGroups [FieldGroupUpdateRequest]
removeFieldGroups [string]
addExposures [ExposureCreateRequest]
endExposures [string]

optional
fieldValues map<string,[string]>
newPaymentScheduleName string
Preview endorsement price
POST /policy/{policyLocator}/previewEndorsementPrice

This endpoint will price a prospective endorsement without actually creating or issuing it. Note: locators for newly added exposures and perils are transient and will be different from those that would be created if the endorsement were actually created.