Skip to main content
POST
/
v1
/
api
/
vivier
/
registered
Ajouter candidat inscrit
curl --request POST \
  --url http://localhost:3091/v1/api/vivier/registered \
  --header 'Content-Type: application/json' \
  --data '
{
  "candidatId": 123,
  "tags": [
    "<string>"
  ]
}
'
{
  "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"
}

Body

application/json
candidatId
integer<int64>
required
source
enum<string>
required
Available options:
APPLICATION,
LINKEDIN,
REFERRAL,
WEBSITE,
MANUAL
tags
string[]

Response

200 - */*

OK

success
boolean
message
string
data
object
error
object
timestamp
string<date-time>