Skip to content

Commit cb4d0bc

Browse files
author
tanmay
committed
add api playground examples
1 parent 9d9d7ea commit cb4d0bc

File tree

5 files changed

+80
-0
lines changed

5 files changed

+80
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"X-PARTNER-ID": "1010225520484287807"
6+
}
7+
],
8+
"path": [
9+
{
10+
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
11+
}
12+
]
13+
}
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"X-PARTNER-ID": "1010225520484287807"
6+
}
7+
],
8+
"path": [
9+
{
10+
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
11+
}
12+
]
13+
}
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"X-PARTNER-ID": "1010225520484287807"
6+
}
7+
],
8+
"path": [
9+
{
10+
"billRefId": "SETUBILLREFIDEXAMPLE123456789012345"
11+
}
12+
]
13+
}
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"X-PARTNER-ID": "1010225520484287807"
6+
}
7+
],
8+
"path": [
9+
{
10+
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
11+
}
12+
]
13+
},
14+
"body": {
15+
"mandate": {
16+
"registrationType": "AUTO_PAY",
17+
"toDate": "2027-01-01",
18+
"debitInfo": {
19+
"amount": 10000,
20+
"type": "MAX_AMOUNT"
21+
}
22+
}
23+
}
24+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"X-PARTNER-ID": "1010225520484287807"
6+
}
7+
],
8+
"path": [
9+
{
10+
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
11+
}
12+
]
13+
}
14+
}

0 commit comments

Comments
 (0)