Extend E-way Bill Validity#
Extend E-way Bill API is used to extend the validity of a generated E-way Bill.
API Route#
Route
/basic/eway/{flynn-version}/{ewb_provider}/{ewb-api-version}/ewayapi/EXTENDVALIDITY
- 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
{
"ewbNo": 161000843009,
"vehicleNo": "PQR1234",
"fromPlace":"Bengaluru",
"fromState":"29",
"remainingDistance":50,
"transDocNo": "1234",
"transDocDate":"12/10/2017",
"transMode":"5",
"extnRsnCode":1,
"extnRemarks":"Flood",
"fromPincode":560090,
"consignmentStatus":"T",
"transitType":"R",
"addressLine1":"Bengaluru",
"addressLine2":"Bengaluru",
"addressLine3":"Bengaluru"
}
Response#
200
:#
Successful response will have the cancelled E-way bill entry in “data” attribute as a String
.
Sample response body
{
"data": "{\"ewayBillNo\":\"161000843009\",\"updatedDate\":\"26/04/2018 05:07:00 PM\",\"validUpto\":\"21/05/2018 23:59:00 PM\"}"
}
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/EXTENDVALIDITY