The format and details of Extend Validity API request is depicted in following table.
URL |
|
Content-Type |
application/json |
Method |
POST |
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(Taxpayer or Transporter) |
authtoken |
Authentication token returned by the E-way bill system |
Request Payload
Attributes | Description | |
Action | EXTENDVALIDITY | EXTENDVALIDITY |
Encrypt(Base64(Request JSON),sek) |
Extend Validity JSON string. |
Attributes |
Description |
Value |
Status |
Status of request |
1 – Success ; 0 - Error |
Encrypt(Base64(Response JSON),sek) |
Response of Extend Validity Json string. The response will have eway bill number for which validity is extended and date of validity if it is successfully updated Otherwise the response will have error codes. |
Extend Validity Request
“data” JSON corresponds to the data element of Extend Validity Request above
Extend Validity Response
“data” JSON (corresponds to the data element of Extend Validity Response(Success))
JSON(in case of error)
Parameter Name |
Type |
Description |
Values |
Sample Data |
Allowed Character |
---|---|---|---|---|---|
ewbNo |
Number(12) |
E-way bill number |
|
131000026768 |
Numbers |
vehicleNo |
Text(15) |
Vehicle number |
|
KA12TR1234 |
Alpha-numeric |
fromPlace |
Text(50) |
Current place |
|
BANGALORE SOUTH |
Alpha-numeric |
fromState |
Number(2) |
Current State |
Refer Master |
29 |
Numbers |
remainingDistance |
Number |
remainingDistance |
|
50 |
Numbers |
transDocNo |
Alpha-numeric |
transDocNo |
|
TrnDoc123 |
Alpha-numeric |
transDocDate |
Date |
transDocDate |
|
15/03/2019 |
Date |
extnRemarks |
Number |
extnRemarks |
Refer Master |
1 |
Number |
transMode |
Number |
transMode |
Refer Master |
1 |
Number |
extnRsnCode |
Number |
extnRsnCode |
|
1 |
Number |
fromPincode |
Number(6) |
fromPincode |
|
560090 |
Numbers |
consignmentStatus |
string |
consignmentStatus |
|
T |
string |
transitType |
string |
transitType |
|
R |
string |
addressLine1 |
string |
addressLine1 |
|
Bengaluru |
string |
addressLine2 |
string |
addressLine2 |
|
Bengaluru |
string |
addressLine3 |
string |
addressLine3 |
|
Bengaluru |
string |
Content will be updated shortly.