Retrieve Bank Details

To retrieve the bank details:

  1. Perform a GET operation on the cashBanksLOV resource using a finder.
  2. Verify the details returned in the response.

Example URL

Use this resource URL format.

GET

/fscmRestApi/resources/11.13.18.05/cashBanksLOV?finder=BanksLOVSearchFinder;bindHomeCountryCode=us,bindBankName=ANCDEVONLY_BANK"

Example Response

Here's an example of the response body in JSON format.

{
    "items": [
        {
            "BankName": "ANCDEVONLY_BANK",
            "BankNumber": null,
            "BankPartyId": 300100120329004,
            "links": [
                       ...]
}