Versions Compared

Key

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

...

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

Extended version of callback payload

You need this type of callback if you implement back flow

Code Block
{
  "reservationId": "hMg8VDP8oldBNVgAOBvH",
  "status": "RETURNING",
  "changeTime": "2022-12-30T13:00:32.42Z",
  "flowType": "INLET",
  "barcodes": ["7032102989999912"],
  "docNumber": "hMg8VDP8oldBNVgAOBvH"
}