Update E-way Bill Part B#
This API is Deprecated. Please use VERSION TWO OH (v2.0)
Update Part-B API updates the transporter details for already generated E-way Bill.
API Route#
Route
/basic/eway/{flynn-version}/{ewb_provider}/{ewb-api-version}/update-part-b
- active ‘flynn-version’: v1.0
- method: POST
URL Parameters#
Name | Description | Type |
---|---|---|
flynn-version | version of the API for example, v1.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": 111000609282,
"vehicleNo": "PQR1234",
"fromPlace": "BANGALORE",
"fromState": 29,
"reasonCode": "1",
"reasonRem": "vehicle broke down",
"transDocNo ": "1234 ",
"transDocDate ": "12/10/2017 ",
"transMode": "1",
"vehicleType": "R"
}
Response#
200
:#
Successful response will have the response in “data” attribute as a String
.
Sample response body
{
"data": "{\"vehUpdDate\":\"31/07/2020 06:26:00 AM\",\"validUpto\":\"01/08/2020 11:59:00 AM\"}"
}
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}/update-part-b