Create a new policy import intent
Initiates a policy import process for an employee with an existing policy created outside of Kota's systems. This endpoint allows importing policy details for an employee who has an existing policy with one of our existing providers.
Authentication
AuthorizationBearer
Authorization header using the Bearer scheme
Request
This endpoint expects an object.
employee_id
The employee ID for the policy import. Prefixed with ee_.
group_id
The group ID for the policy import. Prefixed with g_.
provider_policy_number
The provider's policy number.
member_number
The member number assigned by the provider.
policy_start_date
The start date of the policy.
policy_end_date
The end date of the policy. Leave null if the policy has no end date.
associated_persons
List of associated persons to be linked to this policy import.
Response
OK
id
Unique identifier for the policy import intent. Prefixed with pii_.
status
Current status of the policy import intent.
Allowed values:
employee_id
The employee ID for the policy import. Prefixed with ee_.
group_id
The group ID for the policy import. Prefixed with g_.
provider_policy_number
The provider's policy number.
member_number
The member number assigned by the provider.
policy_start_date
The start date of the policy.
associated_persons
List of associated persons linked to this policy import.
object
Object type identifier.
policy_end_date
The end date of the policy. Null if the policy has no end date, or end date is not known.

