Response.Success will be true;
Response.Success will be false, and Response.Errors will
Response.UploadID, with the GetAccountUploadStatus endpoint to query the status of this request.curl --location --request POST 'api.creditregistry.com/nigeria/AutoCred/test/v8/api/AddUpdateAccountHistory' \
--header 'Content-Type: application/json' \
--data-raw '{
"SessionCode": "string",
"AccountHistory": [
{
"AccountHistoryID": "string",
"AccountNumber": "string",
"AccountStatus": "Performing",
"AccountStatusDate": "2019-08-24T14:15:22Z",
"Balance": 0,
"DaysInArrears": 0,
"BalanceDate": "2019-08-24T14:15:22Z",
"Payment": 0,
"PaymentDate": "2019-08-24T14:15:22Z",
"AccountNotes": "string",
"LegalStatus": "None",
"LegalStatusDate": "2019-08-24T14:15:22Z",
"SubscriberID": "string",
"CreditorNotes": "string"
}
]
}'{
"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"
]
}
]
}