-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathReto-Yape.postman_collection.json
More file actions
71 lines (71 loc) · 1.46 KB
/
Reto-Yape.postman_collection.json
File metadata and controls
71 lines (71 loc) · 1.46 KB
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
71
{
"info": {
"_postman_id": "781f392d-4929-4fbc-a19a-3acfca88e110",
"name": "Proyecto-Reto-Tech",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "GetTransaction",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8081/api/transactions/7f5eff8f-e6cc-4c88-9aae-b5662d22e038",
"protocol": "http",
"host": [
"localhost"
],
"port": "8081",
"path": [
"api",
"transactions",
"7f5eff8f-e6cc-4c88-9aae-b5662d22e038"
]
}
},
"response": []
},
{
"name": "CreateTransaction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"accountExternalIdDebit\": \"5e3d2c23-9ffe-41bf-81eb-c2cf26f88295\",\r\n \"accountExternalIdCredit\": \"88db4a29-686a-43e3-9344-f3ce7288e335\",\r\n \"transferTypeId\": 1,\r\n \"value\": 32333\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8081/api/transactions",
"protocol": "http",
"host": [
"localhost"
],
"port": "8081",
"path": [
"api",
"transactions"
]
}
},
"response": []
}
]
}