UploadFile
Upload a file to a specified entity.
Input
| Name | Type | Required | Description |
| EntityType | String | True | The type of the entity to get the file from. This must be one of: Candidate, ClientContact, ClientCorporation, JobOrder, Opportunity, Placement.
The allowed values are Candidate, ClientContact, ClientCorporation, JobOrder, Opportunity, Placement. |
| EntityId | String | True | The identifier of the entity. You can query the respective table to list all entities. |
| FileLocation | String | False | Full path of the file you want to attach. |
| ExternalId | String | True | External identifier for the file. |
| ContentType | String | False | Type/subtype of the file content. |
| Description | String | False | Comment that describes the file. |
| Type | String | False | Type of file that is attached. For example, resume, cover etc... |
| FileName | String | False | FileName is required when Content is specified. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether or not the operation was successful. |
| FileId | String | The identifier of the attached file. |