Get Stock Transfer Out :- LOGIC API PULL - STOCK TRANSFER OUT
This API is used to fetch the detail of the stock Transfer that you have out from Logic LOGIC
Authorization Detail
Name | Detail | |
---|---|---|
End Point | http://demo.logicerp.com/api/GetStockTransferOut | |
Request Type | POST | |
Authorization | Basic Auth | |
Username | Demo | |
Password | 1 |
Request
{
"GlobalModifyCode": 0,
"Doc_Codes": " 1029",
"DateFrom": null,
"DateTo": null,
"Branch_Codes_From": ""
}
Response
{
"GetData": [
{
"Vouch_Code": 1029,
"Vouch_No": "2023-05051",
"Vouch_Date": "05/05/2023",
"Account_Code": "1034",
"Account_Name": "DEMO FOR API TESTING -CHIRALA",
"Agent_Name": "NIL",
"Quantity": 5.0,
"Gross_Amount": 5000.0,
"Net_Amount": 5600.0,
"Total_Tax": "600",
"Branch_Name": "(NIL)",
"Branch_Code": 0,
"Currency_Name": "Rupees",
"Bill_No": "",
"Bill_Date": "05/05/2023",
"GRN_Prefix": "GRN",
"GRN_Number": 1,
"Tax_Region_Name": "CGST-SGST",
"Action_Code": "NN",
"Doc_Type_Desc": "Purchase",
"Doc_Type": "PU",
"ListItems": [
{
"Pur_Txn_Code": 1083,
"Lot_Code": 89258,
"Lot_Number": "STOCK1",
"AddlItemCode": "16000022",
"ItemCode": "16000022",
"PackName": "-",
"CF_1": 1.0,
"CF_2": 1.0,
"CF_3": 1.0,
"Item_Sale_Rate": 0.0,
"Item_Sp_Rate_1": 0.0,
"Item_Sp_Rate_2": 0.0,
"Item_Sp_Rate_3": 0.0,
"Item_Sp_Rate_4": 0.0,
"Item_Sp_Rate_5": 0.0,
"Item_Pur_Rate": 0.0,
"Item_MRP": 1000.0,
"HSN_Code": "82119100",
"Quantity": 5.0,
"Lot_MRP": 1000.0,
"Rate": 1000.0,
"Tax_Amt_1": 300.0,
"Tax_Amt_3": 300.0,
"Pur_MRP": 1000.0,
"Pur_Gross_Amt": 5000.0,
"Pur_Net_Amt": 5600.0,
"Pur_Round_Amt": 0.0,
"Pur_Net_Rate": 1000.0,
"Gross_Pur_Amt": 0.0,
"CD": 0.0,
"TD": 0.0,
"SP_CD": 0.0,
"Scheme_Unit": 0.0,
"Scheme_Rs": 0.0,
"CD_Per": 0.0,
"TD_Per": 0.0,
"SP_CD_Per": 0.0
}
]
}
],
"Status": true,
"Message": "",
"LastGlobalModifyCode": 0
}