Retrieve Bank Branch Details

To retrieve the bank branch details:

  1. Perform a GET operation on the cashBankBranchesLOV 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/cashBankBranchesLOV?finder=BankBranchesLOVSearchFinder;bindBankHomeCountry=us,bindBankName=ANCDEVONLY_BANK"

Example Response

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

{
    "items": [
        {
            "BranchPartyId": 300100120329010,
            "BankBranchName": "ANCDEVONLY_BRANCH",
            "BranchNumber": "000000123",
            "BankName": "ANCDEVONLY_BANK",
            "links": [
                       ...]
}