Skip to main content
POST
/
api
/
DocumentGeneration
/
fcv
Generate Formatted CV.
curl --request POST \
  --url https://api.example.com/api/DocumentGeneration/fcv \
  --header 'Content-Type: application/json' \
  --data '
{
  "templateId": 123,
  "resumeTypeId": 0,
  "jobId": 123,
  "candidateId": 123,
  "applicationId": 123,
  "placeholders": [
    {
      "placeholder": "<string>",
      "value": "<string>"
    }
  ]
}
'
{
  "documentId": 123,
  "documentName": "<string>"
}

Body

application/json
templateId
integer<int32>
resumeTypeId
enum<integer>
Available options:
0,
1,
2
jobId
integer<int32>
candidateId
integer<int32>
applicationId
integer<int32>
placeholders
object[] | null

Response

200 - application/json

OK

documentId
integer<int32>
documentName
string | null