This tool allows you to submit and cancel blocking resources via another application.
You can find the tool in your backend under the menu item "Administration" "URL and API" "Tracking and Portals".
Portal ID / Portal Token:
Create an agency account for the external system in your Travelmanager backend.
Under Portal ID please enter the customer number of this agency.
The portal token is displayed automatically, this is to be treated like a password and must not be disclosed to unauthorized third parties.
You can provide this tool to external developers without login.
https://ihraccount.de/run_channelmanager.php?portal=XXX&token=YYYY
Under "Stations and resources" you can query the available stations, resources and types.
URL Stations:
https://ihraccount.de/api?call=locations&token= YYYY
URL Resources:
https://ihraccount.de/api?call=ressources&token= YYYY
URL type / category of booking:
https://ihraccount.de/api?call=purp&token= YYYY
You will get the result as JSON:
Create request:
GET URL of the request:
https://ihraccount.de/api?call=place&token=YYYY&portal=XXX&station_id=1&typ_id=2&ressource_id=5&start=2022-08-29T15:00&stop=2022-08-29T18:00&remarks=Lorem%20ipsum%20dolor%20sit%20amet%2C%20consetetur%20sadipscing%20elitr
As a result, you will receive the operation number:
Cancel:
https://ihraccount.de/api?call=cancel&token=YYYY&portal=XXXX&vorgang_nr=10925&remarks=Lorem%20ipsum%20dolor%20sit%20amet%2C%20consetetur%20sadipscing%20elitr
Result: