Created
July 16, 2014 06:35
-
-
Save roniemicro/b7539e2b527b5543eb87 to your computer and use it in GitHub Desktop.
Full Create API Fields
This file contains hidden or 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
| { | |
| "nid" : 1234567890163, | |
| "uid" : 11111111111, | |
| "first_name" : "Mondal", | |
| "middle_name" : "Ali", | |
| "last_name" : "Hosssain", | |
| "full_name_bangla" : " হোসেন মন্ডল", | |
| "fathers_name_bangla" : "এ বি এম আখতার হোসেন মন্ডল", | |
| "fathers_first_name" : "Akhtar", | |
| "fathers_middle_name" : "Hossaine", | |
| "fathers_last_name" : "Mondal", | |
| "fathers_uid" : 11111111111, | |
| "fathers_nid" : 1234567890163, | |
| "fathers_brn" : 12345678901633456, | |
| "mothers_name_bangla" : "আনোয়ারা খাতুন", | |
| "mothers_first_name" : "Anowara", | |
| "mothers_middle_name" : "Khatun", | |
| "mothers_last_name" : "antora", | |
| "mothers_uid" : 11111111111, | |
| "mothers_nid" : 1234567890163, | |
| "mothers_brn" : 12345678901633456, | |
| "place_of_birth" : "Dhaka", | |
| "marriage_id" : "12345678", | |
| "spouse_name_bangla" : "আখতার", | |
| "spouse_name" : "Akhtar", | |
| "spouse_uid_nid" : "1234567890", | |
| "date_of_birth" : "1983-09-21", | |
| "gender" : "3", | |
| "ethnicity" : "45", | |
| "marital_status": 5, | |
| "religion" : 1, | |
| "blood_group" : 1, | |
| "bin_brn" : 12345678901633456, | |
| "occupation" : 11, | |
| "edu_level" :1, | |
| "nationality" : "bangladeshi by birth", | |
| "disability": 1, | |
| "ethnicity" : 11, | |
| "present_address" : { | |
| "address_line" : "xyz", | |
| "division_id" : 10, | |
| "district_id":10, | |
| "union_id":10, | |
| "upazilla_id":10, | |
| "holding_number" : "444444444", | |
| "street" : "Dhaka", | |
| "area_mouja" : "Kallayanpur", | |
| "village" : 12, | |
| "post_office" : "Dhaka", | |
| "post_code" : "1207", | |
| "ward" : 13, | |
| "thana" : 45, | |
| "city_corporation" : 12, | |
| "country" : "050" | |
| }, | |
| "permanent_address" : { | |
| "address_line" : "xyz", | |
| "division_id" : 10, | |
| "district_id":10, | |
| "union_id":10, | |
| "upazilla_id":10, | |
| "holding_number" : "444444444", | |
| "street" : "Dhaka", | |
| "area_mouja" : "Kallayanpur", | |
| "village" : 12, | |
| "post_office" : "Dhaka", | |
| "post_code" : "1207", | |
| "ward" : 13, | |
| "thana" : 45, | |
| "city_corporation" : 12, | |
| "country" : "050" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment