TellerTranFee
Perform various operations for Symitar parameters.
Operations
No description available.
Authorizations
Body
TellerTranFeeFeeCodeintegerOptional
TellerTranFeeTypeCodeintegerOptional
Responses
200
Successful operation.
application/json
post
/getTellerTranFeePOST /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
}
}No description available.
Authorizations
Body
TellerTranFeeFeeCodeintegerOptional
TellerTranFeeTypeCodeintegerOptional
Responses
200
Successful operation.
application/json
post
/getTellerTranFeeSelectFieldsPOST /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
}
}Update teller transaction fees by ID
Authorizations
Body
TellerTranFeeFeeCodeintegerOptional
TellerTranFeeTypeCodeintegerOptional
Responses
200
Successful operation.
application/json
post
/updateTellerTranFeeByIDPOST /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?