Retrieves Supply Chain Finance application parameters
get
/service/v1/appParams
This endpoint is used to get the Supply Chain Finance application parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
key: string
Key of the parameter that needs to be fetched
Header Parameters
-
appId(required): string
App ID
-
branchCode(required): string
Branch Code
-
userId(required): string
User ID
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : ScfApplicationParamModelCollection
Type:
object
Collection of ScfApplicationParamModelKeyCollection.
Show Source
Nested Schema : ScfApplicationParamModelKeyCollection
Type:
Show Source
array
-
Array of:
object ScfApplicationParamModelKeyCollection
Collection of list of Parameters.
Nested Schema : ScfApplicationParamModelKeyCollection
Type:
object
Collection of list of Parameters.
Show Source
-
key:
string
key of the Param
-
ScfApplicationParamKeyModel:
array ScfApplicationParamKeyModel
Nested Schema : ScfApplicationParamKeyModel
Type:
Show Source
array
-
Array of:
object ScfApplicationParamKeyModel
Scf Application Param model
Nested Schema : ScfApplicationParamKeyModel
Type:
object
Scf Application Param model
Show Source
-
code:
string
Code for the Param.This is a unique constraint
-
description:
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