POST
, and the body should include all fields of the configuration settings. Ensure that all required fields are provided in the correct format to prevent errors.ApiKey: ********************
//### For All Configuration Update
{
"is_change_gst_details": 1,
"is_enabled_estimate_quote": 1,
"is_enabled_delivery_challan": 1,
"is_enabled_dispatch_details": 1,
"is_enabled_shipping_address": 1,
"is_enabled_broker_details": 1,
"is_enabled_transport_details": 0,
"is_enabled_eway_details": 0,
"is_enabled_po_details_of_buyer": 0,
"is_enabled_credit_period_details": 0,
"is_additional_ledger_description": 0,
"consolidating_items_to_invoice": 0,
"warn_on_negative_stock": 0,
"is_additional_item_description": 0,
"is_enable_narration": 0,
"is_enabled_terms_and_conditions": 0,
"is_enabled_tcs_details": 0,
"is_enabled_tds_details": 0,
"is_enabled_mrp": 0,
"is_enabled_payment_details": 0,
"is_enabled_discount_2": 0,
"is_enabled_phone_number": 0,
"round_off_method": 0,
"method_of_voucher_number": 0,
"start_with_number": 0,
"is_change_every_financial_year": 0,
"prefix_method": 0,
"prefix": "INV-",
"suffix_method": 0,
"suffix": "-INV"
}
curl --location --request POST 'https://app.hisabkitab.co/third-party/sale-configuration' \
--header 'Content-Type: application/json' \
--header 'ApiKey;' \
--data-raw '//### For All Configuration Update
{
"is_change_gst_details": 1,
"is_enabled_estimate_quote": 1,
"is_enabled_delivery_challan": 1,
"is_enabled_dispatch_details": 1,
"is_enabled_shipping_address": 1,
"is_enabled_broker_details": 1,
"is_enabled_transport_details": 0,
"is_enabled_eway_details": 0,
"is_enabled_po_details_of_buyer": 0,
"is_enabled_credit_period_details": 0,
"is_additional_ledger_description": 0,
"consolidating_items_to_invoice": 0,
"warn_on_negative_stock": 0,
"is_additional_item_description": 0,
"is_enable_narration": 0,
"is_enabled_terms_and_conditions": 0,
"is_enabled_tcs_details": 0,
"is_enabled_tds_details": 0,
"is_enabled_mrp": 0,
"is_enabled_payment_details": 0,
"is_enabled_discount_2": 0,
"is_enabled_phone_number": 0,
"round_off_method": 0,
"method_of_voucher_number": 0,
"start_with_number": 0,
"is_change_every_financial_year": 0,
"prefix_method": 0,
"prefix": "INV-",
"suffix_method": 0,
"suffix": "-INV"
}'
{
"success": true,
"message": "Configuration Updated Successfully."
}