Sending applicant data

POST

Query Parameters

Name
Type
Description

jobId*

String

'type':'string

'nullable':false

'description':'Job ID'

email*

String

'type': 'string'

'nullable': false

'description': 'the candidate's email address'

name*

String

firstname*

String

'type': 'string'

'nullable': false

'description': 'first name'

lastname*

String

'type': 'string'

'nullable': false

'description': 'last name'

phone

String

'type': 'string'

'nullable': true

'description': 'phone number'

location*

String

'type': 'string'

'nullable': false

'description': 'location'

salary

Object

'type': 'object'

'nullable': true

'properties':

amount

Int

'type : 'int',

'nullable': true,

'description': 'salary request amount'

type

String

'type': 'string'

'nullable': true

'description': 'salary type'

'value': 'net'

currency

String

'type': 'string'

'nullable': true

'description': 'salary currency'

'value': 'HUF'

period

String

'type': 'string'

'nullable': true

'description': 'salary period '

'value': 'monthly'

document

Object

'type': 'object'

'nullable': true

'properties':

filename*

String

'type': 'string'

'nullable': true

'description': 'file original name'

content*

String

'type': 'string'

'nullable': true

'description': 'content of the document (base64)'

lang*

Int

'type': 'string'

'nullable': true

'description': 'language'

'value': {

'1577': 'hungarian'

'275': English

'276': 'German'

'1986':

'Other'

}

type*

Int

'type': 'string'

'nullable': true

'description': 'document type'

'value': {

'1272': 'Motivation letter'

'270': 'CV'

'271': 'References'

'2565': 'Qualification or training document'

}

date*

Date

'type': 'date'

'nullable': true

'description': 'Upload date'

Headers

Name
Type
Description

access-token*

String

Application documents can come with the following extensions/MIME types:

MIME type
extension

application/msword; charset=binary

doc

application/pdf; charset=binary

pdf

application/rtf; charset=binary

rtf

application/zip; charset=binary

docx

application/msword application/msword; charset=binary

doc

application/zip; charset=binary

doc

application/vnd.openxmlformats-officedocument.wordprocessingml.document; charset=binary

docx

application/CDFV2; charset=binary

doc

application/vnd.openxmlformats-officedocument.wordprocessingml.documentapplication/vnd.openxmlformats-officedocument.wordprocessingml.document; charset=binary

docx

application/pdf; charset=iso-8859-1

pdf

application/pdf; charset=unknown-8bit

pdf

application/pdf; charset=us-ascii

pdf

application/octet-stream; charset=binary

docx

Per file 5MB

Total 50 MB

The properties of the transferred documents (type, language) can be found at the endpoint below:

Examples

Request

Header

Data

1.Response

  • HTTP status code: 200

  • Description: Sikeres

2.Response

  • HTTP status code: 403

  • Description: Sikertelen - Forbidden - lejárt Token

3.Response

  • HTTP status code: 413

  • Description: Sikertelen - 413 Request Entity Too Large - Túl nagy kérés entitás

Last updated