Changes for page Exercise - Complete data model API gateway design
Last modified by Eva Torken on 2023/05/11 13:07
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - ExerciseComplete1 +crashcourse-apigw-exercises-datamodelling - Content
-
... ... @@ -1,32 +1,33 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 -With this exercise, we start our journey into the eMagiz platform. This exercise will explain the business case used throughout all exercises linked to th isCrash Course. In the following exercises, we will guide you step by step through the platform so you can learn how to use it.2 +With this exercise, we start our journey into the eMagiz platform. This exercise will explain the business case used throughout all exercises linked to the Crash Course Platform Course. In the following exercises, we will guide you step by step through the platform so you can learn how to use it. 3 3 4 4 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 5 5 6 6 == 1. Prerequisites == 7 7 8 -* Have read the business case as the first exercise 9 -* Completed the previous microlearnings of this crash course 8 +* Read the following: ** [[API Gateway>>https://www.youtube.com/embed/oeXcppmaRzs||target="blank"]] 10 10 11 11 == 2. Exercise == 12 12 13 - Belowthe exercises for thispart of thecrash course.12 +To kickstart your journey into the eMagiz platform, we have selected a set of exercises linked to the Crash Course Platform course that will guide you through the platform in building and validating your first integration. To start things off, we will introduce the business case in this exercise that will be used to model out the correct solution in eMagiz. 14 14 15 -=== 2.1 Data modelingOMSCarrier===14 +=== 2.1 Business Case === 16 16 17 - Pleaseimplement the GET operationfor Carrierkingthe following intoaccount:16 +**Read and understand the following business case** 18 18 19 -* Import both definition to create the response definitions for the GET operation 20 -* Ensure the proper reponse mapping is created 21 - 22 -=== 2.1 Data modeling OMS Order === 18 +As eMagiz Ltd. we want to directly receive information from three external sources (FMS, OMS and Country Validator). We expect to get an immediate response in both success as well as failure cases. See below for specifications per system which provide data to the user eMagiz 19 +* FMS 20 + ** Retrieve Invoice Information 21 +* OMS 22 + ** Retrieve carrier information 23 + ** Retrieve parcel status 24 +* Country Validator 25 + ** Retrieve ISO3 code 23 23 24 -Please implement the POSt operation for Order taking the following into account: 25 - 26 -* Import both definition to create the request definitions for the POST 27 -* Ensure the proper request mapping is created 28 -* Assumption is that the gateway and system messages are identical 27 +=== 2.2 Model Capture phase === 29 29 29 +Please translate the above business case to a valid Capture phase. 30 + 30 30 == 3. Solution == 31 31 32 32