Service
https://api.timewax.com/company/contactpersons/remove/
Goal
Remove an existing contact persons from a company
Request
The following xml structure must be provided:
<request>
<token></token>
<company></company>
<contactPerson></contactPerson>
</request>
Parameter | Description | Required |
---|---|---|
token | Token for this request | yes |
company | Code or name of the company | yes |
contactPerson | Name contact person to remove | yes |
The following xml structure is received after an successful execution:
<response>
<valid>yes</valid>
</response>
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 |
errors | Reason why the service has executed unsuccessfully |
Opmerkingen