v1
latestOpenAPI 3.0.12026-07-263591116.9 KBEwayBill
Create Eway Bill
post/v2/ewaybill/{doc_hash_id}
Path parameters
doc_hash_idstring required
The hash id of the document
Request body
Example request
{
"supply_type": "Outward",
"sub_supply_type": "Supply",
"transporter_doc_date": "05-03-2025",
"dispatch_from": {
"addr_id": -1,
"address_line1": "123 Street",
"address_line2": "Apt 4B",
"city": "City Name",
"state": "State Name",
"country": "Country Name",
"pincode": "123456"
},
"dispatch_to": {
"addr_id": -1,
"address_line1": "123 Street",
"address_line2": "Apt 4B",
"city": "City Name",
"state": "State Name",
"country": "Country Name",
"pincode": "123456"
},
"vehicle_type": "Regular",
"transaction_type": "Regular",
"transport_mode": "Road",
"ship_to_gstin": "29ABCDE1234F1Z5",
"sub_supply_type_description": "Supply of goods",
"transporter_id": "123456",
"transporter_name": "Transporter Name",
"vehicle_number": "KA01AB1234",
"transporter_doc_number": "123456"
}Response
Success
Example response
{
"success": true,
"message": "Eway Bill created successfully"
}