Retrieves the list of existing entries
get
/web/v1/bank
This endpoint is used to get the list of existing entries.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
bankCode(optional): string
Bank Code.
-
bankName(optional): string
Name of the Bank.
-
limit(optional): integer
limit to be fetched
-
offset(optional): integer
offset of the limit
Header Parameters
-
appId: string
Application Id.
-
authToken(optional): string
Authorization Token.
-
branchCode: string
Branch Code for SMS.
-
branchDate(optional): string(date-time)
Branch Date.
-
contentType(optional): string
Content Type.
-
tenantId(optional): string
Tenant Id.
-
userId: string
User Id for SMS.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation
Root Schema : CmcBankCollection
Type:
object
Collection of bankname.
Show Source
-
data(optional):
array data
List of Bank Objects.
-
paging(optional):
object PagingDto
Contains the paging data like Total Results and Next/Prev Links
Nested Schema : data
Type:
array
List of Bank Objects.
Show Source
-
Array of:
object CmcBankModel
Cmc Bank model
Nested Schema : PagingDto
Type:
object
Contains the paging data like Total Results and Next/Prev Links
Show Source
Nested Schema : CmcBankModel
Type:
object
Cmc Bank model
Show Source
-
bankCode(optional):
string
Bank code
-
bankName(optional):
string
Bank name
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error