blob: e7c08ad20b15af553ade1c710a211297aa98d276 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
{
"id": "id",
"callback": "http://localhost:8080/test",
"query": "eventType = ServiceOrderCreationNotification"
},
{
"id": "id",
"callback": "http://localhost/test",
"query": "eventType=ServiceOrderStateChangeNotification"
},
{
"id": "id",
"callback": "http://localhost/test",
"query": "eventType=ServiceOrderItemStateChangeNotification"
}
]
|