Legacy Endorsement API (Deprecated)
Warning
The following API elements are deprecated. See the Endorsements API topic for details on current endorsement functionality.
Endpoint Index
Action | Endpoint |
---|---|
Issue an endorsement | POST /policy/{policyLocator}/endorse |
Preview endorsement price | POST /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
Name | Position | Type | Required |
---|---|---|---|
policyLocator | path | string | required |
request | body | PolicyEndorsementIssueRequest | required |
PolicyEndorsementIssueRequest¶
requiredendorsementName stringoptionalstartTimestamp timestampnewPolicyEndTimestamp timestampreprice booleanupdatePolicy EndorsementPolicyUpdateRequest
EndorsementPolicyUpdateRequest¶
requiredaddFieldGroups [FieldGroupCreateRequest]updateFieldGroups [FieldGroupUpdateRequest]removeFieldGroups [string]addExposures [ExposureCreateRequest]updateExposures [EndorsementExposureUpdateRequest]endExposures [string]optionalfieldValues map<string,[string]>newPaymentScheduleName string
Preview endorsement price¶
POST /policy/{policyLocator}/previewEndorsementPrice
Name | Position | Type | Required |
---|---|---|---|
policyLocator | path | string | required |
request | body | PolicyEndorsementIssueRequest | required |
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.