Wiki source code of Business case

Version 8.1 by eMagiz on 2023/04/04 14:16

Show last authors
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 this Crash Course. In the following exercises, we will guide you step by step through the platform so you can learn how to use it.
3
4 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5
6 == 1. Prerequisites ==
7
8 * Read the following: ** [[API Gateway>>https://www.youtube.com/embed/oeXcppmaRzs||target="blank"]]
9
10 == 2. Exercise ==
11
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.
13
14 === 2.1 Business Case ===
15
16 **Read and understand the following business case**
17
18 As eMagiz Ltd. we want to directly receive & send information from/to three internal systems responsible for the primary process. It concerns the FMS (Financial Management System) that handles the invoicing of eMagiz Ltd, the OMS (Order Management system) that handles the Orders that are incoming from clients and lastly a service that translates ISO code from countries. eMagiz Ltd. has decide to expose API operation to their clients so that the message traffic is standardized and less manual intervention is required for the backoffice. See below for specifications per system.
19
20 * FMS
21 ** Retrieve Invoice Information. Objective is to let clients fetch invoices and understand the status of these invoices.
22 * OMS
23 ** Retrieve carrier information. This information is relevant to understand what color the truck is where the order is placed on.
24 ** Send order. Clients can directly submit orders to eMagiz Ltd. in a digital manner
25 * Country Validator
26 ** Retrieve ISO3 code. This service can translate ISO-2 codes to ISO-3 codes and vice versa. eMagiz trades with clients internationally.
27
28 eMagiz Ltd. has two large clients that would start to use these operations. ACME requires the ability to submit orders, retrieve invoices and carriers. Street Smart requires access to all operations. Both clients can work with API keys for authentication purposes.
29
30
31 )))((({{toc/}}))){{/container}}{{/container}}