v1
latestOpenAPI 3.1.02026-08-045901.5 MBList Delivery challan
get/delivery-challan
Query parameters
page_sizeinteger
Number of records per page. Default is system-defined.
page_numberinteger
Page index starting from 1.
searchstring
Performs a keyword search across challan number, customer name, and reference fields.
filter.date_fromstring
Start date for filtering challans (ISO format: YYYY-MM-DD).
filter.date_fromstring
End date for filtering challans (ISO format: YYYY-MM-DD).
Response
200
Example response
{
"status": 200,
"meta": {
"total_count": 169
},
"data": [
{
"dc_id": 595,
"dc_number": "2025-44",
"dc_date": "2025-12-03",
"gst_type": 2,
"seller_info": {
"business_name": "STOCK HOLDING CORPORATION OF INDIA LIMITED",
"gstin": "25AABCS1429B1ZY",
"branch_id": "446",
"address": {
"address_line_1": "ESTAMPING OFFICE, PWD, DIVISION -1",
"address_line_2": "NEAR FATIMA CONVENT SCHOOL",
"city": "MOTI",
"state": "UTTARAKHAND",
"country": "INDIA",
"pincode": "396220"
}
},
"seller_branch_id": 446,
"customer_info": {
"id": 3984,
"name": "test",
"email": "test@ledgers.cloud",
"pos": "ASSAM"
},
"total_taxable_amount": 2000,
"total_gst_amount": 800,
"total_amount": 2800,
"payable_amount": 2800,
"added_by": 1501425402,
"added_on": "2025-12-04 11:37:04",
"dc_status": 1,
"export_details": {
"special_supply": "0"
},
"billing_currency": "INR",
"billing_currency_info": {
"name": "INR",
"exchange_rate": 1,
"exchnage_time": "2025-12-04 11:35:33"
},
"tax_info": {
"gst_type": 2,
"igst_amount": 800
}
}
],
"filter": {
"page": {
"number": "1",
"size": "2"
}
}
}