curl --location --request POST 'api.creditregistry.com/nigeria/AutoCred/test/v8/api/AddUpdatePerson' \
--header 'Content-Type: application/json' \
--data-raw '{
"SessionCode": "string",
"Person": {
"StreetAddress1": "string",
"StreetAddress2": "string",
"City": "string",
"StateProvince": "string",
"ZipPostalCode": "string",
"LGA": "string",
"Country": "string",
"ContactPhoneNumbers": [
"string"
],
"OfficePhoneNumbers": [
"string"
],
"FaxNumbers": [
"string"
],
"ContactEmailAddresses": [
"string"
],
"OfficeEmailAddresses": [
"string"
],
"CustomerNumber": "string",
"FirstName": "string",
"Surname": "string",
"OtherNames": [
"string"
],
"DateOfBirth": "2019-08-24T14:15:22Z",
"BVN": "string",
"NationalID": "string",
"DriverLicenseNo": "string",
"TaxID": "string",
"PassportNo": "string",
"VoterID": "string",
"Gender": "Female",
"MaritalStatus": "Single",
"AccommodationStatus": "Rent",
"MonthlyRentMortgage": 0,
"EmploymentStatus": "Unemployed",
"AnnualIncome": 0,
"AssetValue": 0,
"EducationLevel": "Unknown",
"CountryOfNationality": "A0_InvalidCountry",
"NumberOfDependants": 0,
"Pictures": [
{
"PictureBase64String": "string",
"PictureFormat": "JPEG"
}
],
"Employments": [
{
"StreetAddress1": "string",
"StreetAddress2": "string",
"City": "string",
"StateProvince": "string",
"ZipPostalCode": "string",
"LGA": "string",
"Country": "string",
"Employer": "string",
"JobTitle": "string",
"Occupation": "string",
"Manager": "string",
"StartDate": "2019-08-24T14:15:22Z",
"EndDate": "2019-08-24T14:15:22Z",
"AnnualIncome": 0
}
],
"RelatedBusinesses": [
{
"StreetAddress1": "string",
"StreetAddress2": "string",
"City": "string",
"StateProvince": "string",
"ZipPostalCode": "string",
"LGA": "string",
"Country": "string",
"ContactPhoneNumbers": [
"string"
],
"OfficePhoneNumbers": [
"string"
],
"FaxNumbers": [
"string"
],
"ContactEmailAddresses": [
"string"
],
"OfficeEmailAddresses": [
"string"
],
"CustomerNumber": "string",
"Name": "string",
"RCNumber": "string",
"TaxID": "string",
"DateOfIncorporation": "2019-08-24T14:15:22Z",
"AnnualRevenue": 0,
"AssetValue": 0,
"Website": "string",
"TypeOfBusiness": "CommercialBank",
"RelationshipType": "Officer",
"JobPositionTitle": "string",
"StartDate": "2019-08-24T14:15:22Z",
"EndDate": "2019-08-24T14:15:22Z"
}
],
"FamilyRelations": [
{
"StreetAddress1": "string",
"StreetAddress2": "string",
"City": "string",
"StateProvince": "string",
"ZipPostalCode": "string",
"LGA": "string",
"Country": "string",
"ContactPhoneNumbers": [
"string"
],
"OfficePhoneNumbers": [
"string"
],
"FaxNumbers": [
"string"
],
"ContactEmailAddresses": [
"string"
],
"OfficeEmailAddresses": [
"string"
],
"CustomerNumber": "string",
"FirstName": "string",
"Surname": "string",
"OtherNames": [
"string"
],
"DateOfBirth": "2019-08-24T14:15:22Z",
"BVN": "string",
"NationalID": "string",
"DriverLicenseNo": "string",
"TaxID": "string",
"PassportNo": "string",
"VoterID": "string",
"Gender": "Female",
"MaritalStatus": "Single",
"AccommodationStatus": "Rent",
"MonthlyRentMortgage": 0,
"EmploymentStatus": "Unemployed",
"AnnualIncome": 0,
"AssetValue": 0,
"EducationLevel": "Unknown",
"CountryOfNationality": "A0_InvalidCountry",
"NumberOfDependants": 0,
"Pictures": [
{
"PictureBase64String": "string",
"PictureFormat": "JPEG"
}
],
"Employments": [
{
"StreetAddress1": "string",
"StreetAddress2": "string",
"City": "string",
"StateProvince": "string",
"ZipPostalCode": "string",
"LGA": "string",
"Country": "string",
"Employer": "string",
"JobTitle": "string",
"Occupation": "string",
"Manager": "string",
"StartDate": "2019-08-24T14:15:22Z",
"EndDate": "2019-08-24T14:15:22Z",
"AnnualIncome": 0
}
],
"FamilyRelationType": "Spouse"
}
]
}
}'