curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/added-back-liabilities/{year}/{month} \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'{
"code": 200,
"timestamp": 1769775766724,
"data": {
"status_cd": "0",
"error": {
"message": "No added back liability records available for the selected input criteria",
"error_cd": "IMS0027"
}
},
"transaction_id": "0ab634ae-dd3b-4d73-80ec-3b54295df359"
}Retrieve invoices that were previously rejected by recipients and have been added back for liability consideration in IMS Supplier View.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/added-back-liabilities/{year}/{month} \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'{
"code": 200,
"timestamp": 1769775766724,
"data": {
"status_cd": "0",
"error": {
"message": "No added back liability records available for the selected input criteria",
"error_cd": "IMS0027"
}
},
"transaction_id": "0ab634ae-dd3b-4d73-80ec-3b54295df359"
}Public key required to authorize API access.
Was this page helpful?