| 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

- prospects
   - ADD object

#### wxWorkers

array of objects

- wxWorkers
   - ADD object

#### firstName

- type: string
  - The first name of the talent

#### middleName

- type: string
  - The middle name of the talent

#### lastName

- type: string
  - The last name of the talent

#### displayFullName

- type: string
  - The display full name of the talent

#### dateOfBirth

- type: string
  - The date of birth of the talent

#### mobilePhone

- type: object
  - mobilePhoneobject

#### homeAddress

- type: object
  - homeAddressobject

#### lastActivityAt

- type: string
  - The date and time of the most recent Pool-relevant activity for retention

#### availability

- type: object
  - availabilityobject

#### 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

- onetV2SkillsVector
- type: number

### primaryCustomValues

- type: object
  - primaryCustomValuesobject

### Response Codes

- `201`: One or many talents created.
- `422`: Default error response.
- `500`: Default error response.

### CURL Example

```shell
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.
