ApiKey: ********************
// ### For Single Configuration Update
{
"is_enabled_phone_number": 1,
"consolidating_items_to_invoice": 0
}
curl --location --request POST 'https://app.hisabkitab.co/third-party/delivery-challan-configuration/1' \
--header 'Content-Type: application/json' \
--header 'ApiKey;' \
--data-raw '// ### For Single Configuration Update
{
"is_enabled_phone_number": 1,
"consolidating_items_to_invoice": 0
}'
{
"success": true,
"message": "Configuration Updated Successfully."
}