Blog - EINVOICE

Get Error List


API Path: https://apipath/

Method: Get

Sample Response

{ "success": true, "message": "E-Way bill errors are fetched successfully", "result": [ { "errorCode": "100", "errorDesc": "Invalid json" }, { "errorCode": "101", "errorDesc": "Invalid Username" }, { "errorCode": "102", "errorDesc": "Invalid Password" }, { "errorCode": "103", "errorDesc": "Invalid Client ...


Date: 26 October 2021    Comments: 0

Get QR Image


API Path: https://apipath/

Method: Get

Header Parameter (Sample)

"irn": "e2948668b7126f1e27240fcec2e28d891347120b4445f39156a28b9fdc8be4b8"

Sample Response

{ "output": "It will generate QR Image." }


Date: 26 October 2021    Comments: 0

Generate QR Image


API Path: https://apipath/

Method: Get

Header Parameter (Sample)

{ "data": "any string to generate QR image" }

Sample Responce

{ "output": "It will generate QR Image." }


Date: 26 October 2021    Comments: 0

Extract QR Code


API Path: https://apipath

Method: Get

Request Body (Sample)

{ "data": ...


Date: 26 October 2021    Comments: 0

1 2 Next Last