Regenerate Consolidated E-way Bill#
Given a Trip sheet number, regenerate the Consolidated e-way bill number.
API Route#
Route
/basic/eway/{flynn-version}/{ewb_provider}/{ewb-api-version}/ewayapi/REGENTRIPSHEET
- active ‘flynn-version’: v2.0
- method: POST
URL Parameters#
Name | Description | Type |
---|---|---|
flynn-version | version of the API for example, v2.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) |
Headers#
All headers are mentioned in common EWB headers
Request#
Body consists of the payload guided by E-way Bill documentation present on this page
Please refer the following request body for reference-
Sample request body
{
"tripSheetNo": 1710001952,
"vehicleNo": "PQR1234",
"fromPlace":"Bengaluru",
"fromState":29,
"transDocNo": "1234",
"transDocDate": "26/04/2018",
"transMode": "1",
"reasonCode":1,
"reasonRem":"Flood"
}
Response#
200
:#
Successful response will have the response in “data” attribute as a String
.
Sample response body
{
"data": "{\"tripSheetNo\":1910008201,\"tripSheetEwayBills\":[{\"ewbNo\":\"141001728022\"},{\"ewbNo\":\"111001728023\"}]}"
}
E-way Bill errors are mentioned under common errors
Notes#
Below URL is deprecated now. Instead of it please use New URL.
/basic/ewb/{flynn-version}/{ewb-api-version}/ewayapi/REGENTRIPSHEET