Wiki source code of Example Message
Last modified by etorken on 2024/03/19 14:29
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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 | |||
| 6 | === 1. JSON === | ||
| 7 | |||
| 8 | Below, the information for the example message, needed for the exercise, is provided. | ||
| 9 | |||
| 10 | {{code language="json"}}{ | ||
| 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 | ] | ||
| 24 | }{{/code}} | ||
| 25 | |||
| 26 | )))((({{toc/}}))){{/container}}{{/container}} |