Get the sponsorship data of a single object |
GET |
priref |
Int |
Primary-Key of the collect object |
Sponsorship |
|
Add a sponsorship to a collect object by starting date and returns the computed termination date
|
POST |
priref |
Int |
Primary-Key of the collect object |
DateTime |
|
sponsor (NULL) |
String |
Name of the sponsor. If ommited, it's treated as reservation |
starting_date |
Date |
Date when the sponsorship starts. Termination date will be computed automatically. |
Update a sponsorship to a collect object. Only possible for sponsorship reservation with empty sponsor name. |
POST |
priref |
Int |
Primary-Key of the collect object |
HttpResponseMessage |
|
sponsor |
String |
Name of the sponsor |
termination_date |
Date |
Termination date of sponsorship |
Delte a sponsorship reservation to a collect object. Can only be executed if the sponsor is empty |
DELETE |
priref |
Int |
Primary-Key of the collect object |
HttpResponseMessage |
|
termination_date |
Date |
Termination date of sponsorship |
Get the hole list of sponsorship objects order by sponsorship terminating date |
GET |
--- |
--- |
--- |
List[Sponsorship] |
|
Get all highlight object prirefs of an exhibition |
GET |
priref |
Int |
Primary-Key of exhibition |
List[Int] |
https://webapi.tmw.at/adlib/exhibition-highlight?priref=2140
|
Get a list of scopes from sponsorship objects |
GET |
--- |
--- |
--- |
List[Scope] |
https://webapi.tmw.at/adlib/collect-sponsorship-scope
|