AT&T 1712 and 1802 release code
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / aai / bulkprocess / response-success.json
1 {
2         "transaction": [
3                 {
4                         "put": [
5                                 {
6                                         "body": {
7                                                 "201": "test"
8                                         }
9                                 },
10                                 {
11                                         "body": {
12                                                 "200": "test2"
13                                         }
14                                 }
15                         ]
16                 },
17                 {
18                         "put": [
19                                 {
20                                         "body": {
21                                                 "201": "test3"
22                                         }
23                                 },
24                                 {
25                                         "body": {
26                                                 "200": "test4"
27                                         }
28                                 }
29                         ]
30                 }
31         ]
32 }