Create a new policy amendment intent
Initiates a policy amendment (e.g. adding/removing dependents). The intent coordinates the amendment workflow including dependents sub-intent management, quote generation, employee confirmation, and provider processing.
Authentication
AuthorizationBearer
Authorization header using the Bearer scheme
Path parameters
policy_id
Request
This endpoint expects an object.
amendment_reason
The reason for the policy amendment.
requested_changes
List of requested changes to the policy.
Response
OK
id
Unique identifier for the policy amendment intent. Prefixed with pai_.
policy_id
The policy ID for which the amendment is requested. Prefixed with p_.
status
Current status of the policy amendment intent.
amendment_reason
The reason for the policy amendment.
requested_changes
List of requested changes to the policy.
object
Object type identifier.
required_action
Information about the required action if the intent status is action_required.
pending_confirmation
Information about the pending confirmation if the intent status is pending_confirmation.
processing_error
Information about the processing error if the intent status is processing_error.

