TellerTranValidate
Perform various operations for Symitar parameters.
Operations
No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getTellerTranValidatePOST /nexum/627/2022.01/parameter/getTellerTranValidate 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.
{
"TellerTranValidate": {
"After": [
{
"EntryId": 1,
"After": true
}
],
"At": [
{
"EntryId": 1,
"At": true
}
],
"Before": [
{
"EntryId": 1,
"Before": true
}
],
"HelpCode": [
{
"EntryId": 1,
"HelpCode": 1
}
],
"TableDepth": 1
}
}No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getTellerTranValidateSelectFieldsPOST /nexum/627/2022.01/parameter/getTellerTranValidateSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 283
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllTellerTranValidateFields": true,
"TellerTranValidateFields": {
"After": [
1
],
"At": [
1
],
"Before": [
1
],
"HelpCode": [
1
],
"TableDepth": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"TellerTranValidate": {
"After": [
{
"EntryId": 1,
"After": true
}
],
"At": [
{
"EntryId": 1,
"At": true
}
],
"Before": [
{
"EntryId": 1,
"Before": true
}
],
"HelpCode": [
{
"EntryId": 1,
"HelpCode": 1
}
],
"TableDepth": 1
}
}Update teller transaction validation by ID
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/updateTellerTranValidateByIDPOST /nexum/627/2022.01/parameter/updateTellerTranValidateByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 269
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"TellerTranValidateUpdatableFields": {
"After": [
{
"EntryId": 1,
"After": true
}
],
"At": [
{
"EntryId": 1,
"At": true
}
],
"Before": [
{
"EntryId": 1,
"Before": true
}
]
},
"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?