updateWireBeneficiary
Perform various update operations on wire beneficiary records.
Operations
Updates wire beneficiary advanced information by ID
Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryAdvLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateWireBeneficiaryAdvByIDPOST /nexum/627/persistent/wire/updateWireBeneficiaryAdvByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 255
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryAdvLocator": 1,
"WireBeneficiaryAdvFields": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": {
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
}
}Updates wire beneficiary financial institution advanced information by ID
Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryFiAdvLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateWireBeneficiaryFiAdvByIDPOST /nexum/627/persistent/wire/updateWireBeneficiaryFiAdvByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 259
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryFiAdvLocator": 1,
"WireBeneficiaryFiAdvFields": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": {
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
}
}Updates wire beneficiary financial institution information by ID
Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryFiInfoLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateWireBeneficiaryFiInfoByIDPOST /nexum/627/persistent/wire/updateWireBeneficiaryFiInfoByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 261
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryFiInfoLocator": 1,
"WireBeneficiaryFiInfoFields": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": {
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
}
}Updates wire beneficiary information by ID
Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryInfoLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateWireBeneficiaryInfoByIDPOST /nexum/627/persistent/wire/updateWireBeneficiaryInfoByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 257
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireSequenceNumber": 1,
"WireBeneficiaryInfoLocator": 1,
"WireBeneficiaryInfoFields": {
"Locator": 1,
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": {
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
}
}Last updated
Was this helpful?