Add Multi Vehicles
Overview
- This API takes in GSTIN of Requester(Tax payer or Transporter) and adds the multi vehicles.
Problem
- The consignment of one e-way bill has to be moved in multiple vehicles, after moving to transshipment place.
Solution
- Use this API to add the multi vehicles details associated with the particular GSTIN.
Endpoint
HTTP Method | Resource |
---|---|
Post |
Path Parameters
Param | Type | Description | Example |
---|---|---|---|
gstin | string | 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
Request Parameters
Body
Param | Type | Description | Example |
---|---|---|---|
ewbNo | num | E-way bill Generated | 131000026768 |
fromPlace | string | Place of Consignor | BANGALORE SOUTH |
fromState | num | State of Consignor | 29 |
reasonCode | num | Reason code for vehicle updation | 2 |
toPlace | num | Reason for Vehicle Updation | Vehicle details updated |
totalQuantity | num | Total Quantity | |
unitCode | string | Unit Code | NOS |
transMode | num | Mode of Transport | 1 |
ewbNo | num | E-way bill Generated | 131000026768 |
fromPlace | string | Place of Consignor | BANGALORE SOUTH |
fromState | num | State of Consignor | 29 |
reasonCode | num | Reason code for vehicle updation | 2 |
toPlace | string | Place of Consinee | BANGALORE SOUTH |
toState | num | State of Consinee | 29 |
reasonRem | string | Reason for Vehicle Updation | Vehicle details updated |
totalQuantity | num | Total Quantity | |
unitCode | string | Unit Code | NOS |
transMode | num | Mode of Transport | 1 |
Response
Param | Type | Description | Example |
---|---|---|---|
ewbNo | num | E-way bill Generated | 131000026768 |
groupNo | num | Group Number | 1 |
vehAddedDate | num | Vehicle Added Date | 05/06/2018 02:08:00 PM |
Updated 2 months ago