ApiKey: ********************
//### For All Configuration Update
{
"is_change_gst_details": 0,
"is_enabled_shipping_address": 0,
"is_enabled_broker_details": 0,
"is_enabled_transport_details": 0,
"is_additional_ledger_description": 0,
"consolidating_items_to_invoice": 0,
"is_additional_item_description": 0,
"is_enabled_discount_2" : 0,
"is_enable_narration": 0,
"is_enabled_tcs_details": 0,
"is_enabled_tds_details": 0,
"is_enabled_mrp": 0,
"is_enabled_payment_details": 0,
"round_off_method": 0,
"method_of_voucher_number": 0,
"is_change_every_financial_year": 0
}
curl --location --request POST 'https://app.hisabkitab.co/third-party/expense-credit-note-configuration' \
--header 'Content-Type: application/json' \
--header 'ApiKey;' \
--data-raw '//### For All Configuration Update
{
"is_change_gst_details": 0,
"is_enabled_shipping_address": 0,
"is_enabled_broker_details": 0,
"is_enabled_transport_details": 0,
"is_additional_ledger_description": 0,
"consolidating_items_to_invoice": 0,
"is_additional_item_description": 0,
"is_enabled_discount_2" : 0,
"is_enable_narration": 0,
"is_enabled_tcs_details": 0,
"is_enabled_tds_details": 0,
"is_enabled_mrp": 0,
"is_enabled_payment_details": 0,
"round_off_method": 0,
"method_of_voucher_number": 0,
"is_change_every_financial_year": 0
}'
{
"success": true,
"message": "Configuration Updated Successfully."
}