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 - crashcourse-apigw-exercises-datamodelling1 +Exercise - Complete data modeling - Content
-
... ... @@ -10,17 +10,23 @@ 10 10 11 11 == 2. Exercise == 12 12 13 -Below the variousexercises tolearnmore13 +Below the exercises for this part of the crash course. 14 14 15 -=== 2.1 Data model ling OMS Carrier ===15 +=== 2.1 Data modeling OMS Carrier === 16 16 17 17 Please implement the GET operation for Carrier taking the following into account: 18 - 19 -* Gateway reponse message: click here to download 20 -* System response message: click here to download 21 -* Import both definition as create the response definitions 18 + 19 +* Import both definition to create the response definitions for the GET operation 22 22 * Ensure the proper reponse mapping is created 23 23 22 +=== 2.1 Data modeling OMS Order === 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 29 + 24 24 == 3. Solution == 25 25 26 26