Fetch the location cluster by location cluster code
get
/service/v1/locationCluster/{locationClusterCode}
This API fetches the location cluster by location cluster code.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
locationClusterCode(required): string
Location Cluster Code
Query Parameters
-
recordStat: string
Record status of the records to be fetched
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the location cluster based on given location cluster code.
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 : CmTmLocationClusterMasterDTO-allOf[1]
Type:
Show Source
object
-
action:
string
-
autoAuth:
string
-
checkerRemarks:
string
-
clearingDays(required):
number
Minimum Value:
1
Maximum Value:99
-
datasegmentCode:
string
-
id:
string
-
locationClusterCode(required):
string
Pattern:
[A-Za-z0-9-_]{1,15}
-
locationClusterDescription(required):
string
Pattern:
[A-Za-z0-9-_ ]{1,50}
-
makerRemarks:
string
-
modificationStatus:
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error