Generate E-Way Bills

Authentication API for generating

NameDescription

URL

Method Type

Post

Post Parameters (JSON Format)

{ "access_token":"bf825bd2d8f2a2515dab920932bc699257aa6958", "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", "transaction_type":1, "other_value": -100, "total_invoice_value":5609889, "taxable_amount":5609889, "cgst_amount":0, "sgst_amount":0, "igst_amount":168296.67, "cess_amount":224395.56, "cess_nonadvol_value":4000,-- "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", "email":"mayanksharma@mastersindia.co", "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, " cessNonAdvol":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, "cessNonAdvol":0, "taxable_amount":5609889 } ]

}

Success Response

{

"results": { "message": { "ewayBillNo": 371001555203, "ewayBillDate": "30/10/2018 05:08:00 PM", "validUpto": "06/11/2018 11:59:00 PM", "alert": "Total invoice value is more than the sum of total assessible value and tax values", "error": false, "url": "clientbasic.mastersindia.co/EwayBills/detailPrintPdf/5bd842da34dca9ec103d233e" }, "status": "Success", "code": 200, "requestId": "ERP1540899546"

}

}

Error Response

{

"results": { "message": "Invalid Approximate Distance", "status": "No Content", "code": 204, "requestId": "ERP1522566380"

}

}

Change Log

New Added Parameters in previous version i.e ver 1.02 "sub_supply_description":"sales from other country" "actual_from_state_name":"UTTARAKHAND" "actual_to_state_name":"KARNATAKA" "total_invoice_value":5609

Added parameters in ver 1.03 "transaction_type":"Regular", "other_value": -100, "cess_nonadvol_value":4000 “cessNonAdvol":0

Last updated