blob: bbc2c38b761836246588f11280739fdfb7ff6235 (
plain)
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
|
{
"transaction": [
{
"put": [
{
"body": {
"401": "{\"requestError\": {\"serviceException\": {\"messageId\": \"SVC3003\",\"text\": \"another error message\",\"variables\": []}}}"
}
},
{
"body": {
"200": "test2"
}
}
]
},
{
"put": [
{
"body": {
"400": "{\"requestError\": {\"serviceException\": {\"messageId\": \"SVC3003\",\"text\": \"my great error\",\"variables\": []}}}"
}
},
{
"body": {
"200": "test4"
}
}
]
}
]
}
|