POST api/v1/staffskills/{staffId}/{skillLevelId}/{isPrimarySkill}
Add a skill to a staff member
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staffId | integer |
Required |
|
| skillLevelId | integer |
Required |
|
| isPrimarySkill | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfStaffSkillModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfStaffSkillModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": {
"StaffId": 1,
"SkillLevelId": 2,
"IsPrimarySkill": true,
"AppChanged": "sample string 4",
"UserChanged": "sample string 5",
"Version": "QEA=",
"Rowguid": "9c0c086e-64c1-46c8-a564-3ca1cdb52eca",
"DateChanged": "2026-01-02T19:49:34.4926027-06:00",
"SkillLevelName": "sample string 7"
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}