Get Reverse Credit Notes
GET
/api/v1/reverse-credit-notesList all reverse credit notes for this taxpayer. Kenya Revenue Authority eTIMS does not expose a listing endpoint. Integrate a database and persist responses from POST {{API_PATH}}/sales/credit-note (with salesSttsCd '05') to enable listing.
Requires x-api-key
http://localhost:8100/api/v1/reverse-credit-notes
Note
Reverse credit note history requires a database integration. Record responses from POST {{API_PATH}}/sales/credit-note (salesSttsCd: 05) after each submission.
Response
{
"success": true,
"data": [],
"note": "Reverse credit note history requires a database integration. Record responses from POST /sales/credit-note (salesSttsCd: 05) after each submission."
}curl http://localhost:8100/api/v1/reverse-credit-notes \\
-H "x-api-key: YOUR_API_KEY"