Overview

This method provides the Consolidated E-way bill details for a given E-way bill number.

The format and details of GetTripSheet API request is depicted in following table.

URL

<URL>/ewayapi/GetTripSheet

Content-Type

application/json

Method

GET

URL Parameters

tripSheetNo

URL Parameter Description

tripSheetNo – Consolidated E-way bill number

Request Payload

Request Header

Attributes Description

client-id

clientid to be provided by E-WAY BILL SYSTEM

client-secret

Secret to be provided by E-WAY BILL SYSTEM

Gstin

GSTIN of Requester(Tax payer or Transporter)

authtoken

Authentication token returned by the E-way bill system

Response Payload

Attributes Description Value
Status Status of request 1 – Success ; 0 - Error

Encrypt(Base64(Response JSON),rek)

Response of Consolidated E-way bill Json string.

Encrypt(rek,sek)

Random encryption key which is encrypted using sek

Hmac ( Base64(JSON data ))

HMAC-SHA256 of Base64 data using AES key (rek) as HMAC Key

Sample Response Json for GetTripSheet (Consolidated E-way Bill)

{
  "tripSheetNo": 1610005711,
  "fromPlace": "TYH",
  "fromState": "29",
  "vehicleNo": "KA12ER4344",
  "transMode": "1 ",
  "userGstin": "29BQSPA3829E1ZG",
  "enteredDate": "12/12/2018 11:50:00 AM",
  "transDocNo":"897",
  "transDocDate":"17/12/2017",
  "tripSheetEwbBills": [
  {

    "ewbNo": 131009585893,
    "ewbDate": "10/12/2017 10:45:00 AM",
    "userGstin": "29BQSPA3829E1ZG",
    "docNo": "1012 ",
    "docDate": "10/12/2017 ",
    "assessValue":38,
    "cgstValue":0,
    "sgstValue":0,
    "igstValue": 0,
     "cessValue": 0,
    "validUpto":0
  },
  {
    "ewbNo": 141009586518,
    "ewbDate": "10/12/2017 10:45:00 AM ",
    "userGstin": "29BQSPA3829E1ZG",
    "docNo": "doc45",
    "docDate": "13/12/2017",
    "assessValue":38,
    "cgstValue":0,
    "sgstValue":0,
    "igstValue": 0,
     "cessValue": 0,
    "validUpto":"21/09/2017 12.00:00 PM"
    }
  ]
}