Retrieves Cash Management application parameters
get
/service/v1/cm/appParams
This endpoint is used to get the Cash Management application parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
key(optional): string
Key of the parameter that needs to be fetched
Header Parameters
-
appId: string
App ID
-
branchCode: string
Branch Code
-
userId: string
User ID
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : ObcmApplicationParamModelCollection
Type:
object
Collection of ObcmApplicationParamModelKeyCollection.
Show Source
Nested Schema : ObcmApplicationParamModelKeyCollection
Type:
Show Source
array
-
Array of:
object ObcmApplicationParamModelKeyCollection
Collection of list of Parameters.
Nested Schema : ObcmApplicationParamModelKeyCollection
Type:
object
Collection of list of Parameters.
Show Source
Nested Schema : ObcmApplicationParamKeyModel
Type:
Show Source
array
-
Array of:
object ObcmApplicationParamKeyModel
Obcm Application Param model
Nested Schema : ObcmApplicationParamKeyModel
Type:
object
Obcm Application Param model
Show Source
-
code(optional):
string
Code for the Param.This is a unique constraint
-
description(optional):
string
Configured value for the disbursement mode which will be used in rest of application.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error