Interne EFA-API
Dokumentation
Inhaltliche Hinweise
Dokumentation
Inhaltliche Hinweise
GitHub
  1. Dokumentation
  • Ortssuche (SF)
    GET
  • Routen an Haltestelle (SL)
    GET
  • Verbindungsabfrage (TRIP2)
    GET
  • Abfahrten/Ankünfte (DM)
    GET
  • Meldungen (ADDINFO)
    GET
  • Systeminformation (SYSTEMINFO)
    GET
  • Haltestellen einer Fahrt (TRIPSTOPTIMES)
    GET
  • Haltestellen-Info (STOPSTRUCTURE)
    GET
  • DMTTP
    GET
  • Verbindung(en) aktualisieren (GETRTFORTRIP)
    POST
  • Verbindung: Datenmodifikation
    POST
  • Schemas
    • Requests/Responses
      • SF
      • SL
      • TRIP2
      • DM
      • ADDINFO
      • GETRTFORTRIP-Single
      • GETRTFORTRIP-Multiple
      • SYSTEMINFO
      • TRIPSTOPTIMES
    • Abstract Objects
      • ProductTypes
      • LocationTypes
      • InfoTypes
    • Journey
    • JourneyLeg
    • FareContainer
    • Ticket
    • Zone
    • TicketValidityCondition
    • DaysOfService
    • LocationAccessContainer
    • LocationStopPointAccess
    • Trip
    • TripHint
    • TripHintProperties
    • ShortInformation
    • InformationProperties
    • InformationAffection
    • Infrastructure
    • PathDescription
    • PathDescriptionProperties
    • LegInterchange
    • LegProperties
    • VehicleAccess
    • VehicleAccessEquipmentContainer
    • VehicleAccessVehicleEquipment
    • FootPathInfo
    • FootPathElement
    • FootPathElementAttributes
    • CoordDistance
    • StopEvent
    • StopEventProperties
    • ServerInfo
    • UntimedLocationProperties
    • TimedLocation
    • UntimedLocation
    • UntimedLocationSearchResult
    • TicketProperties
    • FootpathLocation
    • FootpathLocationProperties
    • ShortTrip
    • Information
    • ShortInformationLink
    • ShortInformationProperties
    • ServingLine
    • KernelInformation
    • SystemMessage
    • ShortLocation
    • TimedLocationProperties
    • Operator
    • TimePeriod
    • TripStopTimeLeg
    • InformationSource
    • InformationLink
    • InformationTimestamps
    • Product
    • InformationContainer
    • TripProperties
Dokumentation
Inhaltliche Hinweise
Dokumentation
Inhaltliche Hinweise
GitHub
  1. Dokumentation

Verbindung: Datenmodifikation

Deprecated
POST
RJSON_MOVETRIP_REQUEST
Last modified:2025-12-16 17:04:25

Wird in Zukunft mit der parameterbasierten Anfrage XML_GETRTFORTRIP_REQUEST ersetzt.#

Request

Body Params application/jsonRequired

Example
{
    "outputFormat": "rapidJSON",
    "version": "10.6.14.22",
    "journeys": [
        {
            "rating": 0,
            "isAdditional": true,
            "interchanges": 2,
            "legs": [
                {
                    "duration": 270,
                    "distance": 18,
                    "isRealtimeControlled": true,
                    "realtimeStatus": [
                        "MONITORED"
                    ],
                    "origin": {
                        "isGlobalId": true,
                        "id": "de:03241:1381:1:1381",
                        "name": "Hannover/Peiner Straße",
                        "disassembledName": "Peiner Straße",
                        "type": "platform",
                        "coord": [
                            52.337509,
                            9.769116
                        ],
                        "niveau": 1,
                        "parent": {
                            "isGlobalId": true,
                            "id": "de:03241:1381",
                            "name": "Hannover/Peiner Straße",
                            "disassembledName": "Peiner Straße",
                            "type": "stop",
                            "parent": {
                                "id": "placeID:3241001:18",
                                "name": "Hannover",
                                "type": "locality"
                            },
                            "properties": {
                                "stopId": "25001381"
                            },
                            "coord": [
                                52.337965,
                                9.768918
                            ],
                            "niveau": 0
                        },
                        "productClasses": [
                            3,
                            5,
                            6
                        ],
                        "departureTimeBaseTimetable": "2025-11-06T20:25:18Z",
                        "departureTimePlanned": "2025-11-06T20:25:18Z",
                        "departureTimeEstimated": "2025-11-06T20:25:18Z",
                        "properties": {
                            "downloads": [
                                {
                                    "type": "RM",
                                    "url": "FILELOAD?Filename=nds_690CFAD71_0ORIG_HannoverPeinerStr.pdf"
                                }
                            ],
                            "AREA_NIVEAU_DIVA": "1",
                            "areaGid": "de:03241:1381:1",
                            "area": "1",
                            "platform": "SB1"
                        }
                    },
                    "destination": {
                        "isGlobalId": true,
                        "id": "de:03241:1441:1:1441",
                        "name": "Hannover/Am Brabrinke",
                        "disassembledName": "Am Brabrinke",
                        "type": "platform",
                        "coord": [
                            52.323582,
                            9.783148
                        ],
                        "niveau": 1,
                        "parent": {
                            "isGlobalId": true,
                            "id": "de:03241:1441",
                            "name": "Hannover/Am Brabrinke",
                            "disassembledName": "Am Brabrinke",
                            "type": "stop",
                            "parent": {
                                "id": "placeID:3241001:18",
                                "name": "Hannover",
                                "type": "locality"
                            },
                            "properties": {
                                "stopId": "25001441"
                            },
                            "coord": [
                                52.32384,
                                9.783103
                            ],
                            "niveau": 0
                        },
                        "productClasses": [
                            3,
                            5,
                            6
                        ],
                        "arrivalTimeBaseTimetable": "2025-11-06T20:29:48Z",
                        "arrivalTimePlanned": "2025-11-06T20:29:48Z",
                        "arrivalTimeEstimated": "2025-11-06T20:29:48Z",
                        "properties": {
                            "AREA_NIVEAU_DIVA": "1",
                            "areaGid": "de:03241:1441:1",
                            "area": "1",
                            "platform": "SB1"
                        }
                    },
                    "transportation": {
                        "id": "gvh:02001: :H:j25

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-12-16 17:04:25
Previous
Verbindung(en) aktualisieren (GETRTFORTRIP)
Next
SF
Built with