Cancel Sale Invoice :- LOGIC API PUSH - CANCEL SALE BILL

This API is used to Cancel the Sale Bill from LOGIC

Authorization Detail

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

Request

               
{
    "BillSeries": "WSL",
    "Bill_No": 59,
    "DocCode": 0,
    "Branch_Code": 2,
    "PartyOrderNo": "",
    "Cancel_Reason": "Cancel sale bill"
}

            

Response

 
{
    "Status": true,
    "Message": "Sale Bill Cancelled Sucessfully...(SLWSL 59)",
    "LastSavedCode": 178
}