Versions Compared

Key

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

...

JSON POST Request

Code Block
{
  "ids": [09144874]
}

JSON Response

Code Block
languagejson
[
    {
        "personId": 91338749144874,
        "reservationIds": [
            3,
            2,
            1
        ]
    }
]

...