Create a group policy intent

Creates a group_policy_intent from a group_quote_intent that has a quote available. The intent coordinates the policy setup workflow including requirements collection and policy creation.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Request

This endpoint expects an object.
quote_intent_idstringRequiredformat: "gqi_.+"
Unique identifier for the group quote intent to create a policy intent from
cost_sharingobjectOptional
Cost sharing configuration override for the setup. If not provided, falls back to the quote intent's cost sharing.
consent_approvalslist of objects or nullOptional
Consent approvals to record at the time of intent creation

Response

OK
idstringformat: "gpi_.+"
Unique identifier for the group policy intent
group_idstringformat: "gr_.+"
Unique identifier for the group
plan_idstringformat: "pl_.+"
Unique identifier for the plan
quote_intent_idstringformat: "gqi_.+"
Unique identifier for the group quote intent this policy intent was created from
statusenum
Current status of the group policy intent
disclosureslist of objects
Disclosures associated with this intent.
due_datedatetime or null
Due date for the policy intent
cost_sharingobject or null
Cost sharing configuration for the policy intent
objectstring or nullRead-only
Object type identifier

Errors