forked from salaboy/drools-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcep.json.postman_collection
70 lines (70 loc) · 1.91 KB
/
cep.json.postman_collection
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"id": "4bc9bb69-36ea-e8eb-7d5a-b60b2a1e7a20",
"name": "cep",
"description": "",
"order": [
"83ce2150-f410-f359-27c5-f87f6c35f85e",
"d072c5b5-56b3-b5f3-6e3f-719ae0176963",
"f722215b-2563-a8d0-b13c-facd141743a5"
],
"folders": [],
"timestamp": 1446998283028,
"owner": "",
"remoteLink": "",
"public": false,
"requests": [
{
"id": "83ce2150-f410-f359-27c5-f87f6c35f85e",
"url": "http://localhost:8080/cep/transaction/frauds",
"method": "GET",
"headers": "Content-Type: application/json\n",
"data": [],
"dataMode": "params",
"tests": "",
"preRequestScript": "",
"currentHelper": "normal",
"pathVariables": {},
"version": 2,
"name": "http://localhost:8080/cep/transaction/frauds",
"description": "",
"descriptionFormat": "html",
"collectionId": "4bc9bb69-36ea-e8eb-7d5a-b60b2a1e7a20"
},
{
"id": "d072c5b5-56b3-b5f3-6e3f-719ae0176963",
"url": "http://localhost:8080/cep/transaction/blacklist/pepe",
"method": "POST",
"headers": "Content-Type: application/json\n",
"data": [],
"dataMode": "raw",
"tests": "",
"preRequestScript": "",
"currentHelper": "normal",
"pathVariables": {},
"version": 2,
"name": "http://localhost:8080/cep/transaction/blacklist/pepe",
"description": "",
"descriptionFormat": "html",
"collectionId": "4bc9bb69-36ea-e8eb-7d5a-b60b2a1e7a20",
"rawModeData": ""
},
{
"id": "f722215b-2563-a8d0-b13c-facd141743a5",
"url": "http://localhost:8080/cep/transaction",
"method": "POST",
"headers": "Content-Type: application/json\n",
"data": [],
"dataMode": "raw",
"tests": "",
"preRequestScript": "",
"currentHelper": "normal",
"pathVariables": {},
"version": 2,
"name": "http://localhost:8080/cep/transaction",
"description": "",
"descriptionFormat": "html",
"collectionId": "4bc9bb69-36ea-e8eb-7d5a-b60b2a1e7a20",
"rawModeData": "{\"client\": { \"name\" : \"pepe\" } }"
}
]
}