Versions Compared

Key

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

...

Code Block
languagejson
{
  "data": {
    "reservations": [
      {
        "id": "4da5bea2-337d-44ac-97c8-bcee546e5459",
        "attributes": {
          "status": "RETURNED",
          "createdAt": "2023-06-14T08:57:14.71Z",
          "expirationDate": "2023-06-16T05:00:00Z",
          "startReservationDate": "2023-06-14T09:02:00Z",
          "packages": [
            {
              "depth": 16.5,
              "height": 7,
              "width": 13.5,
              "barcode": "NB0235067241M",
              "packageState": "TAKEN_OUT_BY_SHIPPER"
            }
          ],
          "paymentData": null,
          "pin": "",
          "type": "TIME"
        },
        "relationships": {
          "box": {
            "id": 2677,
            "pid": "70305"
          }
        }
      }
    ]
  },
  "metadata": null,
  "errors": null
}

API specification diff:

TBD Specs PR