For more information, please refer to this announcement explaining best practices for getting answers to questions.
Update Candidate Extra Information using JSON
Summary:
We are trying to update Candidate Extra Information via a JOSN request. We are receiving a Status: 400 Bad Request. Below is the payload we are using. Has anyone updated Candidate EFF's using JSON?
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
{ "PersonId": 300000589678809,
"CategoryCode": "PER_EIT",
"CandidateNumber": "A494853",
"jPersonExtraInformation": [
{ "PersonId": 300000589678809,
"CategoryCode": "PER_EIT",
"PersonExtraInformationContextHobbyprivateVO":
[ {
//"PersonExtraInfoId": 300000590265116,
"EffectiveStartDate": "2023-05-07",
// "EffectiveEndDate": "4712-12-31",
"PersonId": 300000589678809,
"PeiInformationCategory": "Hobby",
"PeiAttributeCategory": null,
"hobbyList": "Sports"
}
]
}
]
}