Last Update: 2024-03-21
<eventrefuse id="" customerid="">
<address key="Email"></address>
<sendmail>1</sendmail>
</eventrefuse>Multiple event (all dates)
<eventrefuse id="" customerid="">
<address key="Email"></address>
<sendmail>1</sendmail>
<dates>all</dates>
</eventrefuse>Multiple event (specific dates)
<eventrefuse id="" customerid="">
<address key="Email"></address>
<sendmail>1</sendmail>
<dates>
<date id="" />
...
</dates>
</eventrefuse>
| Element | Format | Description |
|---|---|---|
eventsubscribe["id"] |
varchar(30) | ID of event |
↳ address |
Add recipient from an existing address | |
↳ @key |
varchar | Key-field by which the address is specified |
↳ sendmail |
1|0 | Send confirmation mail(s) if definied |
↳ dates |
Only for multiple events. List of dates where the address should be subscribed or "all" as value to refuse from all dates | |
↳ @date |
Date | |
↳ @id |
ID of date |
<data>
<date id="1" code="7200">Ok</date>
...
</data>
| Code | Description |
|---|---|
| 2000 | Ok |
| 7251 | Error: cannot refuse from current subsription status |
| 7252 | Error: outdated |
| Element | Format | Description |
|---|---|---|
date |
Success or error message for a date | |
↳ @id |
ID of date | |
↳ @code |
Success or error code 7250 ... Ok 7251 ... Error: cannot refuse from current subsription status 7252 ... Error: outdated |