TellerTranFee

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getTellerTranFee

post

No description available.

Authorizations
Body
TellerTranFeeFeeCodeintegerOptional
TellerTranFeeTypeCodeintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "TellerTranFee": {
    "CalculationType": 1,
    "FeeOption": 1,
    "RelationFeeAmount": [
      {
        "EntryId": 1,
        "RelationFeeAmount": 1
      }
    ],
    "FeeCode": 1,
    "TypeCode": 1
  }
}

getTellerTranFeeSelectFields

post

No description available.

Authorizations
Body
TellerTranFeeFeeCodeintegerOptional
TellerTranFeeTypeCodeintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "TellerTranFeeFeeCode": 1,
  "TellerTranFeeTypeCode": 1,
  "SelectableFields": {
    "IncludeAllTellerTranFeeFields": true,
    "TellerTranFeeFields": {
      "CalculationType": true,
      "FeeCode": true,
      "FeeOption": true,
      "RelationFeeAmount": [
        1
      ],
      "TypeCode": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "TellerTranFee": {
    "CalculationType": 1,
    "FeeOption": 1,
    "RelationFeeAmount": [
      {
        "EntryId": 1,
        "RelationFeeAmount": 1
      }
    ],
    "FeeCode": 1,
    "TypeCode": 1
  }
}

updateTellerTranFeeByID

post

Update teller transaction fees by ID

Authorizations
Body
TellerTranFeeFeeCodeintegerOptional
TellerTranFeeTypeCodeintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "TellerTranFeeFeeCode": 1,
  "TellerTranFeeTypeCode": 1,
  "TellerTranFeeUpdatableFields": {
    "CalculationType": 1,
    "FeeOption": 1,
    "RelationFeeAmount": [
      {
        "EntryId": 1,
        "RelationFeeAmount": 1
      }
    ]
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": [
      {
        "Record": "text",
        "ErrorCode": "text",
        "ErrorMessage": "text",
        "PrimaryKeyField": [
          {
            "Name": "text",
            "Value": "text"
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?