Fastag API 02
Get the details of the Fastag, that are active on vehicle number, check weather the vehicle contains any Fastag or Not
Name
Description
{
"vehiclenumber": "MP09HF4987",
"tagid": "34161FA8203286140F4064E0"
}
Enter either Vehicle number ot tag id shall be pass to find the details```json
{
"success": true,
"message": "Success",
"data": {
"response": [
{
"response": {
"result": "SUCCESS",
"successReqCnt": "1",
"totReqCnt": "1",
"respCode": "000",
"ts": "2024-07-12T11:43:38",
"vehicle": {
"errCode": "000",
"vehicledetails": [
{
"detail": [
{
"name": "TAGID",
"value": "34161FA820328972487BE420"
},
{
"name": "REGNUMBER",
"value": "MP09DJ2744"
},
{
"name": "TID",
"value": "E200680A0000400AAC53CC34"
},
{
"name": "VEHICLECLASS",
"value": "VC20"
},
{
"name": "TAGSTATUS",
"value": "A"
},
{
"name": "ISSUEDATE",
"value": "2024-04-09"
},
{
"name": "EXCCODE",
"value": "00"
},
{
"name": "BANKID",
"value": "607417"
},
{
"name": "COMVEHICLE",
"value": "T"
}
]
}
]
}
},
"responseStatus": "SUCCESS"
}
],
"error": "false",
"code": "200",
"message": "Success"
}
}
```Last updated