Add or Update a Resource Skill or Asset Attribute
This allows the addition of a new resource skill or asset attribute, or the updating of an existing skill or attribute.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | AttributeSave | Required |
AttributeId | Int | Id of the attribute to update | Required, when updating |
AttributeType | Int | The type of attribute to update/create | Required |
AttributeName | String | The name of the attribute to create | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=AttributeSave&AttributeType=1&AttributeName=New test Attribute
Response Data
{ "Code": 0, "Result": { "AttributeId": 83724 } }