getWireBeneficiary
Perform various get operations on wire beneficiary records.
Operations
Retrieve beneficiary details including advanced information
POST /nexum/627/2022.01/wire/getWireBeneficiaryAdv HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 177
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryAdvLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryAdv": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
}
Retrieve beneficiary details with selected fields and advanced information
POST /nexum/627/2022.01/wire/getWireBeneficiaryAdvSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 295
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryAdvLocator": 1,
"SelectableFields": {
"IncludeAllWireBeneficiaryAdvFields": true,
"WireBeneficiaryAdvFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryAdv": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
}
Retrieve paged beneficiary details with advanced information
POST /nexum/627/2022.01/wire/getWireBeneficiaryAdvPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 241
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryAdv": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
],
"Token": "text"
}
Retrieve a list of beneficiary details with selected fields
POST /nexum/627/2022.01/wire/getWireBeneficiaryAdvListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 265
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"SelectableFields": {
"IncludeAllWireBeneficiaryAdvFields": true,
"WireBeneficiaryAdvFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryAdvList": {
"hasReachedMaximumListSize": true,
"WireBeneficiaryAdv": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
]
}
}
Retrieve paged beneficiary details with selected fields and advanced information
POST /nexum/627/2022.01/wire/getWireBeneficiaryAdvPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 359
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllWireBeneficiaryAdvFields": true,
"WireBeneficiaryAdvFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryAdv": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
],
"Token": "text"
}
Retrieve financial institution beneficiary details with advanced information
POST /nexum/627/2022.01/wire/getWireBeneficiaryFiAdv HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 179
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryFiAdvLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryFiAdv": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
}
Retrieve financial institution beneficiary details with selected fields and advanced information
POST /nexum/627/2022.01/wire/getWireBeneficiaryFiAdvSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 301
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryFiAdvLocator": 1,
"SelectableFields": {
"IncludeAllWireBeneficiaryFiAdvFields": true,
"WireBeneficiaryFiAdvFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryFiAdv": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
}
Retrieve paged financial institution beneficiary details with advanced information
POST /nexum/627/2022.01/wire/getWireBeneficiaryFiAdvPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 241
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryFiAdv": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
],
"Token": "text"
}
Retrieve a list of financial institution beneficiary details with selected fields
POST /nexum/627/2022.01/wire/getWireBeneficiaryFiAdvListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 269
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"SelectableFields": {
"IncludeAllWireBeneficiaryFiAdvFields": true,
"WireBeneficiaryFiAdvFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryFiAdvList": {
"hasReachedMaximumListSize": true,
"WireBeneficiaryFiAdv": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
]
}
}
Retrieve paged financial institution beneficiary details with selected fields and advanced information
POST /nexum/627/2022.01/wire/getWireBeneficiaryFiAdvPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 363
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllWireBeneficiaryFiAdvFields": true,
"WireBeneficiaryFiAdvFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryFiAdv": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
],
"Token": "text"
}
Retrieve financial institution beneficiary information
POST /nexum/627/2022.01/wire/getWireBeneficiaryFiInfo HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 180
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryFiInfoLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryFiInfo": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
}
Retrieve financial institution beneficiary information with selected fields
POST /nexum/627/2022.01/wire/getWireBeneficiaryFiInfoSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 304
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryFiInfoLocator": 1,
"SelectableFields": {
"IncludeAllWireBeneficiaryFiInfoFields": true,
"WireBeneficiaryFiInfoFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryFiInfo": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
}
Retrieve paged financial institution beneficiary information
POST /nexum/627/2022.01/wire/getWireBeneficiaryFiInfoPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 241
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryFiInfo": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
],
"Token": "text"
}
Retrieve a list of financial institution beneficiary information with selected fields
POST /nexum/627/2022.01/wire/getWireBeneficiaryFiInfoListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 271
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"SelectableFields": {
"IncludeAllWireBeneficiaryFiInfoFields": true,
"WireBeneficiaryFiInfoFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryFiInfoList": {
"hasReachedMaximumListSize": true,
"WireBeneficiaryFiInfo": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
]
}
}
Retrieve paged financial institution beneficiary information with selected fields
POST /nexum/627/2022.01/wire/getWireBeneficiaryFiInfoPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 365
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllWireBeneficiaryFiInfoFields": true,
"WireBeneficiaryFiInfoFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryFiInfo": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
],
"Token": "text"
}
Retrieve beneficiary information
POST /nexum/627/2022.01/wire/getWireBeneficiaryInfo HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 178
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryInfoLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryInfo": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
}
Retrieve beneficiary information with selected fields
POST /nexum/627/2022.01/wire/getWireBeneficiaryInfoSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 298
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryInfoLocator": 1,
"SelectableFields": {
"IncludeAllWireBeneficiaryInfoFields": true,
"WireBeneficiaryInfoFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryInfo": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
}
Retrieve paged beneficiary information
POST /nexum/627/2022.01/wire/getWireBeneficiaryInfoPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 241
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryInfo": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
],
"Token": "text"
}
Retrieve a list of beneficiary information with selected fields
POST /nexum/627/2022.01/wire/getWireBeneficiaryInfoListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 267
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"SelectableFields": {
"IncludeAllWireBeneficiaryInfoFields": true,
"WireBeneficiaryInfoFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryInfoList": {
"hasReachedMaximumListSize": true,
"WireBeneficiaryInfo": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
]
}
}
Retrieve paged beneficiary information with selected fields
POST /nexum/627/2022.01/wire/getWireBeneficiaryInfoPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 361
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllWireBeneficiaryInfoFields": true,
"WireBeneficiaryInfoFields": {
"Locator": true,
"Text": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WireBeneficiaryInfo": [
{
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
}
],
"Token": "text"
}
Last updated
Was this helpful?