GET
request and does not require any request body. It simply fetches the next invoice number based on the existing records in the system.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/purchase-return-transactions/next-invoice-number' \
--header 'ApiKey;'
{
"data": "3",
"success": true,
"message": "Invoice Number Retrieved Successfully"
}