ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/delivery-challan-configuration' \
--header 'ApiKey;'
{
"data": {
"company_id": 6,
"document_prefix": {
"method_of_voucher_number": 2,
"start_with_number": "2",
"change_every_financial_year": 0,
"prefix_method": 1,
"prefix": "bill no.",
"suffix_method": 2,
"suffix": "2024-25"
},
"header": {
"is_enabled_dispatch_details": false,
"is_enabled_shipping_address": true,
"is_enabled_broker_details": true,
"is_enabled_transport_details": true,
"is_enabled_po_details_of_buyer": true,
"is_enabled_phone_number": true
},
"item_table_configuration": {
"consolidating_items_to_invoice": false,
"warn_on_negative_stock": false,
"is_additional_item_description": true
},
"footer": {
"is_enable_narration": true,
"is_enabled_terms_and_conditions": false
}
},
"success": true,
"message": "Configuration Retrieved Successfully."
}