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/getTellerTranFee HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 175 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "TellerTranFeeFeeCode": 1, "TellerTranFeeTypeCode": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "TellerTranFee": { "CalculationType": 1, "FeeOption": 1, "RelationFeeAmount": [ { "EntryId": 1, "RelationFeeAmount": 1 } ], "FeeCode": 1, "TypeCode": 1 } }
POST /nexum/627/2022.01/parameter/getTellerTranFeeSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Update teller transaction fees by ID
POST /nexum/627/2022.01/parameter/updateTellerTranFeeByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }