GET api/CV/Download/{id}?documentname={documentname}&contactId={contactId}

Retrieve the CV from the "emailLink" Register the CV as downloaded, and retrieve the CV as an Octetstream.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The Email Link ID of the CV to be downloaded.

string

Required

documentname

Document Name (optional).

string

Default value is

contactId

Contact ID (optional).

integer

Default value is -1

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.