Service
https://api.timewax.com/skill/level/add/
Goal
Adding a level to a skill
Request
The following xml structure must be provided:
<request>
<token></token>
<skill></skill>
<item>
<code></code>
<name></name>
<description></description>
</item>
</request>
Parameter | Description | Required |
---|---|---|
token | Token for this request | Yes |
Skill | The code of the skill | yes |
item/code | The code of the skill | Yes |
item/name | The name of the skill | Yes |
item/description | The description of the skill | No |
The following xml structure is received after an successful execution:
Parameter | Description |
---|---|
valid | Indication that service was executed successfully |
The following xml structure is received after an incorrect execution:
<response>
<valid>no</valid>
<errors>no</errors>
</response>
Parameter | Description |
---|---|
valid | Indication that service was not executed successfully |
error | Reason why the service has executed unsuccessfully |
Opmerkingen