Add a Skill to a Resource
Save a skill to a resource, with optional expiry date. The skill must already exist within BigChange.
Multiple skills can be assigned with the addition of a trailing number to the ‘Skill’ and ‘ExpiryDate’ parameters, i.e. Skill1, ExpiryDate1, Skill2, ExpiryDate2 etc.
Query String Parameters
Name | Type | Description | Note |
---|---|---|---|
Action | String | ResourceSkillSave | Required |
ResourceId | Int | Id of the resource(s). | Required |
Skill | String | Name of the skill(s). | Required |
ExpiryDate | Date | Expiry date of the skill. | Optional |
Response Codes
Code | Message | Information |
---|---|---|
0 | new { ResourceId = br.ResourceId } | |
2 | ResourceId parameter is required | |
2 | Invalid ResourceId | |
2 | Could not locate ResourceId | |
2 | $Format error on {skillExpDate} | |
2 | $Could not locate {skillItem} |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ResourceSkillSave&ResourceId=108131&Skill=New test Attribute&ExpiryDate=2025-10-01
Response Data
{ "Code": 0, "Result": { "ResourceId": 108131 } }