GET
request to fetch the next available invoice number. No request body is required; the system automatically determines the next number based on existing records.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/purchase-transactions/next-invoice-number' \
--header 'ApiKey;'
{
"data": "3",
"success": true,
"message": "Invoice Number Retrieved Successfully"
}