Rate Difference Debit Notes against PU
Save Rate Diff Debit Notes Againt PU :- LOGIC API PUSH - GENERATE RATE DIFF/PHY STOCK DEBIT NOTES
This API is used to Save the Rate Diff Debit Notes Againt PU in LOGIC
Authorization Detail
Name
Detail
End Point
http://demo.logicerp.com/api/SaveRateDiffDebitNotesAgaintPU
Request Type
POST
Authorization
Basic Auth
Username
Demo
Password
1
Request
{
"BranchShortName": null,
"BranchCode": 2,
"GRN_Prefix": "LPO",
"GRN_Number": 14,
"Bill_No": "112"
}
Response
{
"PrintFile": "",
"Invoice_No": "",
"Order_No": "",
"Status": true,
"Message": "",
"LastSavedCode": ""
}
Last updated