Wiki source code of Example Message
Last modified by etorken on 2024/03/19 14:29
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{container}}{{container layoutStyle="columns"}}((( |
| 2 | On this page you will find the information needed to complete the exercise. | ||
| 3 | |||
| 4 | Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. | ||
| 5 | |||
| |
3.1 | 6 | === 1. JSON === |
| |
1.1 | 7 | |
| 8 | Below, the information for the example message, needed for the exercise, is provided. | ||
| 9 | |||
| |
4.1 | 10 | {{code language="json"}}{ |
| |
1.1 | 11 | "Type": "ALG", |
| 12 | "Description": "Test Order API Gateway Training", | ||
| 13 | "Value": 500, | ||
| 14 | "OrderLine": [ | ||
| 15 | { | ||
| 16 | "Description": "Test Order API Gateway Training OrderLine", | ||
| 17 | "Value": 300 | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "Description": "Test Order API Gateway Training OrderLine", | ||
| 21 | "Value": 200 | ||
| 22 | } | ||
| 23 | ] | ||
| |
4.1 | 24 | }{{/code}} |
| |
1.1 | 25 | |
| 26 | )))((({{toc/}}))){{/container}}{{/container}} |