Bank info update
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"bank_name": "ABC Bank",
"account_name": "John Doe",
"account_no": ["123456789", "987654321", "567890123"]
}
Request samples
curl --location --request PUT 'https://apidev.edufee.online/api/operation-portal/institute-bank/' \
--header 'Content-Type: application/json' \
--data-raw '{
"bank_name": "ABC Bank",
"account_name": "John Doe",
"account_no": ["123456789", "987654321", "567890123"]
}'
Responses
application/json Modified at 2025-03-23 06:23:17