Last updated 10 months ago
Was this helpful?
Perform various operations on external account records.
Symitar eDocs References: Coming soon.
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.
{"UserNumberCredentials":{"UserNumber":1995,"Password":"2dfKQYR!TeXJwe"}}
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/persistent/account/getExternalAccountSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 497 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "ExternalAccountLocator": 1, "SelectableFields": { "IncludeAllExternalAccountFields": true, "ExternalAccountFields": { "AcctType": true, "CreationDate": true, "ExpirationDate": true, "FinancialInstitutionName": true, "Locator": true, "Number": true, "PreNoteSentDate": true, "PrimaryAccountHolderName": true, "RecordChangeDate": true, "Rt": true, "Status": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "ExternalAccount": { "AcctType": 1, "CreationDate": "2025-05-22", "ExpirationDate": "2025-05-22", "FinancialInstitutionName": "text", "Locator": 1, "Number": "text", "PreNoteSentDate": "2025-05-22", "PrimaryAccountHolderName": "text", "RecordChangeDate": "2025-05-22", "Rt": "text", "Status": 1 } }
POST /nexum/627/persistent/account/getExternalAccountPagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 564 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllExternalAccountFields": true, "ExternalAccountFields": { "AcctType": true, "CreationDate": true, "ExpirationDate": true, "FinancialInstitutionName": true, "Locator": true, "Number": true, "PreNoteSentDate": true, "PrimaryAccountHolderName": true, "RecordChangeDate": true, "Rt": true, "Status": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "ExternalAccount": [ { "AcctType": 1, "CreationDate": "2025-05-22", "ExpirationDate": "2025-05-22", "FinancialInstitutionName": "text", "Locator": 1, "Number": "text", "PreNoteSentDate": "2025-05-22", "PrimaryAccountHolderName": "text", "RecordChangeDate": "2025-05-22", "Rt": "text", "Status": 1 } ], "Token": "text" }
POST /nexum/627/persistent/account/searchExternalAccountPagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 596 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllExternalAccountFields": true, "ExternalAccountFields": { "AcctType": true, "CreationDate": true, "ExpirationDate": true, "FinancialInstitutionName": true, "Locator": true, "Number": true, "PreNoteSentDate": true, "PrimaryAccountHolderName": true, "RecordChangeDate": true, "Rt": true, "Status": true } }, "SearchFilter": { "Query": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/persistent/account/updateExternalAccountByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 468 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "ExternalAccountLocator": 1, "ExternalAccountFields": { "AcctType": 1, "CreationDate": "2025-05-22", "ExpirationDate": "2025-05-22", "FinancialInstitutionName": "text", "Locator": 1, "Number": "text", "PreNoteSentDate": "2025-05-22", "PrimaryAccountHolderName": "text", "RecordChangeDate": "2025-05-22", "Rt": "text", "Status": 1 }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } } }
POST /nexum/627/persistent/account/createExternalAccount HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 441 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "ExternalAccountFields": { "AcctType": 1, "CreationDate": "2025-05-22", "ExpirationDate": "2025-05-22", "FinancialInstitutionName": "text", "Locator": 1, "Number": "text", "PreNoteSentDate": "2025-05-22", "PrimaryAccountHolderName": "text", "RecordChangeDate": "2025-05-22", "Rt": "text", "Status": 1 }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "ExternalAccountLocator": 1 }
POST /nexum/627/persistent/account/deleteExternalAccount HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 189 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "ExternalAccountLocator": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "nxAttributes": {} }