Skip to main content

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

NameTypeDescriptionNote
ActionStringResourceSkillSaveRequired
ResourceIdIntId of the resource(s).Required
SkillStringName of the skill(s).Required
ExpiryDateDateExpiry date of the skill.Optional

Response Codes

CodeMessageInformation
0new { ResourceId = br.ResourceId }
2ResourceId parameter is required
2Invalid ResourceId
2Could not locate ResourceId
2$Format error on {skillExpDate}
2$Could not locate {skillItem}

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=ResourceSkillSave&ResourceId=108131&Skill=New test Attribute&ExpiryDate=2025-10-01