EWAY
  • Introduction
  • Environments
  • Authentication
    • Access Tokens
    • API KEY
  • Generate E-Way Bill
  • Cancel E-Way Bill
  • Update Part-B
  • Extend Validity of E-Way Bill
  • Update Transporter
  • Reject E-Way Bill
  • Generate Consolidate E-Way Bill
  • Regenerate Consolidate E-Way Bill
  • Initiate Multi Vehicle
  • Add Multi Vehicles
  • Change Multi Vehicles
  • Return Status (Blocked and Unblocked)
  • Generate E-Way Bill In Bulk
  • Get E-Way Bill in Bulk
  • Generate E-Way Request in Bulk
  • Get E-Way Response in Bulk
  • Get E Way Bill Details
  • Get Other Party EWB
  • Get Consolidated EWB
  • Get GSTIN Details
  • Get Transporter Details
  • GET HSN Details
  • Get EWB By Consignor
  • Get EWB By Date
  • Get EwayBills Rejected By Others
  • Get EWB By Transporter 1
  • Get EWB By Transporter 2
  • Get EWB By Transporter 3
  • Get EWB By Transporter 4
Powered by GitBook
On this page
  • Request Method
  • Request Path
  • Request Headers
  • Request Params
  • Response Body

Get E-Way Bill in Bulk

Get E-Way Bill in Bulk API

Request Method

GET

Request Path

{{API_URL}}/api/v1/getBulkEwayBillsResponse/

Request Headers

Parameter
Value
Description

Authorization/api_key

api_key/auth token

Value and header type is mentioned in the Authentication Page

Request Params

Parameter
Value
Description

request_id

edoc_1694792305_dc85e3f62632

Request id given in generate bulk IRN

Response Body

200 (OK)

Sample Response

{
  "results": [
    {
      "message": {
        "ewayBillNo": 331009218872,
        "ewayBillDate": "15/09/2023 09:05:00 PM",
        "validUpto": "16/09/2023 11:59:00 PM",
        "alert": "",
        "error": false,
        "url": "sandb-api.mastersindia.co/api/v1/detailPrintPdf/anVsX3NlcF8yMDIzLTI0-65047a724b0fa9b8fe92d11d/"
      },
      "status": "Success",
      "code": 200,
      "requestId": "ERP1694792306_lkkkkk-1021",
      "docNo": "lkkkkk-1021"
    },
    {
      "message": {
        "ewayBillNo": 301009218873,
        "ewayBillDate": "15/09/2023 09:05:00 PM",
        "validUpto": "16/09/2023 11:59:00 PM",
        "alert": "",
        "error": false,
        "url": "sandb-api.mastersindia.co/api/v1/detailPrintPdf/anVsX3NlcF8yMDIzLTI0-65047a734b0fa9b8fe92d11f/"
      },
      "status": "Success",
      "code": 200,
      "requestId": "ERP1694792307_lkkkkk-1033",
      "docNo": "lkkkkk-1033"
    }
  ]
}

204 (Invalid Parameters)

{
  "results": {
    "status": "No Content",
    "code": 204,
    "request_status": "",
    "requestId": "edoc_1694792305_dc85e3f62631",
    "message": "No records found."
  }
}
PreviousGenerate E-Way Bill In BulkNextGenerate E-Way Request in Bulk

Last updated 1 year ago