ExternalAccount

Perform various operations on external account records.

Symitar eDocs References: Coming soon.

Operations

getExternalAccountSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ExternalAccountLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/getExternalAccountSelectFields
POST /nexum/627/persistent/account/getExternalAccountSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

Successful operation.

{
  "ExternalAccount": {
    "AcctType": 1,
    "CreationDate": "2025-11-07",
    "ExpirationDate": "2025-11-07",
    "FinancialInstitutionName": "text",
    "Locator": 1,
    "Number": "text",
    "PreNoteSentDate": "2025-11-07",
    "PrimaryAccountHolderName": "text",
    "RecordChangeDate": "2025-11-07",
    "Rt": "text",
    "Status": 1
  }
}

getExternalAccountPagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/getExternalAccountPagedListSelectFields
POST /nexum/627/persistent/account/getExternalAccountPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

Successful operation.

{
  "ExternalAccount": [
    {
      "AcctType": 1,
      "CreationDate": "2025-11-07",
      "ExpirationDate": "2025-11-07",
      "FinancialInstitutionName": "text",
      "Locator": 1,
      "Number": "text",
      "PreNoteSentDate": "2025-11-07",
      "PrimaryAccountHolderName": "text",
      "RecordChangeDate": "2025-11-07",
      "Rt": "text",
      "Status": 1
    }
  ],
  "Token": "text"
}

searchExternalAccountPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/searchExternalAccountPagedSelectFields
POST /nexum/627/persistent/account/searchExternalAccountPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

Successful operation.

{
  "ExternalAccount": [
    {
      "AcctType": 1,
      "CreationDate": "2025-11-07",
      "ExpirationDate": "2025-11-07",
      "FinancialInstitutionName": "text",
      "Locator": 1,
      "Number": "text",
      "PreNoteSentDate": "2025-11-07",
      "PrimaryAccountHolderName": "text",
      "RecordChangeDate": "2025-11-07",
      "Rt": "text",
      "Status": 1
    }
  ],
  "Token": "text"
}

updateExternalAccountByID

post
Authorizations
Body
AccountNumberstringOptional
ExternalAccountLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/updateExternalAccountByID
POST /nexum/627/persistent/account/updateExternalAccountByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 468

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "ExternalAccountLocator": 1,
  "ExternalAccountFields": {
    "AcctType": 1,
    "CreationDate": "2025-11-07",
    "ExpirationDate": "2025-11-07",
    "FinancialInstitutionName": "text",
    "Locator": 1,
    "Number": "text",
    "PreNoteSentDate": "2025-11-07",
    "PrimaryAccountHolderName": "text",
    "RecordChangeDate": "2025-11-07",
    "Rt": "text",
    "Status": 1
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": {
      "Record": "text",
      "ErrorCode": "text",
      "ErrorMessage": "text",
      "PrimaryKeyField": [
        {
          "Name": "text",
          "Value": "text"
        }
      ]
    }
  }
}

createExternalAccount

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/createExternalAccount
POST /nexum/627/persistent/account/createExternalAccount HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 441

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "ExternalAccountFields": {
    "AcctType": 1,
    "CreationDate": "2025-11-07",
    "ExpirationDate": "2025-11-07",
    "FinancialInstitutionName": "text",
    "Locator": 1,
    "Number": "text",
    "PreNoteSentDate": "2025-11-07",
    "PrimaryAccountHolderName": "text",
    "RecordChangeDate": "2025-11-07",
    "Rt": "text",
    "Status": 1
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ExternalAccountLocator": 1
}

deleteExternalAccount

post
Authorizations
Body
AccountNumberstringOptional
ExternalAccountLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/deleteExternalAccount
POST /nexum/627/persistent/account/deleteExternalAccount HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 189

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "ExternalAccountLocator": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

Last updated

Was this helpful?