-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpringBoot.postman_collection.json
46 lines (46 loc) · 1.15 KB
/
SpringBoot.postman_collection.json
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
{
"id": "9a5553af-8283-b4e0-1e5d-b48de2fc86fe",
"name": "SpringBoot",
"description": "",
"order": [
"711eb575-4402-7071-1668-e28356efe3b8"
],
"folders": [],
"folders_order": [],
"timestamp": 1563715407648,
"owner": 0,
"public": false,
"requests": [
{
"id": "711eb575-4402-7071-1668-e28356efe3b8",
"headers": "Content-Type: application/json\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"enabled": true
}
],
"url": "http://localhost:8088/licensure",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "POST",
"collectionId": "9a5553af-8283-b4e0-1e5d-b48de2fc86fe",
"data": [],
"dataMode": "raw",
"name": "Licensure",
"description": "",
"descriptionFormat": "html",
"time": 1563715409636,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"rawModeData": "{\r\n\"fullInsured\":\"Yes\",\r\n\"medicare\":\"N\",\r\n\"medicaid\":\"Y\",\r\n\"isHmo\":\"y\",\r\n\"isProviderPhysian\":\"n\",\r\n\"review\":\"Test\"\r\n}"
}
]
}