-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathErrorForVigneshToPlay.bru
75 lines (72 loc) · 2.15 KB
/
ErrorForVigneshToPlay.bru
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
72
73
74
75
meta {
name: ErrorForVigneshToPlay
type: http
seq: 2
}
post {
url: {{url}}/api/v1/batch_requests/
body: json
auth: inherit
}
auth:apikey {
key: Authorization
value: {{auth}}
placement: header
}
body:json {
{
"requests": [
{
"url": "/api/v1/questionnaire/bodhi_test/submit/",
"method": "POST",
"body": {
"resource_id": "af7564f2-682c-43fc-81e4-d1583e5f31cf",
"encounter": "d8ee0842-d213-469c-9e63-4549c2aa4610",
"results": [
{
"question_id": "54c7b248-5ef0-4028-91ba-d9db02a59991",
"values": [
{
"value": "false"
}
]
},
{
"question_id": "30f54d4a-33b1-4c83-a260-c9fb0ee78fe1",
"values": [
{
"value": "false"
}
]
}
]
}
},{
"url": "/api/v1/questionnaire/bodhi_test/submit/",
"method": "POST",
"body": {
"resource_id": "d8ee0842-d213-469c-9e63-4549c2aa4610",
"encounter": "d8ee0842-d213-469c-9e63-4549c2aa4610",
"results": [
{
"question_id": "54c7b248-5ef0-4028-91ba-d9db02a59991",
"values": [
{
"value": "123"
}
]
},
{
"question_id": "30f54d4a-33b1-4c83-a260-c9fb0ee78fe1",
"values": [
{
"value": "123"
}
]
}
]
}
}
]
}
}