Request.Business.CustomerNumber exists, it is updated.Response.Success will be true;
Response.Success will be false, and Response.Errors will
Response.UploadID, with the GetBusinessUploadStatus endpoint to query the status of this request.curl --location --request POST 'api.creditregistry.com/nigeria/AutoCred/test/v8/api/AddUpdateBusiness' \
--header 'Content-Type: application/json' \
--data-raw '{
"SessionCode": "string",
"Business": {
"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",
"CorporateOfficers": [
{
"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
}
],
"CorporateOfficerType": "Officer",
"CorporateOfficerJobPositionTitle": "string",
"StartDate": "2019-08-24T14:15:22Z",
"EndDate": "2019-08-24T14:15:22Z"
}
]
}
}'{
"Success": true,
"Errors": [
"string"
],
"StatusCode": 0,
"Message": "string",
"UploadID": "string",
"UploadDate": "2019-08-24T14:15:22Z",
"UploadType": "PersonAddUpdate",
"UploadTypeDescription": "string",
"AgentID": "string",
"SubscriberID": "string",
"UploadStatusList": [
{
"TransactionID": "string",
"TransactionDate": "2019-08-24T14:15:22Z",
"ProcessingStatus": "UploadReceived",
"ProcessingStatusDescription": "string",
"ProcessingStatusMessage": "string",
"ProcessingMessages": [
"string"
]
}
]
}