API Counter
Authentication API for generating
PreviousAdd Vehicles details for Multi Vehicle MovementNextGET API to get E-Way Bills generated against Transporter State wise on particular date
Last updated
Was this helpful?
Authentication API for generating
Last updated
Was this helpful?
URL
Method Type
Post
Post Parameters (JSON Format)
{ "access_token":"4af062d7ce35260a85785bfde6aa2c1d83420b18", "account_email":"*******@mastersindia.co", "from_date":"01-10-2017", "to_date":"06-02-2019"
}
Success Response
{"results":{"apiCount":113,"status":"Success","code":200}}
Error Response
{
"results": { "message": "Invalid email", "status": "0", "code": "ERV01"
}
}