Candidates

Create document

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

Path Parameters

candidate_id*integer

Request Body

multipart/form-data

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/documents" \  -F attachment="string"
{  "date": {    "id": 0,    "filename": "string",    "created_at": "string"  }}