《REST API 和 Visual Studio:与 Acumatica 集成的最佳实践.pdf》由会员分享,可在线阅读,更多相关《REST API 和 Visual Studio:与 Acumatica 集成的最佳实践.pdf(43页珍藏版)》请在三个皮匠报告上搜索。
1、REST APIs and Visual Studio:Best Practices for Integrating with AcumaticaDmitrii Naumov2Presented byDmitrii NaumovSolutions Architect3AgendaLearning ObjectivesSession OverviewStarting New REST API Integration with Acumatica Using C#Using Custom EndpointsUsing Different Types of Integration in a Sing
2、le SolutionMigrating Existing SOAP API IntegrationsQ&A|Survey CompletionSummary and Key Takeaways4CPE DisclaimerThis session is NASBA-compliant,and you may get 1 CPE credit if you fulfill the following requirements:Participate in at least one quizProvide your full name and email address when you com
3、plete a quizFailure to provide your full name and email address will result in Acumaticas inability to recognize you in our reports;thus,we will be unable to issue a CPE certificate for you.If you are not interested in getting the CPE credit,specifying your personal details is optional.Learning Obje
4、ctives6Learning ObjectivesIn this session youll learn how to:Explore how to use Contract Based APIs with the GitHub REST API repository projectExplore APIs structureGenerate endpoint ModelMigrate existing SOAP integrationsUnderstand best practices for performance and efficiencyLessen implementation
5、time and reduce code baseWork with different types of APIsSession Overview8REST API ClientSpeed up developmentReduce maintenanceReuse existing codeFollow best practices9Acumatica Offerings Starting New REST API Integrationwith Acumatica Using C#11Unfamiliar data structureBoilerplate codeNeed to gene
6、rate data classesSlow startBoringChallanges12SolutionAdd Nuget packages:1.Acumatica.ContractBasedAPI2.Endpoint13SolutionEnjoy IntelliSense and Github Copilot!14SolutionNavigate through the classes to understand the data structure.15Benefits and ConsiderationsReduce start timeReuse existing boilerpla