Note: ==> Please Provide Companycode, Fromdate and Todate in Parameters. Companycode should be like "010" format Fromdate and Todate should be in "yyyy-mm-dd" format. ==> Create XML folder in bin folder with DBConfig file. API URLs: Use PostMan to fetch the data ============================================= 1) Getting Customers data Method type: GET Url: http://localhost/SEPLIntegration/Service1.svc/GetNewCustomers 2) Getting Invoice Header Method type: GET Url: http://localhost/SEPLIntegration/Service1.svc/GetInvoiceHeader 3) Getting Invoice Body Method type: GET Url: http://localhost/SEPLIntegration/Service1.svc/GetInvoiceBody 4) Getting Get Credit Memos Method type: GET Url: http://localhost/SEPLIntegration/Service1.svc/GetCreditMemos 5) Getting Get Receipts Method type: GET Url: http://localhost/SEPLIntegration/Service1.svc/GetReceipts 6)Getting Authenticartion Token Method type: GET http://localhost/SEPLIntegration/Service1.svc/Getlogin?User_Name=su&Password=su&Company_Code=0B0 Note: Replace the Username, Password and Company_Code as per your database Response -------- "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1bmlxdWVfbmFtZSI6IjBCMCIsIm5hbWVpZCI6IjEiLCJpc3MiOiJGb2N1cyIsImF1ZCI6Imh0dHA6Ly93d3cuRm9jdXNzb2Z0bmV0LmNvbSIsImV4cCI6MTcwMTQzOTIyNywibmJmIjoxNzAxNDM1NjI3fQ.QLsSBYbwbqIEhS18LsPHS1o7-Ti5Y8x4Vcr7K5_EFHI" Note: Please Provide Companycode, Fromdate , Todate, ModifiedFromDate, ModifiedToDate, PageNo, NoOfEntries, Auth_Token in Parameters. Companycode should be like "010" format Fromdate and Todate should be in "yyyy-mm-dd" format.