ConsoleFm

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getConsoleFm

post

Retrieve information related to console FM.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getConsoleFm
POST /nexum/627/2022.01/parameter/getConsoleFm HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 124

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

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
      }
    ]
  }
}

getConsoleFmSelectFields

post

Retrieve select fields for console FM.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getConsoleFmSelectFields
POST /nexum/627/2022.01/parameter/getConsoleFmSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

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
      }
    ]
  }
}

Last updated

Was this helpful?