forked from MagsOrton/json-transformation-logicapp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mbo-payload.json
87 lines (87 loc) · 2.99 KB
/
mbo-payload.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
{
"jobParams": {
"jobName": "newOrder",
"jobPriority": "medium",
"jobId": "40ef4839-ed4d-4bc1-8338-5bb6ce90557c",
"bookStore": "StoreA"
},
"jobPayload": {
"orderId": "66e62767-c1cd-46b9-8c9e-f8900a790910",
"orderDate": "2021-03-19T07:22Z",
"coreAPIURL": "https://order-engine.storeb.com/API/core",
"tenantName": "storea.com",
"AppId": "2de6a36b-89f0-4ef3-a8ce-191402ed2a1a",
"AppSecret": "coreAPIA-BigSecret",
"retryAttempts": 3,
"retryInterval": 5,
"logLevel": "info",
"deliveryAddress": {
"firstName": "Bob",
"lastName": "Mustermann",
"city": "Budapest",
"country": "Hungary",
"postalCode": "1073",
"streetAddress": "Liszt Ferenc tér 5"
},
"orderItems": [
{
"ISBN": "9783060311354",
"title": "Fahrenheit 451",
"author": "Ray Bradbury",
"category": "sci-fi",
"price": 11.99,
"quantity": 1,
"bookStoreBranch": "Budapest"
},
{
"ISBN": "9780316409131",
"title": "Upheaval: Turning Points for Nations in Crisis",
"author": "Jarred Diamond",
"category": "history",
"price": 11.99,
"quantity": 1,
"bookStoreBranch": "Eger"
}
]
}
},
{
"jobParams": {
"jobName": "newOrder",
"jobPriority": "medium",
"jobId": "93a5dc9d-56e2-418d-80ec-bcbf9df33b47",
"bookStore": "StoreB"
},
"jobPayload": {
"orderId": "66e62767-c1cd-46b9-8c9e-f8900a790910",
"orderDate": "2021-03-19T07:22Z",
"coreAPIURL": "https://order-engine.storeb.com/API/core",
"tenantName": "storeb.com",
"AppId": "61612ba2-5672-4aa2-bfec-18886177871e",
"AppSecret": "coreAPIB-BigSecret",
"retryAttempts": 5,
"retryInterval": 2,
"logLevel": "error",
"deliveryAddress": {
"firstName": "Bob",
"lastName": "Mustermann",
"city": "Budapest",
"country": "Hungary",
"postalCode": "1073",
"streetAddress": "Liszt Ferenc tér 5"
},
"orderItems": [
{
"ISBN": "9780571258093",
"title": "Never let me go",
"author": "Kazuro Ishiguro",
"category": "sci-fi",
"price": 12.99,
"quantity": 1,
"bookStoreBranch": "Budapest"
}
]
}
}
]