NextGen APIs

POST /workforce/resources/r1/resources/{resourceId}/skills

Http Verb

POST

Url

/workforce/resources/r1/resources/{resourceId}/skills

Permissions required


Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r1

Released since

2024 W1 (FSM 16.0)

Deprecated since


Removed since


Tech Tags

 

Business Logic

This API creates a new relationships between a resource and skill.

In case of loaned resource, it check the flag resource.copyCompetencies, that can be retrieve on GET /workforce/resources/r1/resources/{resourceId} :

  • resource.copyCompetencies = true - > the skill will be associated also to the loaned resource record

  • resource.copyCompetencies = false → the skill will be associated only to the master resource record.

Path Parameters

Field

Note

resourceId


Header Parameters

Default. 

Request Body Parameters

Field

Validations

Note

skillId



skillLevelId



 

Response documentation

Response error codes

BASE_0001, RESOURCE_007