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
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
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