Skip to main content
POST
/
api
/
templates
/
cashflow_snapshots_trends
/
furnish
Furnish data for Cashflow Snapshots & Trends
curl --request POST \
  --url https://api.example.com/api/templates/cashflow_snapshots_trends/furnish \
  --header 'Content-Type: application/json' \
  --data '
{
  "date_of_birth": "2023-11-07T05:31:56Z",
  "first_name": "<string>",
  "last_name": "<string>",
  "personal_address_city": "<string>",
  "personal_address_line_1": "<string>",
  "personal_address_state": "<string>",
  "personal_address_zip": 123,
  "phone_number": 123,
  "social_security_number": 123,
  "consumer_cross_reference_id": "<string>",
  "solo_federation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "solo_furnisher_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "bank_account_average_monthly_balance_last_12_months": 123,
  "bank_account_average_monthly_balance_last_3_months": 123,
  "bank_account_most_recent_account_balance": 123,
  "bank_account_most_recent_funds_available_to_withdraw": 123,
  "bank_account_net_cash_flows_last_12_months": 123,
  "bank_account_net_cash_flows_last_3_months": 123,
  "bank_account_net_cash_flows_last_month": 123,
  "bank_account_number_of_days_with_negative_account_balance_in_last_12_months": 123,
  "bank_account_number_of_days_with_negative_account_balance_in_last_30_days": 123,
  "bank_account_number_of_days_with_negative_account_balance_in_last_3_months": 123,
  "bank_statement_json": "<string>",
  "bank_statement_upload": "<string>",
  "personal_address_line_2": "<string>",
  "personal_email": "<string>"
}
'
{
  "success": true
}

Body

application/json

Input model for /templates/cashflow_snapshots_trends/furnish

Furnish data for Cashflow Snapshots & Trends

date_of_birth
string<date-time>
required
first_name
string
required
last_name
string
required
personal_address_city
string
required
personal_address_line_1
string
required
personal_address_state
string
required
personal_address_zip
integer
required
phone_number
integer
required
social_security_number
integer
required
consumer_cross_reference_id
string | null
solo_federation_id
string<uuid> | null
solo_furnisher_id
string<uuid> | null
bank_account_average_monthly_balance_last_12_months
bank_account_average_monthly_balance_last_3_months
bank_account_most_recent_account_balance
bank_account_most_recent_funds_available_to_withdraw
bank_account_net_cash_flows_last_12_months
bank_account_net_cash_flows_last_3_months
bank_account_net_cash_flows_last_month
bank_account_number_of_days_with_negative_account_balance_in_last_12_months
bank_account_number_of_days_with_negative_account_balance_in_last_30_days
bank_account_number_of_days_with_negative_account_balance_in_last_3_months
bank_statement_json
string | null
bank_statement_upload
string | null
personal_address_line_2
string | null
personal_email
string | null

Response

Successful Response

Output model for /templates/cashflow_snapshots_trends/furnish

Furnish data for Cashflow Snapshots & Trends

success
boolean
default:true