For the complete documentation index, see llms.txt. This page is also available as Markdown.

Initiate Multi Vehicle Movement

Authentication API for generating

Name
Description

Method Type

Post

Post Parameters (JSON Format)

{ "access_token":"7d62e100206a5d4e6fcc1e992f642110fd5d691b", "userGstin":"05AAAAU8709K1Z7", "eway_bill_number": 341001356780, "reason_code_for_vehicle_updation": "due to break down", "reason_for_vehicle_updation": "vehicle broke down", "place_of_consignor": "Dehradun", "state_of_consignor": "UTTARAKHAND", "place_of_consignee": "Beml Nagar", "state_of_consignee":"KARNATAKA", "mode_of_transport": "road", "total_quantity": "8", "unit_code": "NOS", "data_source":"erp" }

Success Response

{"results": {"message": {"ewbNo": "341001356780","groupNo": "1","createdDate": "14/06/2018 06:13:00 PM","error": false},"status": "Success","code": 200}}

Error Response

{ "results": { "message": "Invalid eway bill number", "status": "No Content", "code": 204 } }

Change Log

New API Added

Last updated