Changes for page Exercise - Complete data model API gateway design
Last modified by Eva Torken on 2023/05/11 13:07
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,29 +5,25 @@ 5 5 6 6 == 1. Prerequisites == 7 7 8 -* Read the following: ** [[API Gateway>>https://www.youtube.com/embed/oeXcppmaRzs||target="blank"]] 8 +* Have read the business case as the first exercise 9 +* Completed the previous microlearnings of this crash course 9 9 10 10 == 2. Exercise == 11 11 12 - To kickstart your journey into the eMagiz platform,wehave selected a set of exercises linked to theCrash Course Platform course that will guide you through the platform in building andvalidating yourfirst integration. To start things off, we will introduce the businesscasein this exercisethat will be usedtomodelout thecorrectsolution in eMagiz.13 +Below the various exercises to learn more 13 13 14 -=== 2.1 BusinessCase ===15 +=== 2.1 Data modelling OMS Carrier === 15 15 16 -**Read and understand the following business case** 17 - 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 26 - 27 -=== 2.2 Model Capture phase === 17 +Please implement the GET operation for Carrier taking the following into account: 28 28 29 -Please translate the above business case to a valid Capture phase. 19 +* Gateway reponse message: click here to download 20 +* System response message: click here to download 21 +* No path or query parameters are required 22 +* The endpoint to retrieve the Carriers: https://order-tracking.p.rapidapi.com/carriers 23 +* This endpoint is an REST/JSON based endpoint 30 30 25 + 26 + 31 31 == 3. Solution == 32 32 33 33