Fetch the list of location clusters
get
/service/v1/locationCluster
This API fetches list of location clusters based on given parameters
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
Auth Status need to be set to fetch summary record
-
includecloseandunauth: boolean
Includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit: integer
limit is maximum no of records to be fetched
-
locationClusterCode: string
Location Cluster Code
-
locationClusterDescription: string
Location Cluster Description
-
offset: integer
offset is starting no of records to be fetched
-
recordStat: string
Record Status need to be set to fetch summary record
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
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created location cluster
Root Schema : CmTmLocationClusterMasterCollection
Type:
object
Collection of cmtmlocationclustermaster.
Show Source
Nested Schema : GenericDto-allOf[0]
Type:
object
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.
405 Response
Invalid input
500 Response
Internal error