PassThrough Requests for Oracle Financials

Sample PassThrough requeat for getting the list of possible values of bankBranchName field for create Account Api in Oracle Financials.

List Bank Branches

Use the BankBranchName field, in the response, as the bankBranchName in create account api.

A cURL request could look like this:

curl --location 'https://api.getknit.dev/v1.0/passthrough' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'X-Knit-Integration-Id: <YOUR_INTEGRATION_ID>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data ''{
    "method":"GET",
    "path": "cashBankBranches"
}'

and the response could look like the following:

{
    "success": true,
    "data": {
        "response": {
            "body": "{\n  \"items\" : [ {\n    \"BankName\" : \"ABN AMRO BANK N.V.\",\n    \"BankNameAlt\" : \"ABN AMRO BANK\",\n    \"BranchPartyId\" : 300000132507424,\n    \"BankNumber\" : \"ABNA\",\n    \"BankBranchName\" : \"ABN AMRO BANK, AMSTERDAM\",\n    \"BankBranchNameAlt\" : \"ABN AMRO BANK, AMSTERDAM\",\n    \"BranchNumber\" : \"ABNANL2A\",\n    \"Description\" : null,\n    \"EFTSWIFTCode\" : \"ABNANL2A\",\n    \"EFTUserNumber\" : null,\n    \"EDIIdNumber\" : null,\n    \"EDILocation\" : null,\n    \"CreatedBy\" : \"FIN_IMPL\",\n    \"CreationDate\" : \"2016-10-05T07:59:06.703+00:00\",\n    \"LastUpdateDate\" : \"2016-10-05T07:59:45.817+00:00\",\n    \"LastUpdateLogin\" : \"3E17B499F6B55E86E0537AA3FD0A6D2A\",\n    \"LastUpdatedBy\" : \"FIN_IMPL\",\n    \"BankPartyNumber\" : \"533192\",\n    \"BranchPartyNumber\" : \"533193\",\n    \"CountryName\" : \"Netherlands\",\n    \"RFCIdentifier\" : null,\n    \"BankBranchType\" : null,\n    \"BranchNumberType\" : null,\n    \"links\" : [ {\n      \"rel\" : \"self\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000132507424\",\n      \"name\" : \"cashBankBranches\",\n      \"kind\" : \"item\",\n      \"properties\" : {\n        \"changeIndicator\" : \"ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278\"\n      }\n    }, {\n      \"rel\" : \"canonical\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000132507424\",\n      \"name\" : \"cashBankBranches\",\n      \"kind\" : \"item\"\n    }, {\n      \"rel\" : \"lov\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000132507424/lov/BankSimplePVOVOVA\",\n      \"name\" : \"BankSimplePVOVOVA\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"lov\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000132507424/lov/BankCodeVOVA\",\n      \"name\" : \"BankCodeVOVA\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"lov\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000132507424/lov/BankBranchTypeVOVA\",\n      \"name\" : \"BankBranchTypeVOVA\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"lov\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000132507424/lov/RFCIdentifierVOVA\",\n      \"name\" : \"RFCIdentifierVOVA\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"lov\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000132507424/lov/TerritoryPVOVOVA\",\n      \"name\" : \"TerritoryPVOVOVA\",\n      \"kind\" : \"collection\"\n    } ]\n  }, {\n    \"BankName\" : \"HDFC\",\n    \"BankNameAlt\" : null,\n    \"BranchPartyId\" : 300000315933628,\n    \"BankNumber\" : null,\n    \"BankBranchName\" : \"ASUS HDFC\",\n    \"BankBranchNameAlt\" : null,\n    \"BranchNumber\" : null,\n    \"Description\" : null,\n    \"EFTSWIFTCode\" : null,\n    \"EFTUserNumber\" : null,\n    \"EDIIdNumber\" : null,\n    \"EDILocation\" : null,\n    \"CreatedBy\" : \"ASUS\",\n    \"CreationDate\" : \"2025-09-14T11:43:53.208+00:00\",\n    \"LastUpdateDate\" : \"2025-09-14T11:43:55.866+00:00\",\n    \"LastUpdateLogin\" : \"3EA78316E20863AFE0632560F00A8500\",\n    \"LastUpdatedBy\" : \"ASUS\",\n    \"BankPartyNumber\" : \"1104692\",\n    \"BranchPartyNumber\" : \"1104693\",\n    \"CountryName\" : \"India\",\n    \"RFCIdentifier\" : null,\n    \"BankBranchType\" : null,\n    \"BranchNumberType\" : null,\n    \"links\" : [ {\n      \"rel\" : \"self\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000315933628\",\n      \"name\" : \"cashBankBranches\",\n      \"kind\" : \"item\",\n      \"properties\" : {\n        \"changeIndicator\" : \"ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178\"\n      }\n    }, {\n      \"rel\" : \"canonical\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000315933628\",\n      \"name\" : \"cashBankBranches\",\n      \"kind\" : \"item\"\n    }, {\n      \"rel\" : \"lov\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000315933628/lov/BankSimplePVOVOVA\",\n      \"name\" : \"BankSimplePVOVOVA\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"lov\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000315933628/lov/BankCodeVOVA\",\n      \"name\" : \"BankCodeVOVA\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"lov\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000315933628/lov/BankBranchTypeVOVA\",\n      \"name\" : \"BankBranchTypeVOVA\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"lov\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000315933628/lov/RFCIdentifierVOVA\",\n      \"name\" : \"RFCIdentifierVOVA\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"lov\",\n      \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches/300000315933628/lov/TerritoryPVOVOVA\",\n      \"name\" : \"TerritoryPVOVOVA\",\n      \"kind\" : \"collection\"\n    } ]\n  } ],\n  \"count\" : 2,\n  \"hasMore\" : true,\n  \"limit\" : 2,\n  \"offset\" : 0,\n  \"links\" : [ {\n    \"rel\" : \"self\",\n    \"href\" : \"https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches\",\n    \"name\" : \"cashBankBranches\",\n    \"kind\" : \"collection\"\n  } ]\n}",
            "headers": {
                "Content-Type": "application/vnd.oracle.adf.resourcecollection+json",
                "Referrer-Policy": "origin",
                "X-Content-Type-Options": "nosniff",
                "Cache-Control": "no-cache, no-store, must-revalidate",
                "Location": "",
                "X-ORACLE-DMS-ECID": "44a75032218d2d116603d449c983fb52",
                "X-ORACLE-DMS-RID": "0:1:1",
                "Link": "<https://exsp-dev35.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/cashBankBranches>;rel=\"self\";kind=\"collection\";name=\"cashBankBranches\"",
                "REST-Framework-Version": "1",
                "X-XSS-Protection": "1; mode=block",
                "X-Frame-Options": "SAMEORIGIN",
                "Pragma": "no-cache",
                "Content-Language": "en",
                "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
                "Date": "Tue, 16 Sep 2025 12:36:30 GMT",
                "Connection": "keep-alive",
                "Server-Timing": "ak_p; desc=\"1758026189666_389436108_36953462_86883_115929_6_6_-\";dur=1",
                "PM_USER_POD_NAME": "exsp-dev35",
                "PM_USER_CNAME_REGION": "us-phoenix-1",
                "PM_USER_CNAME_PREFIX": "",
                "PM_USER_ORIGIN": "exsp-dev35.ds-fa-origin.us-phoenix-1.oraclepdemos.com",
                "cdnReqID": "0.cc523617.1758026189.233dd76",
                "content-length": "5953"
            }
        }
    }
}