You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Update Candidate Extra Information using JSON

Received Response
21
Views
1
Comments

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"

                        }

                    ]

                }

            ]

        }

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!