-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
62 lines (62 loc) · 1.82 KB
/
db.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
{
"subscriptions": [
{ "key": 1, "eventName": "Reject Nomination", "isWebActive": "true", "isMobileActive": "false"},
{ "key": 2, "eventName": "Cancel Nomination", "isWebActive": "true", "isMobileActive": "false"},
{ "key": 3, "eventName": "Receive Nomination", "isWebActive": "true", "isMobileActive": "true"},
{ "key": 4, "eventName": "Reply Nomination", "isWebActive": "true", "isMobileActive": "false"}
],
"build-draws": [
{
"id": "1",
"movementTransferId": "1",
"nominationId": "1"
}
],
"nominations": [
{
"id": "1",
"agent": "Nominated Agent"
}
],
"open-commitments": [
{
"id": "1",
"movementTransferId": "1",
"nominationId": "1",
"contractDetails": {
"customerTradeId": "7df385b4-7717-59e6-a7d7-5c98f7ce9561",
"product": {
"name": "Diesel"
},
"deliveryTerm": "FOB",
"creator": "Shell"
}
},
{
"id": "2",
"movementTransferId": "1",
"nominationId": "1",
"contractDetails": {
"customerTradeId": "4c97f493-bfda-53e1-bafb-501d38992cb5",
"product": {
"name": "Diesel"
},
"deliveryTerm": "FOB",
"creator": "Gunvor SA"
}
},
{
"id": "3",
"movementTransferId": "1",
"nominationId": "1",
"contractDetails": {
"customerTradeId": "4c97f493-bfda-53e1-bafb-501d38992cb5",
"product": {
"name": "Diesel"
},
"deliveryTerm": "FOB",
"creator": "Gunvor SA"
}
}
]
}