Candidates

Create experience

POST
/api/public/v3/recruitment/candidates/{candidate_id}/experiences

Path Parameters

candidate_id*integer

Request Body

application/x-www-form-urlencoded

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/public/v3/recruitment/candidates/0/experiences" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d 'title=string&company=string&location=string&starts_on=string&ends_on=string&description=string'
{  "data": {    "id": 0,    "title": "string",    "company": "string",    "starts_on": "string",    "ends_on": "string",    "location": "string",    "description": "string"  }}