Get E-Waybill Details by IRN
E-way bill, which has an e-Invoice attached to it can be fetched using this API
Overview
API to fetch E-way bill details by passing the irn
of the e-Invoice.
Endpoint
HTTP Method | Resource |
---|---|
GET |
Request
Follow the below guidelines to pass GSTIN and IRN to get E-way bill details.
Path Parameter
Param | Type | Description | Example |
---|---|---|---|
gstin | string | 15-character alphanumeric unique identifier assigned to business entities registering under the GST regime | 24AAACJ3770E2ZV |
irn | string | SHA256 hash of Gstin, DocDtls.No, DocDtls.Typ, financial year of DoctDtls.Dt | d056a57cc7cfcc6c9230aa0014e439259d0dc57cfa4eea2326253011fd53ea7e |
Query Parameters
Param | Type | Description | Example |
---|---|---|---|
sup_gstin | string | Supplier GSTIN, only in case E Comm. operator is getting IRN details |
Sample CURL Request
curl --location --request GET 'https://api.sandbox.co.in/ /24AAACJ3770E2ZZ/d056a57cc7cfcc6c9230aa0014e439259d0dc57cfa4eea2326253011fd53ea7e' \
--header 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJhdWQiOiJBUEkiLCJyZWZyZXNoX3Rva2VuIjoiZXlKaGJHY2lPaUpJVXpVeE1pSjkuZXlKaGRXUWlPaUpCVUVraUxDSnpkV0lpT2lKclpYbGZiR2wyWlY5QlpHVXFLaW9xS2lvcUtpb3FLaW9xS2lvcUtpb3FLaW9xS2lvcUtsVjRjeUlzSW1Gd2FWOXJaWGtpT2lKclpYbGZiR2wyWlY5QlpHVXFLaW9xS2lvcUtpb3FLaW9xS2lvcUtpb3FLaW9xS2lvcUtsVjRjeUlzSW1semN5STZJbUZ3YVM1eGRXbGphMjh1WTI5dElpd2laWGh3SWpveE5Ua3dPVFk1TmpBd0xDSnBiblJsYm5RaU9pSlNSVVpTUlZOSVgxUlBTMFZPSWl3aWFXRjBJam94TlRVNU16UTNNakF3ZlEueHNmYkhQTERFRlRvTy1OUWdaUUpLM25OUjFxdlhvWmhaOHRqS3gzSExydjZiVkJaMHpJZEZ5ai1MUTg1YnJZS0xXQnFnZHlzZ1NDSXlDUXNtV2VOYkEiLCJzdWIiOiJqb2huQGRvZS5jb20iLCJhcGlfa2V5Ijoia2V5X2xpdmVfQWRlKioqKioqKioqKioqKioqKioqKioqKioqKipVeHMiLCJpc3MiOiJhcGkucXVpY2tvLmNvbSIsImV4cCI6MTU5MTA1NjAwMCwiaW50ZW50IjoiQUNDRVNTX1RPS0VOIiwiaWF0IjoxNTkwOTY5NjAwfQ.nH23CR5RHGQ0U19I_vq3vyJ_85A1a2iEMQij5QHgJQdDuS9x7FmTidsr1CQabSFF5ujE40SFxHv1gJM20TauUw' \
--header 'x-api-key: key_live_Ade**************************Uxs' \
--header 'x-api-version: 3.4.0'
Test Environment Not Available
Response
Param | Type | Description | Example |
---|---|---|---|
EwbNo | num | E Way Bill No. , if E Way Bill is generated | 131008995134 |
Status | string | ‘ACT’ for Active and ‘CNL’ for Cancelled | ACT |
GenGstin | string | Generated Gstin number | 29AWGPV7107B1Z1 |
EwbDt | string | E Way Bill Date. , if E Way Bill is generated | 2020-10-21 15:33:00 |
EwbValidTill | string | E Way Bill validity date, if Part B details are provided in the payload | 2020-10-22 23:59:00 |
Updated 2 months ago