Service
https://api.timewax.com/resource/organisationalunit/edit/
Goal
Editing the organisational units start date for a resource
Request
The following xml structure must be provided:
<request>
<token></token>
<resource></resource>
<organisationalUnit></organisationalUnit>
<date></date>
<item>
<date></date>
</item>
</request>
Parameter | Description | Required |
---|---|---|
token | Token for this request | Yes |
resource | The resource code, name or email | yes |
organisationalUnit | Code or name | Yes |
date | Start date, Format: yyyymmdd or yyyy-mm-dd | Yes |
item/date | Start date, Format: yyyymmdd or yyyy-mm-dd | Yes |
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 |
Comments