Create one or multiple talent

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

talentDtoInputarray

uuid

type: string

^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

prospects

array of objects

wxWorkers

array of objects

firstName

middleName

lastName

displayFullName

dateOfBirth

mobilePhone

homeAddress

lastActivityAt

availability

onetV2SkillsVector

array of numbers

Length between 296 and 296.

Defaults to 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,... (continues as defined)

Vector of onet v2 skills information

primaryCustomValues

Response Codes

CURL Example

curl --request POST \
     --url https://services.fountain.com/api/servicepool/talents \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "onetV2SkillsVector": [0, 0, 0, ... (continues as defined)]
}
'```

### Response Codes
- `201`
- `422`
- `500`

Updated 3 months ago.