Get Delivery Order :- LOGIC API PULL - DELIVERY ORDER
This API is Used to fetch the detail of Delivery Order
Authorization Detail
Name | Detail | |
---|---|---|
End Point | http://demo.logicerp.com/api/GetDeliveryOrder | |
Request Type | POST | |
Authorization | Basic Auth | |
Username | Demo | |
Password | 1 |
Request
{
"DateFrom": "2023-07-07",
"DateTo": "2023-07-07",
"Branch_Codes_From": ""
}
Response
{
"GetData": [
{
"Doc_Type": "",
"Doc_Code": 2256,
"Doc_Prefix": "DO",
"Doc_Number": 2164,
"DO_Date": "07/07/2023",
"DO_Branch_Code": 2,
"PartyUserCode": "2759",
"SO_Head_Code": 5135,
"SO_No": "SO 1567",
"SO_Date": "07/07/2023",
"Customer_Name": null,
"SO_Delivery_Date": null,
"Action_Code": "",
"Logic_User_Name": "RUPESH",
"CurrencyName": "Rupees",
"ExchangeRate": 1.0,
"PickListDocCode": 0,
"LstItems": [
{
"DO_Txn_Code": 35547,
"AddlItemCode": "8903144881226",
"LogicUser_Code": "8903144882452",
"Packing_Box_No": "",
"Quantity": 2.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"MRP": 100.0,
"Lot_MRP": 100.0
},
{
"DO_Txn_Code": 35548,
"AddlItemCode": "8903144881219",
"LogicUser_Code": "8903144882162",
"Packing_Box_No": "",
"Quantity": 2.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"MRP": 100.0,
"Lot_MRP": 100.0
},
{
"DO_Txn_Code": 35549,
"AddlItemCode": "8903144881202",
"LogicUser_Code": "8903144882469",
"Packing_Box_No": "",
"Quantity": 2.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"MRP": 100.0,
"Lot_MRP": 100.0
}
]
},
{
"Doc_Type": "",
"Doc_Code": 2257,
"Doc_Prefix": "DO",
"Doc_Number": 2165,
"DO_Date": "07/07/2023",
"DO_Branch_Code": 2,
"PartyUserCode": "2759",
"SO_Head_Code": 5136,
"SO_No": "SO 1568",
"SO_Date": "07/07/2023",
"Customer_Name": null,
"SO_Delivery_Date": null,
"Action_Code": "",
"Logic_User_Name": "RUPESH",
"CurrencyName": "Rupees",
"ExchangeRate": 1.0,
"PickListDocCode": 0,
"LstItems": [
{
"DO_Txn_Code": 35551,
"AddlItemCode": "8903144881226",
"LogicUser_Code": "8903144882452",
"Packing_Box_No": "",
"Quantity": 5.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"MRP": 100.0,
"Lot_MRP": 100.0
},
{
"DO_Txn_Code": 35552,
"AddlItemCode": "8903144881219",
"LogicUser_Code": "8903144882162",
"Packing_Box_No": "",
"Quantity": 5.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"MRP": 100.0,
"Lot_MRP": 100.0
},
{
"DO_Txn_Code": 35553,
"AddlItemCode": "8903144881202",
"LogicUser_Code": "8903144882469",
"Packing_Box_No": "",
"Quantity": 3.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"MRP": 100.0,
"Lot_MRP": 100.0
},
{
"DO_Txn_Code": 35554,
"AddlItemCode": "8903144881202",
"LogicUser_Code": "8903144882469",
"Packing_Box_No": "",
"Quantity": 2.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"MRP": 100.0,
"Lot_MRP": 100.0
}
]
}
],
"Status": true,
"Message": "",
"LastGlobalModifyCode": 0
}