Extend Eway Bill Validity

Authentication API for generating

NameDescription

URL

Method Type

Post

Post Parameters (JSON Format)

{ "access_token":"125a27d569ffadf2e4f1bf781ac5ffee0c928de2", "userGstin":"05AAAAU8709K1Z7", "eway_bill_number": 391001769446, "vehicle_number": "PVC1234", "place_of_consignor":"Haridwar", "state_of_consignor":"UTTARAKHAND", "remaining_distance":50, "transporter_document_number": "201301 ", "transporter_document_date": "30/04/2019", "mode_of_transport": "road", "extend_validity_reason":"Natural Calamity", "extend_remarks":"Flood", "from_pincode":248001, "consignment_status":"M", "transit_type":"Road", "address_line1":"Dehradun", "address_line2":"Dehradun", "address_line3":"Dehradun" }

Success Response

{

"results": { "message": { "ewayBillNo": "301001071203", "updatedDate": "19/05/2018 09:20:00 PM", "validUpto": "20/05/2018 11:59:00 PM", "error": false }, "status": "Success", "code": 200

}

}

Error Response

{

"results": { "message": "You Cannot Extend as EWB can be Extended only 8 hour before or after w.r.t Validity of EWB..!!", "status": "No Content", "code": 204

}

}

Change Log

New API Added

Last updated