Versions Compared

Key

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

...

Tip

Status code 200 - Get Trip Event Details for the given time range

Code Block
languagejson
{
  "success": true,
  "data": [
    {
      "id": 1891651,
      "created_at": 1582722616,
      "feed_unique_id": "8257255263",
      "event_list": [
        "SalesOrder",
        "DeliveryOrder",
        "Shipment",
        "PackingCall",
        "GateIn",
        "GateOut",
        "TareWeight",
        "GrossWeight",
        "YardIn",
        "Loading",
        "Yard Out",
        "DoPublish",
        "DOApproval",
        "VcleTag",
        "EWB",
        "BillPayment",
        "POD"
      ]
    }
  ]
}

Warning

Status code 401 - Bad Request - Auth failure

Code Block
languagejson
"UnAuthorized"

Warning

Status code 422 - Resource not found

Code Block
languagejson
{
  "success": false,
  "message": []
}

...