Add an employment history entry to an applicant
Adds a new employment history entry to this applicant.
If provided:
- `compensationTypeId` must be a value from `GET /api/v1/lookup/pay-types`
- `locationStateId` must be a value from `GET /api/v1/lookup/states`
Authentication
X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key
Path parameters
guid
Stable public identifier of the applicant
Request
This endpoint expects an object.
organizationName
Name of the employer/organization.
title
Job title held.
description
Description of the role.
startDate
Start date, in ISO-8601 format.
endDate
End date, in ISO-8601 format. Omit or leave null when currentEmployer is true.
currentEmployer
When true, this is the applicant's current employer.
compensation
Compensation amount at this employer.
additionalCompensation
Additional compensation (bonus, commission, etc.), if any.
compensationTypeId
Rate type for compensation. Use GET /api/v1/lookup/pay-types to retrieve valid IDs.
compensationNotes
Notes about compensation.
reasonForLeaving
Reason for leaving this employer.
locationCity
City where this employer is/was located.
locationStateId
State id where this employer is/was located. Use GET /api/v1/lookup/states to retrieve valid IDs.
locationRegion
Region/province, for non-US locations.
Response
Employment history entry added