get https://sandboxapi.atlas.vayana.com/AtlasApi/v1.0/ewaybill/
This API retrieves the details of an E-way Bill using the E-way Bill number.
Enterprises and Transporters can integrate with Vayana E-Way Bill APIs with their ERP or source system so that E-Waybills can be generated quickly, seamlessly, and error-free directly from their ERP or source system. The E-Way Bill Details API allows users to retrieve comprehensive information about electronic way bills (E-Way Bills) used in the transportation of goods. This API is typically integrated with business systems to automate and streamline the process of E-Way Bill management.
- E-Waybill data like the bill number, E-Waybill generated date, etc. can be stored back in their ERP or source system.
- Retrieve details of an E-Way Bill using its unique E-Way Bill number.
Data to Test Integration
Header | Data |
---|---|
SELLER-GSTIN | 24AAAPI3182M002 |
IRP-USERNAME | test_24_001 |
IRP-PASSWORD | Trial63$value |
Authorization
Authorization will be of Basic Type. Key Value and Secret Value shall be entered as authorization tokens.
Key Value | hylo_1242_bf18f7c9e196ae89 |
Secret Value | $2a$10$vhAGOlRBeAkMN9w5DpKIJ.bvF |
Sample Request
/AtlasApi/v1.0/ewaybill/{ewb_no}
***EXAMPLE***
Demo/Testing/ Sandbox- https://sandboxapi.atlas.vayana.com/AtlasApi/v1.0/ewaybill/6910117
Live/ Production- https://api.atlas.vayana.com/AtlasApi/v1.0/ewaybill/6910117
Sample Response
{
"Code": "0",
"Message": "E-Way bill fetched successfully",
"Status": "APPROVED",
"GetEWBData": {
"actFromStateCode": 29,
"actToStateCode": 29,
"actualDist": 100,
"cessValue": 400.56,
"cgstValue": 0,
"docDate": "15/12/2017",
"docNo": "4568-33",
"docType": "INV",
"ewayBillDate": "30/05/2024 03:42:00 PM",
"ewbNo": 691011796051,
"extendedTimes": 0,
"fromAddr1": "2ND CROSS NO 59 19 A",
"fromAddr2": "GROUND FLOOR OSBORNE ROAD",
"fromGstin": "24AAAPI3182M002",
"fromPincode": 560090,
"fromPlace": "FRAZER TOWN",
"fromStateCode": 29,
"fromTrdName": "welton",
"genMode": "API",
"igstValue": 300.67,
"noValidDays": 1,
"rejectStatus": "N",
"vehicleType": "R",
"sgstValue": 0,
"status": "ACT",
"subSupplyType": "1",
"supplyType": "O",
"toAddr1": "Shree Nilaya",
"toAddr2": "Dasarahosahalli",
"toGstin": "27AAFCV6085L1ZO",
"toPincode": 560090,
"toPlace": "Beml Nagar",
"toStateCode": 27,
"transactionType": 4,
"totalValue": 56099,
"totInvValue": 68358,
"otherValue": 0,
"cessNonAdvolValue": 400,
"toTrdName": "sthuthya",
"transporterId": "",
"transporterName": "",
"userGstin": "24AAAPI3182M002",
"validUpto": "31/05/2024 11:59:00 PM",
"itemList": [
{
"productDesc": "Wheat",
"cessRate": 3,
"cgstRate": 0,
"hsnCode": 1001,
"igstRate": 3,
"productId": "0",
"productName": "Wheat",
"qtyUnit": "BOX",
"quantity": 4,
"sgstRate": 0,
"taxableAmount": 5609889,
"itemNo": 1,
"cessNonAdvol": 0
}
],
"VehiclListDetails": [
{
"updMode": "API",
"vehicleNo": "PVC1234",
"fromPlace": "FRAZER TOWN",
"fromState": 29,
"tripshtNo": 0,
"userGSTINTransin": "24AAAPI3182M002",
"enteredDate": "30/05/2024 03:42:00 PM",
"transMode": "1",
"transDocNo": "",
"transDocDate": null,
"groupNo": "0"
}
]
}
}
Questions? Contact Us 📧 [email protected]