aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/resources/__files/aai/bulkprocess/response-failure.json
blob: 6ffc7d901c24d209fed8fe53d0ac70556de23b33 (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": {
						"201": "test"
					}
				},
				{
					"body": {
						"200": "test2"
					}
				}
			]
		},
		{
			"put": [
				{
					"body": {
						"400": "my great error"
					}
				},
				{
					"body": {
						"200": "test4"
					}
				}
			]
		}
	]
}