- This API takes in GSTIN and provides list of errors thrown by the API.
- Using of incorrect user ids while generating the E-Way bills.
- Seeing what error code matches with the error.
- Use this API to get the error list and check the details of all the error codes and their descriptions.

Param | Type | Description | Example |
---|
gstin | string | 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
Once the values are added, Your curl will look something like this
curl --request POST \
--url https://api.sandbox.co.in/21/pan/xxxxxxxxx?ewaybillno=xxxxxx&ewaybilldate=xxxxx \
--header 'Accept: application/json' \
--header 'Authorization: xxxxxxxxx' \
--header 'x-api-key: xxxxxxxxx' \
--header 'x-api-version: 1.0'
Param | Type | Description | Examples |
---|
errorCode | num | E-way bill Generated | 100 |
errorDesc | string | Vehicle No. | Invalid json |