GET
request to retrieve the next available invoice number for creating a new invoice. It helps users to easily generate sequential invoice numbers for new transactions.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/sale-transactions/next-invoice-number' \
--header 'ApiKey;'
{
"data": "3",
"success": true,
"message": "Invoice Number Retrieved Successfully"
}