v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBTalent
Create a Talent
Creates a new talent record.
post/v1/talent
Query parameters
useNewTalentRequirementsstring
An indication of whether new talent requirements from BOLD should be used when creating a new talent.
Headers
RequestIdstring uuid
The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
Unique request identifier (UUID) used to correlate request data with log entries and events.
FrontOfficeTenantIdinteger
An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.
Tenantstring
Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.
Request body
Example request
{
"id": 1367290,
"firstName": "John",
"middleName": "David",
"lastName": "Smith",
"homePhone": "651-555-1234",
"workPhone": "(612)555-5678",
"mobilePhone": "+16125559876",
"emailAddress": "jdsmith@example.com",
"emailAddress2": "jdsmith2@example.com",
"taxIdNumber": "111223333",
"gender": "M",
"residentAddress": {
"addressGuid": "cb63d8fc-6d06-f011-87a7-a0595061251e",
"street1": "123 Main St.",
"street2": "Suite 250",
"city": "Minneapolis",
"state": "MN",
"postalCode": "55435",
"country": "US"
},
"payrollAddress": {
"addressGuid": "cb63d8fc-6d06-f011-87a7-a0595061251e",
"street1": "123 Main St.",
"street2": "Suite 250",
"city": "Minneapolis",
"state": "MN",
"postalCode": "55435",
"country": "US"
},
"frontOfficeId": 111,
"race": "White (Not Hispanic or Latino)",
"disability": "Individual without Disabilities",
"veteranStatus": "Non Veteran",
"representativeUser": 14029,
"w2Consent": true,
"statusId": 263,
"flag": "Green",
"origin": "A+ Partner",
"originRecordId": "142A8E",
"officeName": "Branch A",
"officeDivision": "ABC Staffing",
"status": "Active",
"textConsent": "Opt In",
"talentResume": {
"resumeFilename": "John Smith Resume.docx",
"resumeText": "John Doe, JR. 918 Reese Avenue Huntingdon Valley, PA 19006(215) 817-1234jdoe528@comcast.net\\ \\ QUALIFICATIONS PROFILE 11 years of experience in managing distribution center operations.\\ \\ Solid track record of leadership and\\change management strategies yielding dramatic increases in \\ \\customer satisfaction, operational efficiency, and cost containment.",
"resumeContents": "Base-64 Encoded string"
},
"employmentTypeId": 343
}Response
The created talent record.