Versions Compared

Key

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

...

  • reservation identification (string)

  • new reservation status (string, one of possible states, see API documentation)

  • reservation change datetime (datetime in UTC)

We can terminate sending process in case of

  • a lot of timeouts

  • long request processing

Callback payload example

Code Block
{
    "reservationId": "91fcb674-bfbc-4f88-9bef-9651874e8126",
    "status": "PICKED_UP",
    "changeTime": "2021-10-20T08:31:58.113Z"
}

...