Get Consolidated e-way bill Details#
By using this API, you can get the Consolidated EWB Details for a Trip sheet Number.
API Route#
Route
/basic/eway/{flynn-version}/{ewb_provider}/{ewb-api-version}/ewayapi/GetTripSheet?tripSheetNo={trip-sheet-number}
- active ‘flynn-version’: v3.0
- method: GET
URL Parameters#
Name | Description | Type |
---|---|---|
flynn-version | version of the API for example, v3.0 |
string |
ewb-api-version | E-invoice API version for example, v1.03 |
string |
ewb_provider | Eway bill provider for example, ew1 |
enum(ew1, ew2) |
QUERY Parameters#
Name | Description | Type |
---|---|---|
tripSheetNo | consolidated ewb(trip-sheet) number | string |
Headers#
All headers are mentioned in common EWB headers
Response#
200
:#
Sample Response Body
{
"status": "1",
"data": {
"tripSheetNo": 1910009882,
"fromPlace": "BANGALORE SOUTH",
"fromState": "29",
"vehicleNo": "TS08EL5627",
"transMode": "1 ",
"transDocNo": "1234",
"transDocDate": "17/06/2021",
"userGstin": "29AAACW4202F1ZM",
"enteredDate": "21/06/2021 03:59:00 PM",
"status": "CNL",
"tripSheetEwbBills": [
{
"ewbNo": 171001812098,
"ewbDate": "21/06/2021 03:50:00 PM",
"userGstin": "29AAACW4202F1ZM",
"docNo": "RAMEWB17062106",
"docDate": "17/06/2021",
"fromGstin": "29AAACW4202F1ZM",
"fromTradeName": "",
"toGstin": "29AEKPV7203E1Z9",
"toTradeName": "",
"totInvValue": 118000,
"status": "ACT",
"validUpto": "22/06/2021 11:59:00 PM",
"toPlace": null,
"toPincode": null,
"actToStateCode": null
},
{
"ewbNo": 161001812095,
"ewbDate": "21/06/2021 03:42:00 PM",
"userGstin": "29AAACW4202F1ZM",
"docNo": "RAMEWB17062105",
"docDate": "17/06/2021",
"fromGstin": "29AAACW4202F1ZM",
"fromTradeName": "",
"toGstin": "29AEKPV7203E1Z9",
"toTradeName": "",
"totInvValue": 118000,
"status": "ACT",
"validUpto": "22/06/2021 11:59:00 PM",
"toPlace": null,
"toPincode": null,
"actToStateCode": null
},
{
"ewbNo": 141001812099,
"ewbDate": "21/06/2021 03:51:00 PM",
"userGstin": "29AAACW4202F1ZM",
"docNo": "RAMEWB17062107",
"docDate": "17/06/2021",
"fromGstin": "29AAACW4202F1ZM",
"fromTradeName": "",
"toGstin": "29AEKPV7203E1Z9",
"toTradeName": "",
"totInvValue": 118000,
"status": "ACT",
"validUpto": "22/06/2021 11:59:00 PM",
"toPlace": null,
"toPincode": null,
"actToStateCode": null
}
]
},
"error": null,
"info": null,
"additionalInfo": null,
"alert": null
}
E-way Bill errors are mentioned under Common Errors for v3.0 API
Notes#
Below URL is deprecated now. Instead of it please use New URL.
/basic/ewb/{flynn-version}/{ewb-api-version}/ewayapi/GetTripSheet?tripSheetNo={trip-sheet-number}