POST services/api/v1/Get_DeliveryInvList
Request Information
URI Parameters
None.
Body Parameters
FromDate_ToDate_Location| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| LocationId | integer |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-09-09T15:19:38.6591503+04:00",
"ToDate": "2026-09-09T15:19:38.6591503+04:00",
"LocationId": 3,
"Type": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DeliveryMgmt_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Sel | boolean |
None. |
|
| InvNo | integer |
None. |
|
| VoucherNo | string |
None. |
|
| InvDate | date |
None. |
|
| Amount | decimal number |
None. |
|
| CustomerName | string |
None. |
|
| ContactNo | string |
None. |
|
| Area | string |
None. |
|
| PLGen | boolean |
None. |
|
| Printed | boolean |
None. |
|
| Paked | boolean |
None. |
|
| Deliverd | boolean |
None. |
|
| Driver | string |
None. |
|
| SalesType | integer |
None. |
|
| locid | integer |
None. |
|
| driverId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Sel": true,
"InvNo": 2,
"VoucherNo": "sample string 3",
"InvDate": "2026-09-09T15:19:38.6591503+04:00",
"Amount": 5.0,
"CustomerName": "sample string 6",
"ContactNo": "sample string 7",
"Area": "sample string 8",
"PLGen": true,
"Printed": true,
"Paked": true,
"Deliverd": true,
"Driver": "sample string 13",
"SalesType": 14,
"locid": 15,
"driverId": 16
},
{
"Sel": true,
"InvNo": 2,
"VoucherNo": "sample string 3",
"InvDate": "2026-09-09T15:19:38.6591503+04:00",
"Amount": 5.0,
"CustomerName": "sample string 6",
"ContactNo": "sample string 7",
"Area": "sample string 8",
"PLGen": true,
"Printed": true,
"Paked": true,
"Deliverd": true,
"Driver": "sample string 13",
"SalesType": 14,
"locid": 15,
"driverId": 16
}
]