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 Response in Bulk

Get E-Way Response in Bulk API

Request Method

GET

Request Path

{{API_URL}}/api/v1/bulkEwayApiResponse/

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": 371009218874,
        "ewayBillDate": "15/09/2023 09:10:00 PM",
        "validUpto": "16/09/2023 11:59:00 PM",
        "alert": "",
        "error": false,
        "url": "sandb-api.mastersindia.co/api/v1/detailPrintPdf/anVsX3NlcF8yMDIzLTI0-65047b8f4b0fa9b8fe92d121/"
      },
      "status": "Success",
      "code": 200,
      "requestId": "ERP1694792591_jjjkhh-1055",
      "docNo": "jjjkhh-1055"
    },
    {
      "message": {
        "ewayBillNo": 341009218875,
        "ewayBillDate": "15/09/2023 09:10:00 PM",
        "validUpto": "16/09/2023 11:59:00 PM",
        "alert": "",
        "error": false,
        "url": "sandb-api.mastersindia.co/api/v1/detailPrintPdf/anVsX3NlcF8yMDIzLTI0-65047b8f4b0fa9b8fe92d123/"
      },
      "status": "Success",
      "code": 200,
      "requestId": "ERP1694792591_abbbbdc-1066",
      "docNo": "abbbbdc-1066"
    }
  ]
}

204 (Invalid Parameters)

{
  "results": {
    "status": "No Content",
    "code": 204,
    "request_status": "",
    "request_id": "edoc_1694792590_8200e8dcd6d",
    "message": "No records found."
  }
}
PreviousGenerate E-Way Request in BulkNextGet E Way Bill Details

Last updated 1 year ago