Created
May 11, 2015 16:14
-
-
Save tlarevo/5dfcd1c96339d1ab84be to your computer and use it in GitHub Desktop.
Request response JSON Object
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
account_type: '', | |
product_category: '', | |
identification: { | |
type: '', | |
value: '' | |
}, | |
personal_details: { | |
title : '', | |
name_with_initials : '', | |
surname : '', | |
name_in_full : '', | |
calling_name : '', | |
gender : '', | |
nationality : '', | |
occupation : '', | |
current_address : '', | |
permanant_address : '', | |
prefered_lanuage : '', | |
religion : '', | |
marital_status : '' | |
}, | |
academic_professional_details: { | |
academic: { | |
status: '' | |
}, | |
professional: { | |
qualifications: [ | |
{ | |
qualification: '', | |
description: '' | |
} | |
] // One or many qualifications | |
} | |
}, | |
occupation_details: { | |
occupation : '', | |
employment : '', | |
company_name : '', | |
work_address : '', | |
work_telephone_number : '', | |
work_Fax : '', | |
type_of_business : '' | |
}, | |
spouse_gardian_caretaker_details: { | |
title : '', | |
full_name : '', | |
relationship: '', // Spouse / Gardian / Caretaker | |
occupation : '', | |
company_name : '', | |
address : '', | |
phone_number : '', | |
no_of_years_in_employment : '' | |
}, | |
dependents: [ | |
{ | |
relationship: '', | |
date_of_birth: '' | |
} | |
], // One or many dependents | |
tax_file_id: '', | |
communication_mode: '', | |
uid: '', | |
secret_questions: [ | |
{ | |
question: '', | |
answer: '' | |
} | |
] // One or many secret questions | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment