Currently in many API success , returns below output of candidateProfile API.
{
"success":
{
"addressLine1": "1232 Fake Parkway",
"addressLine2": "",
"areadialingcode": "",
"countrydialingcode": "",
"currentEmployer": null,
"designation": null,
"email": "farahobaidullah@gmail.com",
"firstName": "Solo",
"lastName": "Han",
"middleName": null,
"phone": "",
"phoneextension": "",
"sourceUserId": "1025",
"userDID": null,
"workHistories": [],
"yearsOfExperience": null
}
}
So CBATS (Joris) wants to remove success and return actual payload as below.
{
"addressLine1": "1232 Fake Parkway",
"addressLine2": "",
"areadialingcode": "",
"countrydialingcode": "",
"currentEmployer": null,
"designation": null,
"email": "farahobaidullah@gmail.com",
"firstName": "Solo",
"lastName": "Han",
"middleName": null,
"phone": "",
"phoneextension": "",
"sourceUserId": "1025",
"userDID": null,
"workHistories": [],
"yearsOfExperience": null
}
CC – Samir , Harshveer Singh , Swapnil Pandhare
Keeping this on hold as this change will impact all integration APIs.