Refuser une candidature
curl --request POST \
--url http://localhost:3091/v1/api/candidatures/{candidatureId}/reject \
--header 'Content-Type: application/json' \
--data '
{
"details": "<string>"
}
'{
"success": true,
"message": "<string>",
"data": {
"id": 123,
"rejectDetails": "<string>",
"cvUrl": "<string>",
"hasCv": true,
"lettreMotivation": "<string>",
"dateCandidature": "2023-11-07T05:31:56Z",
"lastActionDate": "2023-11-07T05:31:56Z",
"candidatId": 123,
"candidatNom": "<string>",
"candidatPrenom": "<string>",
"candidatEmail": "<string>",
"candidatPhotoUrl": "<string>",
"candidatTelephone": "<string>",
"candidatJobTitle": "<string>",
"candidatCity": "<string>",
"candidatExperienceLevelId": 123,
"offreEmploiId": 123,
"offreTitre": "<string>",
"offreDepartement": "<string>",
"offreLocalisation": "<string>",
"entrepriseNom": "<string>",
"entrepriseLogoUrl": "<string>",
"timeline": [
{
"id": 123,
"reason": "<string>",
"changedAt": "2023-11-07T05:31:56Z",
"changedById": 123,
"changedByNom": "<string>",
"changedByPrenom": "<string>"
}
],
"notes": [
{
"id": 123,
"content": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"recruteurId": 123,
"recruteurNom": "<string>",
"recruteurPrenom": "<string>"
}
]
},
"error": {
"code": "<string>",
"message": "<string>",
"details": "<string>"
},
"timestamp": "2023-11-07T05:31:56Z"
}Candidatures
Refuser une candidature
Refuse une candidature avec une raison
POST
/
v1
/
api
/
candidatures
/
{candidatureId}
/
reject
Refuser une candidature
curl --request POST \
--url http://localhost:3091/v1/api/candidatures/{candidatureId}/reject \
--header 'Content-Type: application/json' \
--data '
{
"details": "<string>"
}
'{
"success": true,
"message": "<string>",
"data": {
"id": 123,
"rejectDetails": "<string>",
"cvUrl": "<string>",
"hasCv": true,
"lettreMotivation": "<string>",
"dateCandidature": "2023-11-07T05:31:56Z",
"lastActionDate": "2023-11-07T05:31:56Z",
"candidatId": 123,
"candidatNom": "<string>",
"candidatPrenom": "<string>",
"candidatEmail": "<string>",
"candidatPhotoUrl": "<string>",
"candidatTelephone": "<string>",
"candidatJobTitle": "<string>",
"candidatCity": "<string>",
"candidatExperienceLevelId": 123,
"offreEmploiId": 123,
"offreTitre": "<string>",
"offreDepartement": "<string>",
"offreLocalisation": "<string>",
"entrepriseNom": "<string>",
"entrepriseLogoUrl": "<string>",
"timeline": [
{
"id": 123,
"reason": "<string>",
"changedAt": "2023-11-07T05:31:56Z",
"changedById": 123,
"changedByNom": "<string>",
"changedByPrenom": "<string>"
}
],
"notes": [
{
"id": 123,
"content": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"recruteurId": 123,
"recruteurNom": "<string>",
"recruteurPrenom": "<string>"
}
]
},
"error": {
"code": "<string>",
"message": "<string>",
"details": "<string>"
},
"timestamp": "2023-11-07T05:31:56Z"
}Path Parameters
Body
application/json
⌘I