HAFAS-WebAPI
  1. Responses
HAFAS-WebAPI
  • LocMatch
    POST
  • StationBoard
    POST
  • Schemas
    • Responses
      • GenericResponseConstructor
      • LocMatchResponse
      • StationBoardResponse
    • Abstract Objects
      • ProductTypes
    • IconReference
    • Color
    • Line
    • LineProperties
    • LocactionProposal
    • Position
    • GlobalId
  1. Responses

GenericResponseConstructor

Jegliche Antworten werden innerhalb dieses Konstruktors ausgegeben (svcResL[]->res)

{
    "graph": {
        "id": "string",
        "index": 0
    },
    "subGraph": {
        "id": "string",
        "index": 0
    },
    "svcResL": [
        {
            "meth": "string",
            "res": "string",
            "err": "string",
            "id": "string"
        }
    ],
    "view": {
        "id": "string",
        "index": 0,
        "type": "string"
    },
    "err": "string",
    "id": "string",
    "lang": "string",
    "ver": "string"
}
Built with