Generate E-Way Bills in Bulk (Max Limit 1000)

Authentication API for generating

NameDescription

URL

Method Type

Post

Post Parameters (JSON Format)

{ "access_token":"108e58a10c5fcde6b3ff77af946757b37ec29b94", "ewayBillList":[{ "userGstin":"05AAAAZ1723G1ZR", "supply_type":"outward", "sub_supply_type":"Others", "sub_supply_description":"sales from other country", "document_type":"tax invoice", "document_number":"123-8", "document_date":"10/05/2018", "gstin_of_consignor":"05AAAAZ2166M1Z7", "legal_name_of_consignor":"welton", "address1_of_consignor":"2ND CROSS NO 59 19 A", "address2_of_consignor":"GROUND FLOOR OSBORNE ROAD", "place_of_consignor":"Dehradun", "pincode_of_consignor":248001, "state_of_consignor":"UTTARAKHAND", "actual_from_state_name":"UTTARAKHAND", "gstin_of_consignee":"02EHFPS5910D2Z0", "legal_name_of_consignee":"sthuthya", "address1_of_consignee":"Shree Nilaya", "address2_of_consignee":"Dasarahosahalli", "place_of_consignee":"Beml Nagar", "pincode_of_consignee":689788, "state_of_supply":"ANDHRA PRADESH", "actual_to_state_name":"KARNATAKA", "total_invoice_value":5609889, "taxable_amount":5609889, "cgst_amount":0, "sgst_amount":0, "igst_amount":168296.67, "cess_amount":224395.56, "transporter_id":"", "transporter_name":"", "transporter_document_number":"", "transporter_document_date":"", "transportation_mode":"road", "transportation_distance":"656", "vehicle_number":"PVC1234", "vehicle_type":"Regular", "generate_status":1, "data_source":"erp", "user_ref":"1232435466sdsf234", "location_code":"XYZ", "eway_bill_status":"ABC", "auto_print":"Y", "itemList": [{ "product_name":"Wheat", "product_description":"Wheat", "hsn_code":1001, "quantity":4, "unit_of_product":"BOX", "cgst_rate":0, "sgst_rate":0, "igst_rate":3, "cess_rate":4, "cessAdvol":0, "taxable_amount":5609889 }, { "product_name":"Wheat", "product_description":"Wheat", "hsn_code":1001, "quantity":4, "unit_of_product":"BOX", "cgst_rate":0, "sgst_rate":0, "igst_rate":3, "cess_rate":4, "cessAdvol":0, "taxable_amount":5609889 } ] }, { "userGstin":"05AAAAZ1723G1ZR", "supply_type":"outward", "sub_supply_type":"Others", "sub_supply_description":"sales from other country", "document_type":"tax invoice", "document_number":"123-8", "document_date":"10/05/2018", "gstin_of_consignor":"05AAAAZ2166M1Z7", "legal_name_of_consignor":"welton", "address1_of_consignor":"2ND CROSS NO 59 19 A", "address2_of_consignor":"GROUND FLOOR OSBORNE ROAD", "place_of_consignor":"Dehradun", "pincode_of_consignor":248001, "state_of_consignor":"UTTARAKHAND", "actual_from_state_name":"UTTARAKHAND", "gstin_of_consignee":"02EHFPS5910D2Z0", "legal_name_of_consignee":"sthuthya", "address1_of_consignee":"Shree Nilaya", "address2_of_consignee":"Dasarahosahalli", "place_of_consignee":"Beml Nagar", "pincode_of_consignee":689788, "state_of_supply":"ANDHRA PRADESH", "actual_to_state_name":"KARNATAKA", "total_invoice_value":5609889, "taxable_amount":5609889, "cgst_amount":0, "sgst_amount":0, "igst_amount":168296.67, "cess_amount":224395.56, "transporter_id":"", "transporter_name":"", "transporter_document_number":"", "transporter_document_date":"", "transportation_mode":"road", "transportation_distance":"656", "vehicle_number":"PVC1234", "vehicle_type":"Regular", "generate_status":1, "data_source":"erp", "user_ref":"1232435466sdsf234", "location_code":"XYZ", "eway_bill_status":"ABC", "auto_print":"Y", "itemList": [{ "product_name":"Wheat", "product_description":"Wheat", "hsn_code":1001, "quantity":4, "unit_of_product":"BOX", "cgst_rate":0, "sgst_rate":0, "igst_rate":3, "cess_rate":4, "cessAdvol":0, "taxable_amount":5609889 }, { "product_name":"Wheat", "product_description":"Wheat", "hsn_code":1001, "quantity":4, "unit_of_product":"BOX", "cgst_rate":0, "sgst_rate":0, "igst_rate":3, "cess_rate":4, "cessAdvol":0, "taxable_amount":5609889 } ] }] }

Success Response

{ "results": [ { "message": { "ewayBillNo": 351000977895, "ewayBillDate": "06/04/2018 10:04:00 AM", "validUpto": "13/04/2018 23:59:00 PM", "error": false }, "status": "Success", "code": 200, "requestId": "ERP1522989233" }, { "message": { "ewayBillNo": 321000977896, "ewayBillDate": "06/04/2018 10:04:00 AM", "validUpto": "13/04/2018 23:59:00 PM", "error": false }, "status": "Success", "code": 200, "requestId": "ERP1522989234" } ] }

Error Response

{ "results": [ { "message": "Transportation distance is required", "status": "No Content", "code": 204 }, { "message": "Invalid Trans mode", "status": "No Content", "code": 204, "requestId": "ERP1522989988" } ] }

Last updated