POST services/api/v1/Get_DebitNoteListForDistribution
Request Information
URI Parameters
None.
Body Parameters
DebitNoteFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| SupplierId | integer |
None. |
|
| BranchId | string |
None. |
|
| DebitNote | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-09-09T15:11:59.8976511+04:00",
"ToDate": "2026-09-09T15:11:59.8976511+04:00",
"SupplierId": 3,
"BranchId": "sample string 4",
"DebitNote": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DebitNoteListFor_Distribution| Name | Description | Type | Additional information |
|---|---|---|---|
| Sel | boolean |
None. |
|
| transno | integer |
None. |
|
| VoucherNo | string |
None. |
|
| TransDate | date |
None. |
|
| Party | string |
None. |
|
| Narration | string |
None. |
|
| Amount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Sel": true,
"transno": 2,
"VoucherNo": "sample string 3",
"TransDate": "2026-09-09T15:11:59.8976511+04:00",
"Party": "sample string 5",
"Narration": "sample string 6",
"Amount": 7.0
},
{
"Sel": true,
"transno": 2,
"VoucherNo": "sample string 3",
"TransDate": "2026-09-09T15:11:59.8976511+04:00",
"Party": "sample string 5",
"Narration": "sample string 6",
"Amount": 7.0
}
]