File tree Expand file tree Collapse file tree 2 files changed +44
-44
lines changed
api-playground/json/data/okyc Expand file tree Collapse file tree 2 files changed +44
-44
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "parameters" : {
3
- "path" : [
4
- {
5
- "requestId" : " a4b50cf2-ca70-4bc0-a7d1-1f9b47b984e1"
6
- },
7
- {
8
- "shareCode" : " shareCode "
9
- }
10
- ],
11
- "header" : [
12
- {
13
- "x-client-id" : " b62ace35-122c-4a18-9b5c-f60b2a6a2f9c"
14
- },
15
- {
16
- "x-client-secret" : " UoZYWrl8NVc10XysYLPCY61sD6JQfGxg"
17
- },
18
- {
19
- "x-product-instance-id" : " 03e72dac-2d3e-49fa-9f11-6e61146211ea"
20
- }
21
- ]
22
- }
2
+ "parameters" : {
3
+ "path" : [
4
+ {
5
+ "requestId" : " a4b50cf2-ca70-4bc0-a7d1-1f9b47b984e1"
6
+ },
7
+ {
8
+ "shareCode" : 123456
9
+ }
10
+ ],
11
+ "header" : [
12
+ {
13
+ "x-client-id" : " b62ace35-122c-4a18-9b5c-f60b2a6a2f9c"
14
+ },
15
+ {
16
+ "x-client-secret" : " UoZYWrl8NVc10XysYLPCY61sD6JQfGxg"
17
+ },
18
+ {
19
+ "x-product-instance-id" : " 03e72dac-2d3e-49fa-9f11-6e61146211ea"
20
+ }
21
+ ]
22
+ }
23
23
}
Original file line number Diff line number Diff line change 1
1
{
2
- "parameters" : {
3
- "path" : [
4
- {
5
- "requestId" : " a4b50cf2-ca70-4bc0-a7d1-1f9b47b984e1"
6
- }
7
- ],
8
- "header" : [
9
- {
10
- "x-client-id" : " b62ace35-122c-4a18-9b5c-f60b2a6a2f9c"
11
- },
12
- {
13
- "x-client-secret" : " UoZYWrl8NVc10XysYLPCY61sD6JQfGxg"
14
- },
15
- {
16
- "x-product-instance-id" : " 03e72dac-2d3e-49fa-9f11-6e61146211ea"
17
- }
18
- ]
19
- },
20
- "body" : {
21
- "otp" : " 123456" ,
22
- "shareCode" : " 1234 " ,
23
- "aadhaarNumber" : " 999999990019"
24
- }
2
+ "parameters" : {
3
+ "path" : [
4
+ {
5
+ "requestId" : " a4b50cf2-ca70-4bc0-a7d1-1f9b47b984e1"
6
+ }
7
+ ],
8
+ "header" : [
9
+ {
10
+ "x-client-id" : " b62ace35-122c-4a18-9b5c-f60b2a6a2f9c"
11
+ },
12
+ {
13
+ "x-client-secret" : " UoZYWrl8NVc10XysYLPCY61sD6JQfGxg"
14
+ },
15
+ {
16
+ "x-product-instance-id" : " 03e72dac-2d3e-49fa-9f11-6e61146211ea"
17
+ }
18
+ ]
19
+ },
20
+ "body" : {
21
+ "otp" : " 123456" ,
22
+ "shareCode" : " 123456 " ,
23
+ "aadhaarNumber" : " 999999990019"
24
+ }
25
25
}
You can’t perform that action at this time.
0 commit comments