Change Multi Vehicles

Sandbox API that changes the multi-vehicle details for a particular GSTIN

Pricing Documentation

Overview

This API takes in the GSTIN of the Requester(Taxpayer or Transporter) and helps in changing the multi-vehicle details.

Endpoint

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

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 bill number1310000267

Request Parameters

Body

ParamTypeDescriptionExample
ewbNonumE-way bill Generated131000026768
fromPlacestringPlace of ConsignorBANGALORE SOUTH
fromStatenumState of Consignor29
reasonCodenumReason code for vehicle updation2
toPlacenumReason for Vehicle UpdationVehicle details updated
totalQuantitynumTotal Quantity
unitCodestringUnit CodeNOS
transModenumMode of Transport1
ewbNonumE-way bill Generated131000026768
fromPlacestringPlace of ConsignorBANGALORE SOUTH
fromStatenumState of Consignor29
reasonCodenumReason code for vehicle updation2
toPlacestringPlace of ConsineeBANGALORE SOUTH
toStatenumState of Consinee29
reasonRemstringReason for Vehicle UpdationVehicle details updated
totalQuantitynumTotal Quantity
unitCodestringUnit CodeNOS
transModenumMode of Transport1

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/1310000267/multi-vehicle/change \
     --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": 171002233847,
  "groupNo": 1,
  "oldvehicleNo": "PQR1234",
  "newVehicleNo": " PQR1234",
  "oldTranNo": "ABC123",
  "newTranNo": "PQR123",
  "fromPlace": "Lucknow",
  "fromState": 9,
  "reasonCode": "1",
  "reasonRem": "vehicle broke down"
}
'

Response

ParamTypeDescriptionExample
ewbNonumE-way bill Generated131000026768
groupNonumGroup Number1
createdDatenumDate of Creation05/06/2018 02:04: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