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
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful performs the operation
Body ()
Root Schema : ObcmApplicationParamModelCollection
Type: object
Collection of ObcmApplicationParamModelKeyCollection.
Show Source
Nested Schema : ObcmApplicationParamModelKeyCollection
Type: array
Show Source
Nested Schema : ObcmApplicationParamModelKeyCollection
Type: object
Collection of list of Parameters.
Show Source
Nested Schema : ObcmApplicationParamKeyModel
Type: array
Show Source
Nested Schema : ObcmApplicationParamKeyModel
Type: object
Obcm Application Param model
Show Source
  • Code for the Param.This is a unique constraint
  • 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
Back to Top