Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url http://localhost:3091/v1/api/vivier/{candidatVivierId}/status \ --header 'Content-Type: application/json' \ --data '{}'
{ "success": true, "message": "<string>", "data": { "id": 123, "nom": "<string>", "email": "<string>", "telephone": "<string>", "experience": "<string>", "currentPosition": "<string>", "city": "<string>", "availability": "<string>", "addedDate": "2023-12-25", "lastContactDate": "2023-12-25", "applicationCount": 123, "competences": [ "<string>" ], "tags": [ "<string>" ], "candidatId": 123, "invitationCount": 123, "favorite": true, "registered": true }, "error": { "code": "<string>", "message": "<string>", "details": "<string>" }, "timestamp": "2023-11-07T05:31:56Z" }
Change le statut d’un candidat dans le vivier
ACTIVE
PROSPECT
FORMER
HIRED_ELSEWHERE
DO_NOT_CONTACT
OK
Show child attributes