Get Sale Invoice :- LOGIC API PULL - DELIVERY NOTE
This API is used to fetch delivery note detail from LOGIC
Authorization Detail
Name | Detail | |
---|---|---|
End Point | http://demo.logicerp.com/api/GetDeliveryNote | |
Request Type | POST | |
Authorization | Basic Auth | |
Username | Demo | |
Password | 1 |
Request
{
"GlobalModifyCode": 0,
"Doc_Codes": "",
"DateFrom": null,
"DateTo": null,
"Branch_Codes_From": ""
}
Response
{
"GetData": [
{
"Doc_Type": "DNO",
"Doc_Code": 33,
"Doc_Prefix": "DNO",
"Doc_Number": 31,
"DO_Date": "03/05/2024",
"DO_Branch_Code": 2,
"PartyUserCode": "1200",
"PO_Code": 282,
"PO_Order_No": "POT-136",
"PO_No": "PO202405031",
"PO_Date": "03/05/2024",
"Party_Name": "AB GLOBAL -VELLORE",
"DN_Txn_Code": 76,
"Remarks_1": " ",
"Remarks_2": " ",
"LR_No": "",
"LR_Date": "",
"Challan_No": " ",
"Challan_Date": "03/05/2024",
"Invoice_No": "",
"Invoice_Date": "",
"Logic_User_Name": "DEEPAK-API",
"Action_Code": "M",
"Delivery_Date": "04/05/2024",
"Exchange_Rate": 1.0,
"Currency": "Rupees",
"LstItems": [
{
"AddlItemCode": "LG0009",
"LogicUser_Code": "LG0009",
"Quantity": 0.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"PO_Rate": 433.0,
"PO_MRP": 1299.0
},
{
"AddlItemCode": "LG0008",
"LogicUser_Code": "LG0008",
"Quantity": 0.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"PO_Rate": 433.0,
"PO_MRP": 1299.0
},
{
"AddlItemCode": "LG0007",
"LogicUser_Code": "LG0007",
"Quantity": 0.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"PO_Rate": 433.0,
"PO_MRP": 1299.0
}
]
},
{
"Doc_Type": "DNO",
"Doc_Code": 34,
"Doc_Prefix": "DNO",
"Doc_Number": 32,
"DO_Date": "03/05/2024",
"DO_Branch_Code": 2,
"PartyUserCode": "1200",
"PO_Code": 283,
"PO_Order_No": "POT-137",
"PO_No": "PO202405032",
"PO_Date": "03/05/2024",
"Party_Name": "AB GLOBAL -VELLORE",
"DN_Txn_Code": 79,
"Remarks_1": " ",
"Remarks_2": " ",
"LR_No": "",
"LR_Date": "",
"Challan_No": " ",
"Challan_Date": "03/05/2024",
"Invoice_No": "",
"Invoice_Date": "",
"Logic_User_Name": "DEEPAK-API",
"Action_Code": "M",
"Delivery_Date": "04/05/2024",
"Exchange_Rate": 1.0,
"Currency": "Rupees",
"LstItems": [
{
"AddlItemCode": "LG0009",
"LogicUser_Code": "LG0009",
"Quantity": 0.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"PO_Rate": 433.0,
"PO_MRP": 1299.0
},
{
"AddlItemCode": "LG0008",
"LogicUser_Code": "LG0008",
"Quantity": 0.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"PO_Rate": 433.0,
"PO_MRP": 1299.0
},
{
"AddlItemCode": "LG0007",
"LogicUser_Code": "LG0007",
"Quantity": 0.0000,
"Packing": " ",
"Packing_CF1": 1.0,
"Packing_CF1_Desc": " ",
"PO_Rate": 433.0,
"PO_MRP": 1299.0
}
]
}
],
"Status": true,
"Message": "",
"LastGlobalModifyCode": 0
}