add Postman Collection
[integration.git] / test / postman / 07_Declare_owningEntity_LineOfBusiness_project_platform.postman_collection.json
1 {
2         "variables": [],
3         "info": {
4                 "name": "07_Declare_owningEntity_LineOfBusiness_project_platform",
5                 "_postman_id": "7143bf9e-0167-af43-26cb-0cec6550dcd1",
6                 "description": "",
7                 "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
8         },
9         "item": [
10                 {
11                         "name": "Declare owningEntity",
12                         "event": [
13                                 {
14                                         "listen": "test",
15                                         "script": {
16                                                 "type": "text/javascript",
17                                                 "exec": [
18                                                         "tests[\"Status code is 200\"] = (responseCode.code === 200) || (responseCode.code === 207) ;",
19                                                         ""
20                                                 ]
21                                         }
22                                 }
23                         ],
24                         "request": {
25                                 "url": "{{url-vid}}/vid/maintenance/category_parameter/owningEntity",
26                                 "method": "POST",
27                                 "header": [
28                                         {
29                                                 "key": "Content-Type",
30                                                 "value": "application/json",
31                                                 "description": ""
32                                         },
33                                         {
34                                                 "key": "Accept-Encoding",
35                                                 "value": "gzip, deflate",
36                                                 "description": ""
37                                         }
38                                 ],
39                                 "body": {
40                                         "mode": "raw",
41                                         "raw": "{\n    \"options\": [\"{{owning_entity}}\"]\n}"
42                                 },
43                                 "description": ""
44                         },
45                         "response": []
46                 },
47                 {
48                         "name": "Declare platform",
49                         "event": [
50                                 {
51                                         "listen": "test",
52                                         "script": {
53                                                 "type": "text/javascript",
54                                                 "exec": [
55                                                         "tests[\"Status code is 200\"] = (responseCode.code === 200) || (responseCode.code === 207) ;",
56                                                         ""
57                                                 ]
58                                         }
59                                 }
60                         ],
61                         "request": {
62                                 "url": "{{url-vid}}/vid/maintenance/category_parameter/platform",
63                                 "method": "POST",
64                                 "header": [
65                                         {
66                                                 "key": "Content-Type",
67                                                 "value": "application/json",
68                                                 "description": ""
69                                         }
70                                 ],
71                                 "body": {
72                                         "mode": "raw",
73                                         "raw": "{\n    \"options\": [\"{{platform}}\"]\n}"
74                                 },
75                                 "description": ""
76                         },
77                         "response": []
78                 },
79                 {
80                         "name": "Declare lineOfBusiness",
81                         "event": [
82                                 {
83                                         "listen": "test",
84                                         "script": {
85                                                 "type": "text/javascript",
86                                                 "exec": [
87                                                         "tests[\"Status code is 200\"] = (responseCode.code === 200) || (responseCode.code === 207) ;",
88                                                         ""
89                                                 ]
90                                         }
91                                 }
92                         ],
93                         "request": {
94                                 "url": "{{url-vid}}/vid/maintenance/category_parameter/lineOfBusiness",
95                                 "method": "POST",
96                                 "header": [
97                                         {
98                                                 "key": "Content-Type",
99                                                 "value": "application/json",
100                                                 "description": ""
101                                         }
102                                 ],
103                                 "body": {
104                                         "mode": "raw",
105                                         "raw": "{\n    \"options\": [\"{{lineofbusiness}}\"]\n}"
106                                 },
107                                 "description": ""
108                         },
109                         "response": []
110                 },
111                 {
112                         "name": "Declare project",
113                         "event": [
114                                 {
115                                         "listen": "test",
116                                         "script": {
117                                                 "type": "text/javascript",
118                                                 "exec": [
119                                                         "tests[\"Status code is 200\"] = (responseCode.code === 200) || (responseCode.code === 207) ;",
120                                                         ""
121                                                 ]
122                                         }
123                                 }
124                         ],
125                         "request": {
126                                 "url": "{{url-vid}}/vid/maintenance/category_parameter/project",
127                                 "method": "POST",
128                                 "header": [
129                                         {
130                                                 "key": "Content-Type",
131                                                 "value": "application/json",
132                                                 "description": ""
133                                         }
134                                 ],
135                                 "body": {
136                                         "mode": "raw",
137                                         "raw": "{\n    \"options\": [\"{{project}}\"]\n}"
138                                 },
139                                 "description": ""
140                         },
141                         "response": []
142                 }
143         ]
144 }