POST Applicant/ApplicantNotesDelete
Documentation for 'ApplicantNotesDelete'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| applicant | Documentation for 'applicant'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RecruiterId": 1,
"ApplicantId": 2,
"ApplicantNotesId": 3,
"Notes": "sample string 4",
"ApplicantStatusID": 5
}
application/x-www-form-urlencoded
Sample: