updateWireBeneficiary
Perform various update operations on wire beneficiary records.
Operations
Updates wire beneficiary advanced information by ID
Authorizations
Body
WireBeneficiaryAdvLocatorintegerOptional
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
/updateWireBeneficiaryAdvByIDPOST /nexum/627/2022.01/wire/updateWireBeneficiaryAdvByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 252
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireBeneficiaryAdvLocator": 1,
"WireBeneficiaryAdvUpdatableFields": {
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
},
"WireSequenceNumber": 1,
"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
WireBeneficiaryFiAdvLocatorintegerOptional
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
/updateWireBeneficiaryFiAdvByIDPOST /nexum/627/2022.01/wire/updateWireBeneficiaryFiAdvByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 256
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireBeneficiaryFiAdvLocator": 1,
"WireBeneficiaryFiAdvUpdatableFields": {
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
},
"WireSequenceNumber": 1,
"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
WireBeneficiaryFiInfoLocatorintegerOptional
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
/updateWireBeneficiaryFiInfoByIDPOST /nexum/627/2022.01/wire/updateWireBeneficiaryFiInfoByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 258
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireBeneficiaryFiInfoLocator": 1,
"WireBeneficiaryFiInfoUpdatableFields": {
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
},
"WireSequenceNumber": 1,
"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
WireBeneficiaryInfoLocatorintegerOptional
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
/updateWireBeneficiaryInfoByIDPOST /nexum/627/2022.01/wire/updateWireBeneficiaryInfoByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 254
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WireBeneficiaryInfoLocator": 1,
"WireBeneficiaryInfoUpdatableFields": {
"Text": [
{
"EntryId": 1,
"Text": "text"
}
]
},
"WireSequenceNumber": 1,
"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?