Last modified by Eva Torken on 2023/05/11 13:07

From version 2.1
edited by eMagiz
on 2023/03/31 11:30
Change comment: There is no comment for this version
To version 6.1
edited by eMagiz
on 2023/03/31 15:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,17 +12,19 @@
12 12  
13 13  Below the various exercises to learn more
14 14  
15 -=== 2.1 Data modelling 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 +* Import both definition to create the response definitions for the GET operation
20 +* Ensure the proper reponse mapping is created
18 18  
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
24 -
22 +=== 2.1 Data modeling OMS Order ===
25 25  
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
26 26  
27 27  == 3. Solution ==
28 28