POST Admin/Get_DeliveryOrders_Report?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Params_Get_All_DeliveryOrdersName | Description | Type | Additional information |
---|---|---|---|
Search | string |
None. |
|
Status | string |
None. |
|
Type | string |
None. |
|
Start | integer |
None. |
|
Max | integer |
None. |
|
PartnerID | integer |
None. |
|
InvoiceID | integer |
None. |
|
START_DATE | string |
None. |
|
END_DATE | string |
None. |
|
ReportsPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReportsPath": "sample string 1", "Search": "sample string 1", "Status": "sample string 2", "Type": "sample string 3", "Start": 4, "Max": 5, "PartnerID": 6, "InvoiceID": 7, "START_DATE": "sample string 8", "END_DATE": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_My_DeliveryOrdersName | Description | Type | Additional information |
---|---|---|---|
recordsTotal | integer |
None. |
|
myDeliveryOrders | Collection of RptDeliveryOrder |
None. |
|
ReportPDF | string |
None. |
|
ReportPath | string |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "recordsTotal": 1, "myDeliveryOrders": [ { "DELIVERY_URL": "sample string 1", "DELIVERY_START_DATE": "sample string 2", "DELIVERY_COLLECTED_DATE": "sample string 3", "COMPANY_NAME": "sample string 4", "DELIVERY_ORDER_ID": 5, "DELIVERY_MODE": 6, "DELIVERY_ORDER_REF": "sample string 7", "PARTNER_DESC": "sample string 8", "ORDER_ID": 9, "ORDER_AMOUNT_LBP": 10.0, "ORDER_AMOUNT_USD": 11.0, "STATUS": 12, "DELIVERY_ID": 13, "DELIVERY_OPERATOR_ID": 14, "CREATE_DATE": "2025-04-19T07:11:34.3854643+00:00", "START_DATE": "sample string 16", "DELIVERED_DATE": "sample string 17", "COLLECTED_DATE": "sample string 18", "ADMIN_REMARKS": "sample string 19", "DELIVERED_DATEs": "sample string 20", "COLLECTED_DATEs": "sample string 21", "DELIVERY_REMARKS": "sample string 22", "DELIVERY_CHARGE": 23.0, "DELIVERY_CURRENCY": "sample string 24", "OrderRef": "sample string 25", "OrderDate": "sample string 26", "STATUS_DESC": "", "DELIVERY_MODE_DESC": "", "OrderAmountDesc": "10 LBP" }, { "DELIVERY_URL": "sample string 1", "DELIVERY_START_DATE": "sample string 2", "DELIVERY_COLLECTED_DATE": "sample string 3", "COMPANY_NAME": "sample string 4", "DELIVERY_ORDER_ID": 5, "DELIVERY_MODE": 6, "DELIVERY_ORDER_REF": "sample string 7", "PARTNER_DESC": "sample string 8", "ORDER_ID": 9, "ORDER_AMOUNT_LBP": 10.0, "ORDER_AMOUNT_USD": 11.0, "STATUS": 12, "DELIVERY_ID": 13, "DELIVERY_OPERATOR_ID": 14, "CREATE_DATE": "2025-04-19T07:11:34.3854643+00:00", "START_DATE": "sample string 16", "DELIVERED_DATE": "sample string 17", "COLLECTED_DATE": "sample string 18", "ADMIN_REMARKS": "sample string 19", "DELIVERED_DATEs": "sample string 20", "COLLECTED_DATEs": "sample string 21", "DELIVERY_REMARKS": "sample string 22", "DELIVERY_CHARGE": 23.0, "DELIVERY_CURRENCY": "sample string 24", "OrderRef": "sample string 25", "OrderDate": "sample string 26", "STATUS_DESC": "", "DELIVERY_MODE_DESC": "", "OrderAmountDesc": "10 LBP" } ], "ReportPDF": "sample string 2", "ReportPath": "sample string 3", "ExceptionMsg": "sample string 4" }