PUT /api/Applicant/UpdateExperience/{applicantId}/{experienceId}

PUT /api/Applicant/UpdateExperience/{applicantId}/{experienceId}

Path parameters

Body

PUT /api/Applicant/UpdateExperience/{applicantId}/{experienceId}
curl \
 -X PUT http://api.example.com/api/Applicant/UpdateExperience/{applicantId}/{experienceId} \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT http://api.example.com/api/Applicant/UpdateExperience/{applicantId}/{experienceId} \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"title":"string","company":"string","location":"string","description":"string","startDate":"2024-05-04T09:42:00+00:00","endDate":"2024-05-04T09:42:00+00:00","isCurrent":true}'
curl \
 -X PUT http://api.example.com/api/Applicant/UpdateExperience/{applicantId}/{experienceId} \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: text/json"
curl \
 -X PUT http://api.example.com/api/Applicant/UpdateExperience/{applicantId}/{experienceId} \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/*+json"
Request examples
{
  "title": "string",
  "company": "string",
  "location": "string",
  "description": "string",
  "startDate": "2025-05-04T09:42:00Z",
  "endDate": "2025-05-04T09:42:00Z",
  "isCurrent": true
}
Request examples
{
  "title": "string",
  "company": "string",
  "location": "string",
  "description": "string",
  "startDate": "2025-05-04T09:42:00Z",
  "endDate": "2025-05-04T09:42:00Z",
  "isCurrent": true
}