Get E-Way Bills Data
Authentication API for generating
Last updated
Authentication API for generating
Last updated
URL
Method Type
GET
Post Parameters (JSON Format)
access_token, action, gstin, eway_bill_number
Success Response
{
"results": { "message": { "eway_bill_number": 371001555203, "eway_bill_date": "30/10/2018 05:08:00 PM", "eway_bill_valid_date": "06/11/2018 11:59:00 PM", "number_of_valid_days": 7, "eway_bill_status": "Active", "generate_mode": "API", "userGstin": "05AAABB0639G1Z8", "supply_type": "OUTWARD", "sub_supply_type": "Supply", "document_type": "tax invoice", "document_number": "123-81234191", "document_date": "10/05/2018", "gstin_of_consignor": "05AAABB0639G1Z8", "legal_name_of_consignor": "welton", "address1_of_consignor": "2ND CROSS NO 59 19 A", "address2_of_consignor": "GROUND FLOOR OSBORNE ROAD", "place_of_consignor": "KANPUR", "pincode_of_consignor": 208004, "state_of_consignor": "UTTAR PRADESH", "actual_from_state_name": "UTTAR PRADESH", "gstin_of_consignee": "05AAABC0181E1ZE", "legal_name_of_consignee": "sthuthya", "address1_of_consignee": "Shree Nilaya", "address2_of_consignee": "Dasarahosahalli", "place_of_consignee": "PADRAUNA", "pincode_of_consignee": 227409, "state_of_supply": "UTTAR PRADESH", "actual_to_state_name": "UTTAR PRADESH", "total_invoice_value": 2800, "taxable_amount": 2000, "cgst_amount": 120, "sgst_amount": 120, "igst_amount": 0, "cess_amount": 22.56, "transporter_id": "05AAABB0639G1Z8", "transporter_name": "BAZPUR SAHKARI KRA VIKRAY SAMITI LIMITED", "transportation_distance": 656, "extended_times": 0, "reject_status": "N", "vehicle_type": "regular", "transaction_type": "Combination of Bill To and Bill From", "other_value": 100, "cess_nonadvol_value": 400, "itemList": [ { "item_number": 1, "product_id": 0, "product_name": "Wheat", "product_description": "Wheat", "hsn_code": 1001, "quantity": 4, "unit_of_product": "BOX", "cgst_rate": 6, "sgst_rate": 6, "igst_rate": 0, "cess_rate": 1, "cessNonAdvol": 400, "taxable_amount": 1000 }, { "item_number": 2, "product_id": 0, "product_name": "Wheat", "product_description": "Wheat", "hsn_code": 1001, "quantity": 4, "unit_of_product": "BOX", "cgst_rate": 6, "sgst_rate": 6, "igst_rate": 0, "cess_rate": 1, "cessNonAdvol": 400, "taxable_amount": 1000 } ], "VehiclListDetails": [ { "update_mode": "API", "vehicle_number": "PVC1234", "place_of_consignor": "KANPUR", "state_of_consignor": "UTTAR PRADESH", "tripshtNo": 0, "userGstin": "05AAABB0639G1Z8", "vehicle_number_update_date": "30/10/2018 05:08:00 PM", "transportation_mode": "road", "transporter_document_number": "", "transporter_document_date": "", "group_number": "0" } ] }, "status": "Success", "code": 200
}
}
Error Response
{
"results": { "message": "Could not retrieve data", "status": "No Content", "code": 204
}
}
Change Log
New Added Parameters in previous version i.e ver 1.02
"vehicle_number_update_date": "19/05/2018 03:57:00 PM"
Added parameters in ver 1.03 "transaction_type": "Combination of Bill To and Bill From", "other_value": 100, "cess_nonadvol_value": 400, "cessNonAdvol": 400,