getWireBeneficiary

Perform various get operations on wire beneficiary records.

Symitar eDocs References: Coming soon.

Operations

getWireBeneficiaryAdv

post

Retrieve beneficiary details including advanced information

Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryAdvLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryAdv": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  }
}

getWireBeneficiaryAdvSelectFields

post

Retrieve beneficiary details with selected fields and advanced information

Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryAdvLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryAdv": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  }
}

getWireBeneficiaryAdvPagedList

post

Retrieve paged beneficiary details with advanced information

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryAdv": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

getWireBeneficiaryAdvListSelectFields

post

Retrieve a list of beneficiary details with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryAdvList": {
    "hasReachedMaximumListSize": true,
    "WireBeneficiaryAdv": [
      {
        "Locator": 1,
        "Text": [
          {
            "EntryId": 1,
            "Text": "text"
          }
        ]
      }
    ]
  }
}

getWireBeneficiaryAdvPagedListSelectFields

post

Retrieve paged beneficiary details with selected fields and advanced information

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryAdv": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

getWireBeneficiaryFiAdv

post

Retrieve financial institution beneficiary details with advanced information

Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryFiAdvLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryFiAdv": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  }
}

getWireBeneficiaryFiAdvSelectFields

post

Retrieve financial institution beneficiary details with selected fields and advanced information

Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryFiAdvLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryFiAdv": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  }
}

getWireBeneficiaryFiAdvPagedList

post

Retrieve paged financial institution beneficiary details with advanced information

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryFiAdv": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

getWireBeneficiaryFiAdvListSelectFields

post

Retrieve a list of financial institution beneficiary details with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryFiAdvList": {
    "hasReachedMaximumListSize": true,
    "WireBeneficiaryFiAdv": [
      {
        "Locator": 1,
        "Text": [
          {
            "EntryId": 1,
            "Text": "text"
          }
        ]
      }
    ]
  }
}

getWireBeneficiaryFiAdvPagedListSelectFields

post

Retrieve paged financial institution beneficiary details with selected fields and advanced information

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryFiAdv": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

getWireBeneficiaryFiInfo

post

Retrieve financial institution beneficiary information

Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryFiInfoLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryFiInfo": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  }
}

getWireBeneficiaryFiInfoSelectFields

post

Retrieve financial institution beneficiary information with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryFiInfoLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryFiInfo": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  }
}

getWireBeneficiaryFiInfoPagedList

post

Retrieve paged financial institution beneficiary information

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryFiInfo": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

getWireBeneficiaryFiInfoListSelectFields

post

Retrieve a list of financial institution beneficiary information with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryFiInfoList": {
    "hasReachedMaximumListSize": true,
    "WireBeneficiaryFiInfo": [
      {
        "Locator": 1,
        "Text": [
          {
            "EntryId": 1,
            "Text": "text"
          }
        ]
      }
    ]
  }
}

getWireBeneficiaryFiInfoPagedListSelectFields

post

Retrieve paged financial institution beneficiary information with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryFiInfo": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

getWireBeneficiaryInfo

post

Retrieve beneficiary information

Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryInfoLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryInfo": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  }
}

getWireBeneficiaryInfoSelectFields

post

Retrieve beneficiary information with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
WireBeneficiaryInfoLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryInfo": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  }
}

getWireBeneficiaryInfoPagedList

post

Retrieve paged beneficiary information

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryInfo": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

getWireBeneficiaryInfoListSelectFields

post

Retrieve a list of beneficiary information with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryInfoList": {
    "hasReachedMaximumListSize": true,
    "WireBeneficiaryInfo": [
      {
        "Locator": 1,
        "Text": [
          {
            "EntryId": 1,
            "Text": "text"
          }
        ]
      }
    ]
  }
}

getWireBeneficiaryInfoPagedListSelectFields

post

Retrieve paged beneficiary information with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "WireBeneficiaryInfo": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

Last updated

Was this helpful?