Get Item Master :- LOGIC API PULL - BRANCH + PARTY + ITEM WISE DEFAULTS
This API is used to fetch Items detail from LOGIC
Authorization Detail
Name | Detail | |
---|---|---|
End Point | http://demo.logicerp.com/api/GetBranchPartyItemDefaults | |
Request Type | POST | |
Authorization | Basic Auth | |
Username | Demo | |
Password | 1 |
Request
{
"BranchCode": 2,
"ListCustomers": [
{
"CustomerCode": "308",
"ItemGroupNames": "",
"UseEANItemCodeAsItemCode": false,
"ListItems": []
},
{
"CustomerCode": "542",
"ItemGroupNames": "",
"UseEANItemCodeAsItemCode": false,
"ListItems": []
}
]
}
Response
{
"GetData": {
"BranchCode": 2,
"BranchName": "WAREHOUSE",
"Customers": [
{
"PartyCode": "308",
"PartyName": "QUALITY ENTERPRISES -AMBUR",
"ListItems": [
{
"ItemCode": "LOGIC84",
"EANCode": "84LOGIC",
"CD_P": 0.0,
"CD_Type": "Ignore Zero",
"SPCD_P": 0.0,
"SPCD_Type": "Ignore Zero",
"TD_P": 0.0,
"TD_Type": "Ignore Zero",
"Excise_P": 0.0,
"Excise_Type": "Ignore Zero",
"Tax1_P": 0.0,
"Tax1_Type": "Ignore Zero",
"Tax2_P": 0.0,
"Tax2_Type": "Ignore Zero",
"LabourPerUnit": 0.0,
"LabourIn": "Ignore Zero",
"LabourType": "Ignore Zero",
"AdjustPerUnit": 10.0,
"AdjustIn": "Ignore Zero",
"AdjustType": "Ignore Zero",
"Add_PInRate": 0.0,
"Rate": 0.0,
"Net_Rate": 0.0
}
]
},
{
"PartyCode": "542",
"PartyName": "ADITYA KALAMBE -NAGPUR",
"ListItems": [
{
"ItemCode": "LOGIC84",
"EANCode": "84LOGIC",
"CD_P": 0.0,
"CD_Type": "Ignore Zero",
"SPCD_P": 0.0,
"SPCD_Type": "Ignore Zero",
"TD_P": 0.0,
"TD_Type": "Ignore Zero",
"Excise_P": 0.0,
"Excise_Type": "Ignore Zero",
"Tax1_P": 0.0,
"Tax1_Type": "Ignore Zero",
"Tax2_P": 0.0,
"Tax2_Type": "Ignore Zero",
"LabourPerUnit": 0.0,
"LabourIn": "Ignore Zero",
"LabourType": "Ignore Zero",
"AdjustPerUnit": 10.0,
"AdjustIn": "Ignore Zero",
"AdjustType": "Ignore Zero",
"Add_PInRate": 0.0,
"Rate": 0.0,
"Net_Rate": 0.0
}
]
}
]
},
"Status": false,
"Message": "",
"LastGlobalModifyCode": 0
}