ConsoleFm
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve information related to console FM.
POST /nexum/627/2022.01/parameter/getConsoleFm HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 124
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"ConsoleFm": {
"AutomaticLogoffTime": 1,
"BellEnabled": true,
"BlinkEnabled": true,
"Branch": 1,
"CashDispenseMachine": 1,
"CashMachineOrientation": 1,
"CheckValidatorType": 1,
"CheckValidatorUse": 1,
"ConsoleNumber": 1,
"ConsoleSystemFailure": true,
"DimEnabled": true,
"HostCufxPosterOffHost": [
{
"EntryId": 1,
"HostCufxPosterOffHost": true
}
],
"ItcPort": 1,
"ItcScanner": true,
"LogonPrevention": 1,
"MicrReader": 1,
"MoneyOrderPrinter9": [
{
"EntryId": 1,
"MoneyOrderPrinter9": 1
}
],
"PurposeCode": 1,
"ScreenType": 1,
"ScreenWidth": 1,
"TelephoneTransferDefault": true,
"TotalLoanAdjustmentLimit": [
{
"EntryId": 1,
"TotalLoanAdjustmentLimit": 1
}
]
}
}
Retrieve select fields for console FM.
POST /nexum/627/2022.01/parameter/getConsoleFmSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 699
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllConsoleFmFields": true,
"ConsoleFmFields": {
"AutomaticLogoffTime": true,
"BellEnabled": true,
"BlinkEnabled": true,
"Branch": true,
"CashDispenseMachine": true,
"CashMachineOrientation": true,
"CheckValidatorType": true,
"CheckValidatorUse": true,
"ConsoleNumber": true,
"ConsoleSystemFailure": true,
"DimEnabled": true,
"HostCufxPosterOffHost": [
1
],
"ItcPort": true,
"ItcScanner": true,
"LogonPrevention": true,
"MicrReader": true,
"MoneyOrderPrinter9": [
1
],
"PurposeCode": true,
"ScreenType": true,
"ScreenWidth": true,
"TelephoneTransferDefault": true,
"TotalLoanAdjustmentLimit": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"ConsoleFm": {
"AutomaticLogoffTime": 1,
"BellEnabled": true,
"BlinkEnabled": true,
"Branch": 1,
"CashDispenseMachine": 1,
"CashMachineOrientation": 1,
"CheckValidatorType": 1,
"CheckValidatorUse": 1,
"ConsoleNumber": 1,
"ConsoleSystemFailure": true,
"DimEnabled": true,
"HostCufxPosterOffHost": [
{
"EntryId": 1,
"HostCufxPosterOffHost": true
}
],
"ItcPort": 1,
"ItcScanner": true,
"LogonPrevention": 1,
"MicrReader": 1,
"MoneyOrderPrinter9": [
{
"EntryId": 1,
"MoneyOrderPrinter9": 1
}
],
"PurposeCode": 1,
"ScreenType": 1,
"ScreenWidth": 1,
"TelephoneTransferDefault": true,
"TotalLoanAdjustmentLimit": [
{
"EntryId": 1,
"TotalLoanAdjustmentLimit": 1
}
]
}
}