Fetch the list of correspondant bank setup for location code
get
/service/v1/location/corrbanks/{locationCode}
This API fetches list of correspondant bank setup for location code.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
locationCode(required): string
location code of the location that needs to be fetched
Header Parameters
-
appId(required): string
App ID
-
branchCode(required): string
branchCode
-
userId(required): string
userId
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the location based on given id.
Nested Schema : data
Type:
Show Source
array
-
Array of:
object CmTmLocCorrBankDTO
CmTmLocCorrBank DTO
Nested Schema : CmTmLocCorrBankDTO
Type:
object
CmTmLocCorrBank DTO
Show Source
-
bankCode:
string
Bank Code
-
bankDescription:
string
Bank Description
-
branchCode:
string
Branch Code
-
branchDescription:
string
Branch Description
-
id:
string
ID
-
locationCode:
string
Location Code
-
locationMasterId:
string
Location Master ID
-
priority:
number
Priority
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error