Service
https://api.timewax.com/resource/skilllevel/add/
Goal
Adding a skill to a resource
Request
The following xml structure must be provided:
<request>
<token></token>
<resource></resource>
<item>
<skill></skill>
<level></level>
<date></date>
<endDate></endDate>
</item>
</request>
Parameter | Description | Required |
---|---|---|
token | Token for this request | Yes |
resource | The resource code, name or email | yes |
item/skill | Code or name | Yes |
item/level | Code or name | Yes |
item/date | Start date, Format: yyyymmdd | Yes |
item/endDate | End date, Format: yyyymmdd | 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