Plan Request(s)
The Plan Request Search action allows you to retrieve information about one or several plan requests through your White Swan account.
API Method:
Fetch Plan Request(s)
POST
https://app.whiteswan.io/api/1.1/wf/plan_requests
Returns information about plan requests associated with your White Swan account.
Headers
Authorization*
String
Bearer <YOUR API KEY>
Content-Type*
String
application/json
Accept*
String
application/json
user-agent*
String
<YOUR APP>
Request Body
JSON Body*
Object
See specification below
Code Examples - Making the API Call:
Body Parameters Specification:
Request ID (Optional)
request_id
Text
11890562x825608
Can optionally be provided to retrieve information about a specific plan request.
Account User Email (Optional)
user_email
Text
john@doe.com
Can optionally be provided to show plan requests associated with a particular user in your account.
Client Email (Optional)
client_email
Text
jane@doe.com
Can optionally be provided to show plan requests associated with a particular client referred through your White Swan account.
Returned Parameters Specification:
Client Full Name
name
Text
John Doe
Full name of the client
Client First Name
first_name
Text
John
First name of the client
Client Last Name
last_name
Text
Doe
Last name of the client
Client Email
Text
john@doe.com
Email address of the client
URL To View Plan(s) For Request
url_to_view_request_plans
Text
https://app.whiteswan.io/personal_plan/john-doe
The URL to view the personal plan(s) associated with this plan, if available.
URL To View Request Internally
url_to_view_internally
Text
https://app.whiteswan.io/partner_case/john-doe
The URL to view the request inside your White Swan account (not the interface intended for the end-user).
URL To Finish Request
url_to_finish_request
Text
https://app.whiteswan.io/get_started/john-doe
If this plan request hasn't been finished, the URL to finish filling out the request.
Request Policy Type
policy_type
Text
Variable Universal Life
Type of policy requested
Request Main Goal
main_goal
Text
Accumulation
Main goal of the request
Client Phone Number
phone
Text
1234567890
Phone number of the client
Insured Resident State
resident_state
Text
Florida
State of residence of the insured
Plan Request Comment
request_comment
Text
Would like to discuss investment account options
Additional comments or details regarding the plan request
Plan Success Manager Name
plan_success_manager
Text
Eric Mikolai
Name of the manager handling the plan
Plan Success Manager Email
plan_success_manager_email
Text
eric@whiteswan.io
Email of the manager handling the plan
Plan Success Manager Phone
plan_success_manager_phone
Text
1234567890
Phone number of the manager handling the plan
Plan Success Manager Meeting Link
plan_success_manager_meeting_link
Text
https://calendly.com/eric_whiteswan/personal-plan-review-
Link to schedule a meeting with the manager
Referring Partner Company
associated_partner_account
Text
Acme Inc
Name of the partner company that referred the client
Referring Partner User
associated_partner_user
Text
Jane Doe
Name of the user associated with the page/custom case of this request
Referring Partner Page/Custom Case
associated_partner_page
Text
Variable Universal Life Company Page
Page/custom case from the partner company that referred the client
Request Death Benefit Need
death_benefit
Number
1000000
Amount of death benefit requested
Request Payment Schedule
payment_schedule
Text
Monthly
Payment schedule for the policy
Request Paid up Period (Text)
paid_up_period
Text
10 Years
Duration after which no more premiums need to be paid
Request Paid up Period (Number)
paid_up_period_numerical
Number
10
Numerical representation of the paid-up period
Request Term Length (Text, Term Life Only)
term_duration
Text
10 Years
Duration of the term life policy
Request Term Length (Number, Term Life Only)
term_duration_numerical
Number
10
Numerical representation of the term duration
Request Premium Budget (Accumulation Requests Only)
premium_budget
Number
10000
Budget for the policy premium
Insured Gender
gender
Text
Male
Gender of the insured
Insured Health Rating
health_rating
Text
Excellent
Health rating of the insured
Insured Date of Birth
date_of_birth
Datetime
2022-08-16T22:00:00.000Z
Date of birth of the insured
Insured Investment Risk Profile (Variable Universal Life Only)
risk_profile
Text
Aggressive
Investment risk profile for variable universal life policies
Request Expedited Product Preference
expedited_products
True/False
True
Preference for expedited products
Request Convertability Preference (Term Life Only)
convertability
True/False
False
Preference for convertibility in term life policies
Rider Name
riders
List
Waiver of Premium Rider, ...
Names of the riders chosen
Request Room for Additional Future Premium
additional_premium_room
Number
0
Additional room for future premium payments
Request One Time Deposit Amount
one_time_deposit_amount
Number
0
Amount for one-time deposit
Request Account Cap Preference (Indexed Universal Life Only)
uncapped_accounts
Text
Capped Accounts
Preference for account cap in indexed universal life policies
Request Fee Accounts Preference (Indexed Universal Life Only)
fee_accounts
Text
No Fee Accounts
Preference for fee accounts in indexed universal life policies
Request Plan for Retirement Income
planned_retirement_income
True/False
True
Preference to plan for retirement income
Request Retirement Income Start Age
retirement_start_age
Number
60
Age at which retirement income starts
Request Retirement Income Amount of Years
retirement_length
Number
20
Duration of retirement income
Request Customized Account Allocation
custom_account_allocation
True/False
True
Preference for customized account allocation
Account Allocations
account_allocations
Line Item(s)
-
For Variable/Indexed Universal Life, the types of accounts/funds the cash value of this plan is initially allocated to.
-Account/Fund Name
account_name
Text
Long-Term Bond Fund
Names of the account/fund type
-Account/Fund Allocation Percentage
allocation_percentage
Text
0.15
Allocation percentages for the account/fund type
Personal Plan ID(s)
personal_plan_ids
List
1690640821195x763050883821145600
The ID(s) of any personal plans associated with this Quote Request.
Plan Request ID
request_id
Text
1690640821195x763050883821145600
Unique identifier for the plan request
Last updated
Was this helpful?