Get EWB By Consignor
This method provides the e-way bill details for a Document Type and Document number.
Request Method
GET
Request Path
{{API_URL}}/api/v1/getEwayBillData/
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
action
GetEwayBillGeneratedByConsigner
Action
gstin
XXXXXXXXXXXXXXX
Gstin
document_number
IMP/23/035
Document Number
document_type
Tax Invoice
Document Type
Response Body
200 (OK)
Sample Response
{
"results": {
"message": {
"ewayBillNo": 321009218808,
"ewayBillDate": "15/09/2023 02:44:00 PM",
"validUpto": "24/09/2023 23:59:59 ",
"alert": ""
},
"status": "Success",
"code": 200
}
}
204 (Invalid Parameters)
{
"results": {
"message": "418: No record found.",
"status": "No Content",
"code": 204,
"nic_code": "418"
}
}
Last updated