Destinations Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Destination array of Destination

Example

{
  "Destination" : [ {
    "DestinationRef" : {
      "value" : "..."
    },
    "PlaceName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "DirectionRef" : {
      "value" : "..."
    }
  }, {
    "DestinationRef" : {
      "value" : "..."
    },
    "PlaceName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "DirectionRef" : {
      "value" : "..."
    }
  } ]
}