POST Applicant/ApplicantNotesDelete

Documentation for 'ApplicantNotesDelete'.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'Applicant'.