POST api/v1/orgs/{orgid}/jobs/{jobid}/aryaType/{aryaType}/savecandidatenotes?ResumeId={ResumeId}

Add Note for the all jobboard candidates

Request Information

Parameters

NameDescriptionAdditional information
orgid
Value of Arya Organization ID

Define this parameter in the request URI.

jobid
Value of Arya Job ID

Define this parameter in the request URI.

aryaType
Value of Arya job board  like social/internal/monster/careerbuilder/dice/indeed

Define this parameter in the request URI.

ResumeId
Value of Resume ID(PortalGuid only for monster/careerbuilder/dice/indeed)

Define this parameter in the request URI.

request
{
            "Note" : "Add note to this candidate here." 
            }

None.