Update Vehicle Details (Part B)

Sandbox API to update the Vehicle details(Part B) in E-Way Bill.

Pricing Documentation

Overview

This API takes in the GSTIN of the Requester(Taxpayer or Transporter) and updates the Vehicle details(Part B) in E-Way Bill.

Endpoint

HTTP MethodResource
Post/ewb/tax-payer/seller/bills/{ewb_no}/update/vehicle

API Endpoint Contact Us  Free Trial

Request

Follow the below guidelines to pass GSTIN in path parameters to call the API.

Headers

ParamTypeDescriptionExample
x-api-keystringAn API key is a public key to identify users when calling any Sandbox API.key_live_ZUQT5UEf4......
AuthorizationstringJWT Authorization token which is generated using E-Way Bill Authentication API.eyJhsebihGyUf......

Path Parameters

ParamTypeDescriptionExample
ewb_nostringE-Way billl number131000026768

Body Parameters

ParamTypeDescriptionExamples
ewbNonumE-way bill Generated131000026768
vehicleNostringVehicle numberKA12TR1234
fromPlacestringPlace of ConsignorBANGALORE SOUTH
fromStatenumState of Consignor
Possible value -
1 : JAMMU AND KASHMIR
2 : HIMACHAL PRADESH
3 : PUNJAB
4 : CHANDIGARH
5 : UTTARAKHAND
6 : HARYANA
7 : DELHI
8 : RAJASTHAN
9 : UTTAR PRADESH
10 : BIHAR
11 : SIKKIM
12 : ARUNACHAL PRADESH
13 : NAGALAND
14 : MANIPUR
15 : MIZORAM
16 : TRIPURA
17 : MEGHALAYA
18 : ASSAM
19 : WEST BENGAL
20 : JHARKHAND
21 : ORRISA
22 : CHATTISGARH
23 : MADHYA PRADESH
24 : GUJARAT
26 : DADAR AND NAGAR HAVELI & DAMAN AND DIU
27 : MAHARASHTRA
29 : KARNATAKA
30 : GOA
31 : LAKSHADWEEP
32 : KERELA
33 : TAMIL NADU
34 : PUDUCHERRY
35 : ANDAMAN AND NICOBAR
36 : TELENGANA
37 : ANDHRA PRADESH
38 : LADAKH
97 : OTHER TERRITORY
99 : OTHER COUNTRY
29
reasonCodenumReason code for vehicle updation
Possible value -
1 : Due to Break Down
2 : Due to Transshipment
3 : Others (Pls. Specify)
4 : First Time
2
reasonRemstringReason for Vehicle UpdationVehicle details updated
transDocNostringTransporter Document number12-86/3
transDocDatestringTransporter Document Date12/09/2017
transModenumMode of Transport
Possible value -
1 : Road
2 : Rail
3 : Air
4 : Ship
5 : inTransit
1
vehicleTypecharType of Vehicle
Possible value -
R : Regular
O : ODC(Over Dimensional Cargo)
R

Once the values are added, Your curl will look something like this

curl --request POST \
     --url https://api.sandbox.co.in/ewb/tax-payer/seller/bills/131000026768/update/vehicle \
     --header 'Authorization: xxxxxxxxxx' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'x-api-key: xxxxxxxxxx' \
     --header 'x-api-version: 1.0' \
     --data '
{
  "ewbNo": 131002233704,
  "vehicleNo": "PQR1234",
  "fromPlace": "BANGALORE",
  "fromState": 29,
  "reasonCode": "1",
  "reasonRem": "vehicle broke down",
  "transDocNo ": "1234 ",
  "transDocDate ": "12/10/2017 ",
  "transMode": "1",
  "vehicleType": "R"
}
'

Response

ParamTypeDescriptionExamples
VehUpdDatenumVehicle updated date15/12/2017 10:56:00 AM
validUptonumVehicle number valid upto17/09/2017 12.00:00 PM

Response Caching

Response caching is not available for this API. Learn more about our response caching mechanism here

Wallet Charges

Since Generate E-Way Bill is a Paid API, a wallet charge of INR 0.25 + GST will take place..

Versioning

This API is currently in major version 1.0. Refer to our versioning policies here