GET
request to fetch the next available invoice number for the expense credit note transaction. Since no body data is required, users can simply call the endpoint to retrieve the next invoice number.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/expense-credit-note/next-invoice-number' \
--header 'ApiKey;'
{
"data": "4",
"success": true,
"message": "Invoice Number Retrieved Successfully."
}