Retrieves Supply Chain Finance system parameters.
get
/service/v1/sysParams
This endpoint is used to get the Supply Chain Finance system 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
Nested Schema : ScfSystemParamModel
Type:
Show Source
array
-
Array of:
object ScfSystemParamModel
Scf System Param model
Nested Schema : ScfSystemParamModel
Type:
object
Scf System Param model
Show Source
-
id:
integer(int64)
Id of the Parameter
-
key:
string
Key for the parameter.This is a unique constraint
-
value:
string
Configured value 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