Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
HasuraNodeComponent
Commits
f6831271
Unverified
Commit
f6831271
authored
1 year ago
by
Shishir Suman
Committed by
GitHub
1 year ago
Browse files
Options
Download
Patches
Plain Diff
APIs for Transaction Record endpoints
parent
cef61d6f
main
UAT
icici-easypay-endpoint
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
endpoints/endpoints.js
+32
-0
endpoints/endpoints.js
with
32 additions
and
0 deletions
+32
-0
endpoints/endpoints.js
+
32
−
0
View file @
f6831271
...
...
@@ -564,6 +564,38 @@ const endpoints = [
method
:
"
post
"
,
route
:
"
/api/rest/getAllInstituteDrafts
"
,
requestBody
:
[
"
searchString
"
,
"
offsetNo
"
,
"
limit
"
],
},
{
method
:
"
put
"
,
route
:
"
/api/rest/saveTransactionRecord
"
,
requestBody
:
[
"
created_by
"
,
"
invoice_date
"
,
"
invoice_id
"
,
"
invoice_time
"
,
"
payer_id
"
,
"
payer_type
"
,
"
payment_mode
"
,
"
reference_no
"
,
"
refund_date
"
,
"
refund_id
"
,
"
refund_status
"
,
"
refund_time
"
,
"
transaction_amount
"
,
"
transaction_date
"
,
"
transaction_status
"
,
"
transaction_time
"
],
},
{
method
:
"
post
"
,
route
:
"
/api/rest/getAllTransactionRecords
"
,
requestBody
:
[
"
offsetNo
"
,
"
limit
"
],
},
{
method
:
"
post
"
,
route
:
"
/api/rest/filterAllTransactionRecords
"
,
requestBody
:
[
"
param
"
,
"
offsetNo
"
,
"
limit
"
],
}
];
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets