Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The value :sourceName inside the API call must be adopted to your custom source name.
The source name must be in lowercase .(wrong: EM2008, correct; em2008)

Request Body:

Code Block
{
    "id": "EM2008-31GERESP",
    "name": "EM 2008 - Final",
    "data": {
        "Opponents": "Germany - Spain",
        "KickOff": "2008-06-29T20:45:00",
        "Result": "0:1",
        "Venue": "Ernst-Happel-Stadion, Vienna",
        "Weather": "Sunny, 27 °C (81 °F), 4% humidity",
        "Referee": "Roberto Rosetti (ITA)",
        "Latitude": "48.207208",
        "Longitude" : "16.420985"
    }
}

Excerpt: this request body will create a basic entry.

...