Assigned DO
Save Assigned DO :- LOGIC API PUSH - ASSIGN STOCK TO DO
This API is used to assign the Delivery Order in LOGIC
Authorization Detail
Name
Detail
End Point
http://demo.logicerp.com/api/SaveAssignedDO
Request Type
POST
Authorization
Basic Auth
Username
Demo
Password
1
Request
{
"Doc_Code": 1101,
"Doc_Prefix": "DO",
"Doc_Number": 15501,
"DO_Branch_Code": 2,
"LstItems": [
{
"DO_Txn_Code": 11012,
"AddlItemCode": "1001",
"LogicUser_Code": "1001",
"Packing_Box_No": "BOX-1",
"Quantity": 5,
"MRP": 505,
"Lot_MRP": 505.0
},
{
"DO_Txn_Code": 11014,
"AddlItemCode": "1002",
"LogicUser_Code": "1002",
"Packing_Box_No": "BOX-2",
"Quantity": 2,
"MRP": 701,
"Lot_MRP": 701.0
}
]
}
Name
Type
Length
Mandatory
Doc_Code
num
-
yes
Doc_Prefix
nvarchar
15
yes
Doc_Number
money
-
-
DO_Branch_Code
num
6
yes
DO_Txn_Code
num
-
-
AddlItemCode
nvarchar
-
yes
LogicUser_Code
nvarchar
-
yes
Packing_Box_No
nvarchar
30
yes
Quantity
num
-
yes
MRP
money
-
-
Lot_MRP
money
-
-
Response
{
"LastSavedDocNo": null,
"LastSavedCode": 0,
"Status": true,
"Message": ""
}
Last updated