Skip to content

Commit db31975

Browse files
committed
Update KYC values
1 parent 49b82d7 commit db31975

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
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+
}
2323
}
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
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+
}
2525
}

0 commit comments

Comments
 (0)