Versions Compared

Key

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

...

Code Block
curl --location 'http://speedextransSpeedExTrans.com/api/relencelrdetails/ProcessTracking' \
--header 'Content-Type: application/json' \
--data ' {
    "trackdetail": [
      {
        "userCode": "R01774",
        "Password": "R01774",
        "lrNo": "6019650"
      }
    ]13086451"
  }'

Sample Response Success :

Code Block
{
    "lrNotrackingevent": "6019650",[
        {
"statusCode": "4",     "booked": "07/09/2024",     "bookedRemarkeventAt": "\r\n",2024-11-08T00:00:00.000",
            "message": " Booked",
            "args": [
                "LBRD WH-Branch"
            ],
            "status": "Booking Accepted"
        },
        {
            "eventAt": "2024-11-08T07:26:00.000",
            "message": " ",
            "args": [
                "LBRD WH-Branch"
            ],
            "status": "In Transit"
        },
        {
            "eventAt": "2024-11-09T08:25:00.000",
            "message": "",
            "args": [
                "Hyderabad"
            ],
            "status": "Reached Branch"
        },
        {
            "eventAt": "2024-11-15T11:30:00.000",
            "message": "Po and Da issues",
            "args": [
                "Hyderabad"
            ],
            "status": "Un Delivered"
        },
        {
            "eventAt": "2024-11-15T11:30:00.000",
            "message": " ",
            "args": [
                "Hyderabad"
            ],
            "status": "Out for Delivered"
        },
        {
            "eventAt": "2024-11-08T00:00:00.000",
            "message": "REBOOKED. 3871129",
            "args": [
                "Hyderabad"
            ],
            "status": "Holded"
        },
        {
            "outwardeventAt": "08/09/2024",2024-11-09T00:00:00.000",
            "outwardRemarkmessage": "\r\nH00001",
            "reachedatbranchargs": "08/09/2024",[
          "reachedatbranchRemark": "",     "outfordeliveryHyderabad":
null,     "outfordeliveryRemark": null,     "delivered": "08/09/2024" ],
    "deliveredRemark":  " ",     "undeliveredstatus": null,"Un Delivered"
      "undeliveredReson": null, }
   "speedmessage": null]
}

Sample Response Failure :

...