Upload Borrower Data
Upload Collected Data
POST
https://ezloan.genify.ai/borrowers/upload_collected_data/
Path Parameters
Name
Type
Description
uuid*
string
requested borrower UUID
Headers
Name
Type
Description
user_name*
string
partner's username.
authorization*
string
partner's api key.
upload_to_db
boolean
flag that specify's weither to add borrower's data in the database or not.
Values: 0(default) or 1
Request Body
Name
Type
Description
location
dict
alt, lat, long, speed and
timestamp of the requested
area.
messages
list<dict>
list of dictionaries, each represents message details(address, body, date).
applications
list<string>
list of borrower's applications.
phone
dict
borrower's phone details.
Last updated
Was this helpful?