This service aims to receive trip based realization data for our customers, in order to update the actual status of a trip in the Control Tower.
The realisation endpoint enables you to send realisation data for a specific trip
The post message has been successfully processed
The request was invalid or cannot be otherwise served. Possible causes are invalid XML or missing required parameters. An accompanying error message will explain further.
Authentication credentials were missing or incorrect.
The request is understood, but it has been refused or access is not allowed. An accompanying error message will explain why.
The URI requested is invalid or the resource requested does not exists. Also returned when the requested format is not supported by the requested method.
<?xml version="1.0" encoding="utf-8"?> <realisation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.simacan.com/schemas/rct/transporter/v2/realisation"> <tripRealisation xmlns=""> <tripId>123456</tripId> <timestamp>2020-12-31T14:13:22.11823+01:00</timestamp> <heading>180</heading> <speed>75</speed> <x>4.89145</x> <y>52.37376</y> </tripRealisation> </realisation>
Successfully received {messages.length} updates