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

LocMatchResponse

{
    "common": {
        "icoL": [
            {
                "bg": {
                    "b": 0,
                    "g": 0,
                    "r": 0
                },
                "fg": {
                    "b": 0,
                    "g": 0,
                    "r": 0
                },
                "res": "string"
            }
        ],
        "prodL": [
            {
                "prodCtx": {
                    "catCode": "string",
                    "catIn": "string",
                    "catOut": "string",
                    "catOutL": "string",
                    "catOutS": "string",
                    "line": "string",
                    "lineId": "string",
                    "name": "string"
                },
                "cls": 0,
                "icoX": 0,
                "name": "string",
                "nameS": "string"
            }
        ]
    },
    "match": {
        "locL": [
            {
                "countryCodeL": [
                    "string"
                ],
                "crd": {
                    "floor": 0,
                    "x": 0,
                    "y": 0
                },
                "globalIdL": [
                    {
                        "id": "string",
                        "type": "string"
                    }
                ],
                "pRefL": [
                    0
                ],
                "TZOffset": 0,
                "chgTime": "string",
                "extId": "string",
                "icoX": 0,
                "lid": "string",
                "name": "string",
                "pCls": 0,
                "state": "string",
                "type": "string",
                "wt": 0,
                "meta": true,
                "isMainMast": true
            }
        ],
        "field": "string",
        "state": "string"
    }
}
Built with