POST
/
ats
/
attachment

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connection-token
string
required

The connection token

Query Parameters

remote_data
boolean

Set to true to include data from the original Ats software.

Body

application/json
file_url
string

The URL of the file

file_name
string

The name of the file

attachment_type
string

The type of the file

remote_created_at
string

The remote creation date of the attachment

remote_modified_at
string

The remote modification date of the attachment

candidate_id
string

The UUID of the candidate

field_mappings
object
required

Response

201 - application/json
file_url
string

The URL of the file

file_name
string

The name of the file

attachment_type
string

The type of the file

remote_created_at
string

The remote creation date of the attachment

remote_modified_at
string

The remote modification date of the attachment

candidate_id
string

The UUID of the candidate

field_mappings
object
required
id
string

The UUID of the attachment

remote_id
string

The remote ID of the attachment

remote_data
object
required
created_at
object
required
modified_at
object
required

Was this page helpful?