Fetch the location setup by location code
get
/service/v1/location/{locationCode}
This API fetches location setup by 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
Query Parameters
-
recordStat: string
record status 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.
Root Schema : CmTmLocationLinkWrapperDTO
Type:
object
CmTmLocation Link Wrapper DTO
Show Source
-
data:
object CmTmLocationLinkDTO
CmTmLocationLink DTO
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : CmTmLocationLinkDTO-allOf[1]
Type:
Show Source
object
-
calendarCode:
string
Calendar Code
-
clearingNetwork:
string
Clearing Network
-
CmTmLocCorrBankDTO:
array CmTmLocCorrBankDTO
CmTmLocCorrBank DTO
-
CmTmLocOsNwBankDTO:
array CmTmLocOsNwBankDTO
CmTmLocOsNwBank DTO
-
CmTmLocOwnBranchDTO:
array CmTmLocOwnBranchDTO
CmTmLocOwnBranch DTO
-
highValueCutoffAmt:
number
High Value Cutoff Amount
-
highValueCutoffAmtCcy:
string
High Value Cutoff Amount Currency
-
locationClusterCode:
string
Location Cluster Code
-
locationClusterDescription:
string
Location Cluster Description
-
locationCode:
string
Location Code
-
locationDescription:
string
Location Description
-
txnControllerRefNo:
string
Transaction Controller Reference Number
Nested Schema : CmTmLocCorrBankDTO
Type:
array
CmTmLocCorrBank DTO
Show Source
-
Array of:
object CmTmLocCorrBankDTO
CmTmLocCorrBank DTO
Nested Schema : CmTmLocOsNwBankDTO
Type:
array
CmTmLocOsNwBank DTO
Show Source
-
Array of:
object CmTmLocOsNwBankDTO
CmTmLocOsNwBank DTO
Nested Schema : CmTmLocOwnBranchDTO
Type:
array
CmTmLocOwnBranch DTO
Show Source
-
Array of:
object CmTmLocOwnBranchDTO
CmTmLocOwnBranch 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
Nested Schema : CmTmLocOsNwBankDTO
Type:
object
CmTmLocOsNwBank 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
Nested Schema : CmTmLocOwnBranchDTO
Type:
object
CmTmLocOwnBranch DTO
Show Source
-
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