Generate E-Way Request in Bulk
Generate E-Way Request in Bulk API
Last updated
Generate E-Way Request in Bulk API
Last updated
POST
{{API_URL}}/api/v1/bulkEwayApiRequest/
Parameter | Value | Description |
---|---|---|
The request body description for the API can be found here.
{
"action": "eway",
"list": [
{
"userGstin": "XXXXXXXXXXXXXXX",
"supply_type": "outward",
"sub_supply_type": "Others",
"sub_supply_description": "sales from other country",
"document_type": "tax invoice",
"document_number": "jjjkhh-1055",
"document_date": "10/05/2018",
"gstin_of_consignor": "XXXXXXXXXXXXXXX",
"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": "XXXXXXXXXXXXXXX",
"legal_name_of_consignee": "sthuthya",
"address1_of_consignee": "Shree Nilaya",
"address2_of_consignee": "Dasarahosahalli",
"place_of_consignee": "Beml Nagar",
"pincode_of_consignee": 248001,
"state_of_supply": "UTTARAKHAND",
"actual_to_state_name": "UTTARAKHAND",
"total_invoice_value": 6002581.23,
"taxable_amount": 5609889,
"cgst_amount": 84148.335,
"sgst_amount": 84148.335,
"igst_amount": 0,
"cess_amount": 224395.56,
"transporter_id": "XXXXXXXXXXXXXXX",
"transporter_name": "",
"transporter_document_number": "",
"transporter_document_date": "",
"transportation_mode": "road",
"transportation_distance": "100",
"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": 1.5,
"sgst_rate": 1.5,
"igst_rate": 0,
"cess_rate": 0,
"cessAdvol": 0,
"taxable_amount": 5609889
},
{
"product_name": "Wheat",
"product_description": "Wheat",
"hsn_code": 1001,
"quantity": 4,
"unit_of_product": "BOX",
"cgst_rate": 1.5,
"sgst_rate": 1.5,
"igst_rate": 0,
"cess_rate": 0,
"cessAdvol": 0,
"taxable_amount": 5609889
}
]
},
{
"userGstin": "XXXXXXXXXXXXXXX",
"supply_type": "outward",
"sub_supply_type": "Others",
"sub_supply_description": "sales from other country",
"document_type": "tax invoice",
"document_number": "abbbbdc-1066",
"document_date": "10/05/2018",
"gstin_of_consignor": "XXXXXXXXXXXXXXX",
"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": "XXXXXXXXXXXXXXX",
"legal_name_of_consignee": "sthuthya",
"address1_of_consignee": "Shree Nilaya",
"address2_of_consignee": "Dasarahosahalli",
"place_of_consignee": "Beml Nagar",
"pincode_of_consignee": 248001,
"state_of_supply": "UTTARAKHAND",
"actual_to_state_name": "UTTARAKHAND",
"total_invoice_value": 6002581.23,
"taxable_amount": 5609889,
"cgst_amount": 84148.335,
"sgst_amount": 84148.335,
"igst_amount": 0,
"cess_amount": 224395.56,
"transporter_id": "",
"transporter_name": "",
"transporter_document_number": "",
"transporter_document_date": "",
"transportation_mode": "road",
"transportation_distance": "100",
"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": 1.5,
"sgst_rate": 1.5,
"igst_rate": 0,
"cess_rate": 0,
"cessAdvol": 0,
"taxable_amount": 5609889
},
{
"product_name": "Wheat",
"product_description": "Wheat",
"hsn_code": 1001,
"quantity": 4,
"unit_of_product": "BOX",
"cgst_rate": 1.5,
"sgst_rate": 1.5,
"igst_rate": 0,
"cess_rate": 0,
"cessAdvol": 0,
"taxable_amount": 5609889
}
]
}
]
}
The response description for success can be found here.
{
"results": {
"status": "Success",
"message": "Request has been accepted.Please get response by the request id",
"code": 200,
"request_status": "pending",
"request_id": "edoc_1694792590_8200e8dcd6de"
}
}
{
"results": {
"status": "No Content",
"message": "Invalid Action",
"code": 204,
"request_status": "Not Accepted",
"request_id": ""
}
}
Authorization/api_key
api_key/auth token
Value and header type is mentioned in the Authentication Page