Get Account Master :- LOGIC API PULL - ACCOUNTS MASTER

This API is used to fetch Party detail from LOGIC

Authorization Detail

Name Detail
End Point http://demo.logicerp.com/api/GetPartyMaster
Request Type POST
Authorization Basic Auth
Username Demo
Password 1

Request

 
{
  "GlobalModifyCode":15,
  "Doc_Codes": "",
  "DateFrom": "",
  "DateTo": ""
}

              

Response

                 
{
  "GetData": [
     {
        "Act_Name": "COUNTER COLLECTION_1",
        "Act_Type": "CU",
        "Grp_Name": "(NIL)",
        "User_Code": "990",
        "ActCode": 34,
        "Stock_Transfer_Party": false,
        "Stock_Transfer_BranchCode": 0,
        "Stock_Transfer_BranchName": "(NIL)",
        "IsCUOrSUAlso": false,
        "AddlActUserCode": "",
        "Party_Add_1": "",
        "Party_Add_2": "",
        "Party_Add_3": "",
        "PinCode": "",
        "City_Name": "(NIL)",
        "State_Name": "(NIL)",
        "Country_Name": "(NIL)",
        "Party_Sec_Add_1": "",
        "Party_Sec_Add_2": "",
        "Party_Sec_Add_3": "",
        "Sec_PinCode": "",
        "Sec_City_Name": "(NIL)",
        "Sec_State_Name": "(NIL)",
        "Sec_Country_Name": "(NIL)",
        "Telephone_off": "",
        "Telephone_res": "",
        "Fax_no": "",
        "Mobile_no": "",
        "Email_address": "",
        "Contact_Name": "",
        "GST_No": "",
        "GST_State_Code": "",
        "GST_Registration_Type": "UnRegistered",
        "Is_Ecommerce_Party": false,
        "Ecommerce_GST_No": " ",
        "Group_Name1": "",
        "Group_Name2": "",
        "Group_Name3": "",
        "Group_Name4": "",
        "Group_Name5": "",
        "Group_Name6": "",
        "Group_Name7": "",
        "Group_Name8": "",
        "Deleted_": false,
        "Create_Date": "29/09/2014",
        "Modify_Date": "12/09/2023",
        "Action_Code": "M",
        "InActiveFor_SO": false,
        "Agent_Name": "NIL",
        "Agent_Short_Name": "NIL",
        "Stop_Billing": false,
        "BranchCode": 3,
        "BranchName": "TIRUPATI AIRPORT",
        "BranchShortName": "025",
        "Food_Lisc_No": " ",
        "LedgerBalance": -2199.0
     },
     {
        "Act_Name": "CREDIT NOTE CUSTOMER",
        "Act_Type": "CU",
        "Grp_Name": "(NIL)",
        "User_Code": "993",
        "ActCode": 90,
        "Stock_Transfer_Party": false,
        "Stock_Transfer_BranchCode": 0,
        "Stock_Transfer_BranchName": "(NIL)",
        "IsCUOrSUAlso": false,
        "AddlActUserCode": "",
        "Party_Add_1": "",
        "Party_Add_2": "",
        "Party_Add_3": "",
        "PinCode": "",
        "City_Name": "(NIL)",
        "State_Name": "(NIL)",
        "Country_Name": "(NIL)",
        "Party_Sec_Add_1": "",
        "Party_Sec_Add_2": "",
        "Party_Sec_Add_3": "",
        "Sec_PinCode": "",
        "Sec_City_Name": "(NIL)",
        "Sec_State_Name": "(NIL)",
        "Sec_Country_Name": "(NIL)",
        "Telephone_off": "",
        "Telephone_res": "",
        "Fax_no": "",
        "Mobile_no": "",
        "Email_address": "",
        "Contact_Name": "",
        "GST_No": " ",
        "GST_State_Code": " ",
        "GST_Registration_Type": "UnRegistered",
        "Is_Ecommerce_Party": false,
        "Ecommerce_GST_No": " ",
        "Group_Name1": "",
        "Group_Name2": "",
        "Group_Name3": "",
        "Group_Name4": "",
        "Group_Name5": "",
        "Group_Name6": "",
        "Group_Name7": "",
        "Group_Name8": "",
        "Deleted_": false,
        "Create_Date": "04/07/2017",
        "Modify_Date": "26/03/2022",
        "Action_Code": "M",
        "InActiveFor_SO": false,
        "Agent_Name": "NIL",
        "Agent_Short_Name": "NIL",
        "Stop_Billing": false,
        "BranchCode": 3,
        "BranchName": "TIRUPATI AIRPORT",
        "BranchShortName": "025",
        "Food_Lisc_No": " ",
        "LedgerBalance": 0.0
     }
  ],
   "Status": true,
   "Message": "",
   "LastGlobalModifyCode": 99
}