Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
No description available.
The authorization object required for the operation. Only one credential type is required (if multiple are available) as long as it is configured in SymXchange parameters.
{"AdministrativeCredentials":{"Password":"suwn37834b91&"}}
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/2022.01/parameter/getTellerTranValidate 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.
{ "TellerTranValidate": { "After": [ { "EntryId": 1, "After": true } ], "At": [ { "EntryId": 1, "At": true } ], "Before": [ { "EntryId": 1, "Before": true } ], "HelpCode": [ { "EntryId": 1, "HelpCode": 1 } ], "TableDepth": 1 } }
POST /nexum/627/2022.01/parameter/getTellerTranValidateSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Update teller transaction validation by ID
POST /nexum/627/2022.01/parameter/updateTellerTranValidateByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }