{"info":{"_postman_id":"219bc54e-8f39-44dc-903d-69d5d6109b02","name":"FCI API's Documentation","description":"<html><head></head><body><h3 id=\"apis-status-online\"><strong>API’s Status: ONLINE</strong></h3>\n<ul>\n<li><p>Pull API - Daily Distribution Reports : System is operating normally.</p>\n</li>\n<li><p>Pull API - FCI Web Loan Information : System is operating normally.</p>\n</li>\n<li><p>Push API - Update Charges : System is operating normally.</p>\n</li>\n<li><p>Push API - Boarding Loans : System is operating normally.</p>\n</li>\n</ul>\n<h3 id=\"the-latest-version-is-v60\">The latest version is: v6.0</h3>\n<p>To check the latest updates on the API please go to the <a href=\"#ca1bf732-6ec7-4335-950f-5b6cbe1e0f52\">New Releases</a></p>\n<h1 id=\"overview\">Overview</h1>\n<p>This is a connection directly to FCI’s proprietary loan servicing system using the same engine that powers FCI’s industry leading Live Customer Login. PULL Capability grabs any field in FCI’s system and connects it to any 3rd party software. PUSH Capability in the API is currently available for Loan Boarding and other departments will be added shortly. You can receive your API Key by logging into the Lender Portal under the website Customer Login.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>To get access to this API you must have a token provided by FCI IT Department to be able to Receive or Send any data between your application and our API. This Token is the authorization method to be used for every request.</p>\n<p>After your key is provided, you will need to add the token to the header on your API Request, see example below.</p>\n<p>Authorization: Bearer</p>\n<p>Also the security protocol needs to be set to TLS 1.2</p>\n<h1 id=\"available-fields\">Available Fields</h1>\n<p>The request can use 1 or multiple data fields. The available fields are incLuded on each request example.</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>What errors and status codes can a user expect?<br>There might be cases when your API doesn't work, or exhibits unexpected behavior. If you're not getting any response you will received any of the following errors:</p>\n<ul>\n<li><p>\"You are not authorized to run this query\": The token is incorrect or invalid.</p>\n</li>\n<li><p>\"Empty Return values\": There is no information about that loan or the loan number is incorrect.</p>\n</li>\n</ul>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>The rate limit will be set depending on the user of the API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Available Fields","slug":"available-fields"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"13291498","collectionId":"219bc54e-8f39-44dc-903d-69d5d6109b02","publishedId":"TzseH5wM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"660000"},"publishDate":"2021-07-29T17:57:39.000Z"},"item":[{"name":"Pull API - Daily Distribution Reports","item":[{"name":"Portfolio Reports","item":[{"name":"Loan Portfolio Information","event":[{"listen":"prerequest","script":{"id":"89ca64a1-97d4-4d30-8ec3-e6e9aae6a708","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"7da3f6be-7a90-4623-ab4c-3060ce09993c","exec":["var template = `","    <table bgcolor=\"#FFFFFF\">","        <tr>","            <th>Loan Account</th>","            <th>Lender Account</th>","            <th>Payment</th>","            <th>Prev Account</th>","            <th>Borrower Full Name</th>","            <th>Borrower Home Phone</th>","            <th>Original Balance</th>","            <th>Principal Balance</th>","            <th>Note Rate</th>","            <th>Payment Impound</th>","            <th>Payment Reserve</th>","            <th>Unpaid Late Charges</th>","            <th>Unpaid Interest</th>","        </tr>","","        {{#each response.data.getLoanInformation}}","            <tr>","                <td>{{loanAccount}}</td>","                <td>{{lenderAccount}}</td>","                <td>{{payment}}</td>","                <td>{{prevAccount}}</td>","                <td>{{borrowerFullName}}</td>","                <td>{{borrowerHomePhone}}</td>","                <td>{{originalBalance}}</td>","                <td>{{principalBalance}}</td>","                <td>{{noteRate}}</td>","                <td>{{paymentImpound}}</td>","                <td>{{paymentReserve}}</td>","                <td>{{unpaidLateCharges}}</td>","                <td>{{unpaidInterest}}</td>","            </tr>","        {{/each}}","    </table>","`;","","// Set visualizer","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: pm.response.json()","});"],"type":"text/javascript","packages":{}}}],"id":"56c632c8-d5ad-4057-a24c-8b0ae9bb2592","protocolProfileBehavior":{"followAuthorizationHeader":false,"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{ \r\n  getLoanInformation\r\n        {\r\n            loanAccount\r\n            achStatus\r\n            amortizationType\r\n            appraiserDate\r\n            appraiserMarketValue\r\n            appTimeStamp\r\n            aRMOptionActive\r\n            article7\r\n            assignment\r\n            boardingDate\r\n            borrowerAddress\r\n            borrowerCity\r\n            borrowerEmail\r\n            borrowerFax\r\n            borrowerFirstName\r\n            borrowerFullName\r\n            borrowerHomePhone\r\n            borrowerLastName\r\n            borrowerMI\r\n            borrowerMobilePhone\r\n            borrowerState\r\n            borrowerWorkPhone\r\n            borrowerZip\r\n            chargesAdjustment\r\n            deferredLateCharges\r\n            deferredPrinBal\r\n            deferredUnpaidCharges\r\n            deferredUnpaidInt\r\n            draws\r\n            ficoScore\r\n            firstPaymentDate\r\n            floatCapForNegAmort\r\n            floatCapForPayment\r\n            floatCeiling\r\n            floatDaysAfterPymtChange\r\n            floatDaysAfterRateChange\r\n            floatEnabledPymtAdj\r\n            floatEnableFirstRateCap\r\n            floatEnableLastRecast\r\n            floatEnableRecast\r\n            floatFirstRateMaxCap\r\n            floatFirstRateMinCap\r\n            floatFloor\r\n            floatFreqPymtChange\r\n            floatFreqRateChange\r\n            floatFreqRecast\r\n            floatIndex\r\n            floatLastRecast\r\n            floatMargin\r\n            floatNextAdjPayment\r\n            floatNextAdjRate\r\n            floatNextAdjRecast\r\n            floatPeriodicMaxCap\r\n            floatPeriodicMinCap\r\n            floatRoundMethod\r\n            floatRoundRateFactor\r\n            floatSendNotice\r\n            floatStopRecast\r\n            funds\r\n            impoundBalance\r\n            iNFIndexARMUid\r\n            investAssetNumber\r\n            lateChargesDays\r\n            lateChargesPct\r\n            lenderAccount\r\n            lienPosition\r\n            loanAccount\r\n            loanChargesAccruedInterest\r\n            loanChargesPrincipal\r\n            maturityDate\r\n            nextDueDate\r\n            noteRate\r\n            noteType\r\n            occupancyStatus\r\n            originalBalance\r\n            originationDate\r\n            paidOffDate\r\n            paidToDate\r\n            payment\r\n            paymentImpound\r\n            paymentReserve\r\n            poffAcrruedInterest\r\n            poffAcurredLateCharges\r\n            poffFromBorrower\r\n            poffFromEscrow\r\n            poffFromSuspense\r\n            poffPaidLateCharges\r\n            poffPrepayPenalty\r\n            poffPrincipalBalance\r\n            poffTotal\r\n            poffUnpaidCharges\r\n            poffUnpaidInterest\r\n            poffUnpaidLateCharges\r\n            prevAccount\r\n            principalBalance\r\n            principalWaived\r\n            propertyAPN\r\n            propertyCity\r\n            propertyState\r\n            propertyStreet\r\n            propertytype\r\n            propertyZip\r\n            purpose\r\n            rateType\r\n            restrictedFunds\r\n            suspenseBalance\r\n            section32\r\n            seniorLoanAmount\r\n            status\r\n            statusLender\r\n            thomasMap\r\n            unearnedDiscount\r\n            unpaidCharges\r\n            unpaidInterest\r\n            unpaidInterestWaived\r\n            unpaidLateCharges\r\n            unpaidLateChargesWaived\r\n         }\r\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>Loan Portfolio Report contains your portfolio’s basic fields like Original Balance, Paid to Date, Principle Balance, Property Address and Note Rate.</p>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"985e50f1-3428-4f1a-830b-a7cb45d0fbfb","name":"Loan Portfolio Information","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"\n{ \n  getLoanInformation\n        {\n            loanAccount\n            achStatus\n            amortizationType\n            appraiserDate\n            appraiserMarketValue\n            appTimeStamp\n            aRMOptionActive\n            article7\n            assignment\n            boardingDate\n            borrowerAddress\n            borrowerCity\n            borrowerEmail\n            borrowerFax\n            borrowerFirstName\n            borrowerFullName\n            borrowerHomePhone\n            borrowerLastName\n            borrowerMI\n            borrowerMobilePhone\n            borrowerState\n            borrowerWorkPhone\n            borrowerZip\n            chargesAdjustment\n            deferredLateCharges\n            deferredPrinBal\n            deferredUnpaidCharges\n            deferredUnpaidInt\n            draws\n            ficoScore\n            firstPaymentDate\n            floatCapForNegAmort\n            floatCapForPayment\n            floatCeiling\n            floatDaysAfterPymtChange\n            floatDaysAfterRateChange\n            floatEnabledPymtAdj\n            floatEnableFirstRateCap\n            floatEnableLastRecast\n            floatEnableRecast\n            floatFirstRateMaxCap\n            floatFirstRateMinCap\n            floatFloor\n            floatFreqPymtChange\n            floatFreqRateChange\n            floatFreqRecast\n            floatIndex\n            floatLastRecast\n            floatMargin\n            floatNextAdjPayment\n            floatNextAdjRate\n            floatNextAdjRecast\n            floatPeriodicMaxCap\n            floatPeriodicMinCap\n            floatRoundMethod\n            floatRoundRateFactor\n            floatSendNotice\n            floatStopRecast\n            funds\n            impoundBalance\n            iNFIndexARMUid\n            investAssetNumber\n            lateChargesDays\n            lateChargesPct\n            lenderAccount\n            lienPosition\n            loanAccount\n            loanChargesAccruedInterest\n            loanChargesPrincipal\n            maturityDate\n            nextDueDate\n            noteRate\n            noteType\n            occupancyStatus\n            originalBalance\n            originationDate\n            paidOffDate\n            paidToDate\n            payment\n            paymentImpound\n            paymentReserve\n            poffAcrruedInterest\n            poffAcurredLateCharges\n            poffFromBorrower\n            poffFromEscrow\n            poffFromSuspense\n            poffPaidLateCharges\n            poffPrepayPenalty\n            poffPrincipalBalance\n            poffTotal\n            poffUnpaidCharges\n            poffUnpaidInterest\n            poffUnpaidLateCharges\n            prevAccount\n            principalBalance\n            principalWaived\n            propertyAPN\n            propertyCity\n            propertyState\n            propertyStreet\n            propertytype\n            propertyZip\n            purpose\n            rateType\n            restrictedFunds\n            suspenseBalance\n            section32\n            seniorLoanAmount\n            status\n            statusLender\n            thomasMap\n            unearnedDiscount\n            unpaidCharges\n            unpaidInterest\n            unpaidInterestWaived\n            unpaidLateCharges\n            unpaidLateChargesWaived\n         }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 22:53:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanInformation\": [\n            {\n                \"loanAccount\": \"test8122\",\n                \"achStatus\": \"Inactive\",\n                \"amortizationType\": 3,\n                \"appraiserDate\": \"n/a\",\n                \"appraiserMarketValue\": 0,\n                \"appTimeStamp\": \"01/28/2020\",\n                \"aRMOptionActive\": false,\n                \"article7\": false,\n                \"assignment\": \"n/a\",\n                \"boardingDate\": \"04/08/2014\",\n                \"borrowerAddress\": \"1800 Address K\",\n                \"borrowerCity\": \"Concord\",\n                \"borrowerEmail\": \"\",\n                \"borrowerFax\": \"\",\n                \"borrowerFirstName\": \"John\",\n                \"borrowerFullName\": \"John Smith\",\n                \"borrowerHomePhone\": \"(000)000-1111\",\n                \"borrowerLastName\": \"Smith\",\n                \"borrowerMI\": \"\",\n                \"borrowerMobilePhone\": \"\",\n                \"borrowerState\": \"CA\",\n                \"borrowerWorkPhone\": \"\",\n                \"borrowerZip\": \"99920\",\n                \"chargesAdjustment\": 0,\n                \"deferredLateCharges\": 0,\n                \"deferredPrinBal\": 0,\n                \"deferredUnpaidCharges\": 0,\n                \"deferredUnpaidInt\": 0,\n                \"draws\": 107250,\n                \"ficaScore\": 0,\n                \"firstPaymentDate\": \"05/01/2014\",\n                \"floatCapForNegAmort\": 0,\n                \"floatCapForPayment\": 0,\n                \"floatCeiling\": 0,\n                \"floatDaysAfterPymtChange\": 30,\n                \"floatDaysAfterRateChange\": 45,\n                \"floatEnabledPymtAdj\": false,\n                \"floatEnableFirstRateCap\": false,\n                \"floatEnableLastRecast\": false,\n                \"floatEnableRecast\": false,\n                \"floatFirstRateMaxCap\": 0,\n                \"floatFirstRateMinCap\": 0,\n                \"floatFloor\": 0,\n                \"floatFreqPymtChange\": 0,\n                \"floatFreqRateChange\": 0,\n                \"floatFreqRecast\": 0,\n                \"floatIndex\": 0,\n                \"floatLastRecast\": \"n/a\",\n                \"floatMargin\": 0,\n                \"floatNextAdjPayment\": \"n/a\",\n                \"floatNextAdjRate\": \"n/a\",\n                \"floatNextAdjRecast\": \"n/a\",\n                \"floatPeriodicMaxCap\": 0,\n                \"floatPeriodicMinCap\": 0,\n                \"floatRoundMethod\": 0,\n                \"floatRoundRateFactor\": 0,\n                \"floatSendNotice\": true,\n                \"floatStopRecast\": \"n/a\",\n                \"funds\": 0,\n                \"impoundBalance\": 0,\n                \"iNFIndexARMUid\": \"\",\n                \"investAssetNumber\": null,\n                \"lateChargesDays\": 10,\n                \"lateChargesPct\": 10,\n                \"lenderAccount\": \"13467\",\n                \"lienPosition\": 0,\n                \"loanChargesAccruedInterest\": 0,\n                \"loanChargesPrincipal\": 0,\n                \"maturityDate\": \"04/01/2015\",\n                \"nextDueDate\": \"05/01/2015\",\n                \"noteRate\": 8.99,\n                \"noteType\": 1,\n                \"occupancyStatus\": \"Tenant\",\n                \"originalBalance\": 107250,\n                \"originationDate\": \"04/01/2014\",\n                \"paidOffDate\": \"04/13/2015\",\n                \"paidToDate\": \"04/01/2015\",\n                \"payment\": 492.86,\n                \"paymentImpound\": 0,\n                \"paymentReserve\": 0,\n                \"poffAcrruedInterest\": 0,\n                \"poffAcurredLateCharges\": 0,\n                \"poffFromBorrower\": 0,\n                \"poffFromEscrow\": 0,\n                \"poffFromSuspense\": 0,\n                \"poffPaidLateCharges\": 0,\n                \"poffPrepayPenalty\": 0,\n                \"poffPrincipalBalance\": 0,\n                \"poffTotal\": 0,\n                \"poffUnpaidCharges\": 0,\n                \"poffUnpaidInterest\": 0,\n                \"poffUnpaidLateCharges\": 0,\n                \"prevAccount\": null,\n                \"principalBalance\": 0,\n                \"principalWaived\": 0,\n                \"propertyAPN\": \"000-1111-000\",\n                \"propertyCity\": \"Oakland\",\n                \"propertyState\": \"CA\",\n                \"propertyStreet\": \"1110 Test Street\",\n                \"propertytype\": \"Residential Income 1-4\",\n                \"propertyZip\": \"94605\",\n                \"purpose\": 19,\n                \"rateType\": 1,\n                \"restrictedFunds\": 0.000,\n                \"suspenseBalance\": 2.000,\n                \"section32\": false,\n                \"seniorLoanAmount\": 0,\n                \"status\": \"Paid off\",\n                \"statusLender\": \"\",\n                \"thomasMap\": \"\",\n                \"unearnedDiscount\": 0,\n                \"unpaidCharges\": 0,\n                \"unpaidInterest\": 0,\n                \"unpaidInterestWaived\": 0,\n                \"unpaidLateCharges\": 0,\n                \"unpaidLateChargesWaived\": 0\n            },\n            {\n                \"loanAccount\": \"test8123\",\n                \"amortizationType\": 3,\n                \"appraiserDate\": \"n/a\",\n                \"appraiserMarketValue\": 0,\n                \"appTimeStamp\": \"01/28/2020\",\n                \"aRMOptionActive\": false,\n                \"article7\": false,\n                \"assignment\": \"n/a\",\n                \"boardingDate\": \"04/08/2014\",\n                \"borrowerAddress\": \"1800 Address K\",\n                \"borrowerCity\": \"Concord\",\n                \"borrowerEmail\": \"\",\n                \"borrowerFax\": \"\",\n                \"borrowerFirstName\": \"John\",\n                \"borrowerFullName\": \"John Smith\",\n                \"borrowerHomePhone\": \"(000)000-1111\",\n                \"borrowerLastName\": \"Smith\",\n                \"borrowerMI\": \"\",\n                \"borrowerMobilePhone\": \"\",\n                \"borrowerState\": \"CA\",\n                \"borrowerWorkPhone\": \"\",\n                \"borrowerZip\": \"99920\",\n                \"chargesAdjustment\": 0,\n                \"deferredLateCharges\": 0,\n                \"deferredPrinBal\": 0,\n                \"deferredUnpaidCharges\": 0,\n                \"deferredUnpaidInt\": 0,\n                \"draws\": 107250,\n                \"ficaScore\": 0,\n                \"firstPaymentDate\": \"05/01/2014\",\n                \"floatCapForNegAmort\": 0,\n                \"floatCapForPayment\": 0,\n                \"floatCeiling\": 0,\n                \"floatDaysAfterPymtChange\": 30,\n                \"floatDaysAfterRateChange\": 45,\n                \"floatEnabledPymtAdj\": false,\n                \"floatEnableFirstRateCap\": false,\n                \"floatEnableLastRecast\": false,\n                \"floatEnableRecast\": false,\n                \"floatFirstRateMaxCap\": 0,\n                \"floatFirstRateMinCap\": 0,\n                \"floatFloor\": 0,\n                \"floatFreqPymtChange\": 0,\n                \"floatFreqRateChange\": 0,\n                \"floatFreqRecast\": 0,\n                \"floatIndex\": 0,\n                \"floatLastRecast\": \"n/a\",\n                \"floatMargin\": 0,\n                \"floatNextAdjPayment\": \"n/a\",\n                \"floatNextAdjRate\": \"n/a\",\n                \"floatNextAdjRecast\": \"n/a\",\n                \"floatPeriodicMaxCap\": 0,\n                \"floatPeriodicMinCap\": 0,\n                \"floatRoundMethod\": 0,\n                \"floatRoundRateFactor\": 0,\n                \"floatSendNotice\": true,\n                \"floatStopRecast\": \"n/a\",\n                \"funds\": 0,\n                \"impoundBalance\": 0,\n                \"iNFIndexARMUid\": \"\",\n                \"investAssetNumber\": null,\n                \"lateChargesDays\": 10,\n                \"lateChargesPct\": 10,\n                \"lenderAccount\": \"13467\",\n                \"lienPosition\": 0,\n                \"loanChargesAccruedInterest\": 0,\n                \"loanChargesPrincipal\": 0,\n                \"maturityDate\": \"04/01/2015\",\n                \"nextDueDate\": \"05/01/2015\",\n                \"noteRate\": 8.99,\n                \"noteType\": 1,\n                \"occupancyStatus\": \"Tenant\",\n                \"originalBalance\": 107250,\n                \"originationDate\": \"04/01/2014\",\n                \"paidOffDate\": \"04/13/2015\",\n                \"paidToDate\": \"04/01/2015\",\n                \"payment\": 492.86,\n                \"paymentImpound\": 0,\n                \"paymentReserve\": 0,\n                \"poffAcrruedInterest\": 0,\n                \"poffAcurredLateCharges\": 0,\n                \"poffFromBorrower\": 0,\n                \"poffFromEscrow\": 0,\n                \"poffFromSuspense\": 0,\n                \"poffPaidLateCharges\": 0,\n                \"poffPrepayPenalty\": 0,\n                \"poffPrincipalBalance\": 0,\n                \"poffTotal\": 0,\n                \"poffUnpaidCharges\": 0,\n                \"poffUnpaidInterest\": 0,\n                \"poffUnpaidLateCharges\": 0,\n                \"prevAccount\": null,\n                \"principalBalance\": 0,\n                \"principalWaived\": 0,\n                \"propertyAPN\": \"000-1111-000\",\n                \"propertyCity\": \"Oakland\",\n                \"propertyState\": \"CA\",\n                \"propertyStreet\": \"1110 Test Street\",\n                \"propertytype\": \"Residential Income 1-4\",\n                \"propertyZip\": \"94605\",\n                \"purpose\": 19,\n                \"rateType\": 1,\n                \"reserveBalance\": 0,\n                \"section32\": false,\n                \"seniorLoanAmount\": 0,\n                \"status\": \"Paid off\",\n                \"statusLender\": \"\",\n                \"thomasMap\": \"\",\n                \"unearnedDiscount\": 0,\n                \"unpaidCharges\": 0,\n                \"unpaidInterest\": 0,\n                \"unpaidInterestWaived\": 0,\n                \"unpaidLateCharges\": 0,\n                \"unpaidLateChargesWaived\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"56c632c8-d5ad-4057-a24c-8b0ae9bb2592"},{"name":"Loan Payoff Value to date","event":[{"listen":"prerequest","script":{"id":"2d19985d-07d3-4e95-b97f-df5af66f37d6","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"a29a8259-f639-4599-82c5-a5c6f950ab21","exec":["var template = `","    <table bgcolor=\"#FFFFFF\">","        <tr>","            <th>Loan Account</th>","            <th>Lender Account</th>","            <th>Payment</th>","            <th>Prev Account</th>","            <th>Borrower Full Name</th>","            <th>Borrower Home Phone</th>","            <th>Original Balance</th>","            <th>Principal Balance</th>","            <th>Note Rate</th>","            <th>Payment Impound</th>","            <th>Payment Reserve</th>","            <th>Unpaid Late Charges</th>","            <th>Unpaid Interest</th>","        </tr>","","        {{#each response.data.getLoanInformation}}","            <tr>","                <td>{{loanAccount}}</td>","                <td>{{lenderAccount}}</td>","                <td>{{payment}}</td>","                <td>{{prevAccount}}</td>","                <td>{{borrowerFullName}}</td>","                <td>{{borrowerHomePhone}}</td>","                <td>{{originalBalance}}</td>","                <td>{{principalBalance}}</td>","                <td>{{noteRate}}</td>","                <td>{{paymentImpound}}</td>","                <td>{{paymentReserve}}</td>","                <td>{{unpaidLateCharges}}</td>","                <td>{{unpaidInterest}}</td>","            </tr>","        {{/each}}","    </table>","`;","","// Set visualizer","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: pm.response.json()","});"],"type":"text/javascript","packages":{}}}],"id":"8359c8e8-c6db-472f-9d04-ae8e120b5b87","protocolProfileBehavior":{"followAuthorizationHeader":false,"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{ \r\n  getLoanInformation() \r\n        {\r\n            loanAccount\r\n            borrowerFullName\r\n            principalBalance\r\n            noteRate\r\n            poffTotal\r\n         }\r\n} ","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>This example request return the payoff value to date of all the loans in your Portfolio, order by Principal Balance, and only returning the fields: Loan Account, Borrower Full Name, Principal Balance, Note Rate and Payoff Total.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"a4e1cf26-46f4-4b92-8b4e-818d33bc511f","name":"Loan Payoff Value to date","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{ \n  getLoanInformation(offset:0,orderby: \"principalBalance\",order: \"dsc\") \n        {\n            loanAccount\n            borrowerFullName\n            principalBalance\n            noteRate\n            poffTotal\n         }\n} "}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 29 Oct 2020 18:01:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanInformation\": [\n            {\n                \"loanAccount\": \"test00004\",\n                \"borrowerFullName\": \"Company LLC / Jhon Smith\",\n                \"principalBalance\": 6750000,\n                \"noteRate\": 9,\n                \"poffTotal\": 7763576.64\n            },\n            {\n                \"loanAccount\": \"test0011\",\n                \"borrowerFullName\": \"Martha Simons\",\n                \"principalBalance\": 2450000,\n                \"noteRate\": 9.5,\n                \"poffTotal\": 2490235.85\n            }\n        ]\n    }\n}"}],"_postman_id":"8359c8e8-c6db-472f-9d04-ae8e120b5b87"},{"name":"Broker Disbursment Report","id":"99ca007f-9b4c-4b02-85f5-068f744ac9b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getBrokerDisbursment{\n    loanAccount\n    checkAmount\n    checkDate\n    code\n    interest\n    interestCharges\n    lateCharges\n    lenderAccount\n    name\n    opmAmount\n    otherNonTaxable\n    otherPayments\n    otherTaxable\n    pmtDueDate\n    prepayFee\n    principal\n    principalCharges\n    serviceFee\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>The Broker Disbursement Report assists Brokers in viewing payments and fees on the loans that they are taking a Broker Spread. Pull Fields like Lender Account, Check amount and date, Principle Balance and Late Charges</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"cbc0a985-feec-4cba-ad7f-a4eba5ecbd45","name":"Broker Disbursment Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getBrokerDisbursment{\n    loanAccount\n    checkAmount\n    checkDate\n    code\n    interest\n    interestCharges\n    lateCharges\n    lenderAccount\n    name\n    opmAmount\n    otherNonTaxable\n    otherPayments\n    otherTaxable\n    pmtDueDate\n    prepayFee\n    principal\n    principalCharges\n    serviceFee\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 23:01:03 GMT"},{"key":"Content-Length","value":"3965"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getBrokerDisbursment\": [\n            {\n                \"loanAccount\": \"Test1111\",\n                \"checkAmount\": 800.59,\n                \"checkDate\": \"07/30/2020\",\n                \"code\": null,\n                \"interest\": 800.59,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"TESTFUNDING\",\n                \"name\": null,\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"07/01/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 0,\n                \"serviceFee\": 0\n            },\n            {\n                \"loanAccount\": \"Test1112\",\n                \"checkAmount\": -15,\n                \"checkDate\": \"07/30/2020\",\n                \"code\": null,\n                \"interest\": 0,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"TESTFUNDING\",\n                \"name\": null,\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"07/01/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 0,\n                \"serviceFee\": -15\n            },\n            {\n                \"loanAccount\": \"Test1113\",\n                \"checkAmount\": -15,\n                \"checkDate\": \"08/18/2020\",\n                \"code\": null,\n                \"interest\": 0,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"TESTFUNDING\",\n                \"name\": null,\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"08/01/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 0,\n                \"serviceFee\": -15\n            },\n            {\n                \"loanAccount\": \"Test1114\",\n                \"checkAmount\": 800.59,\n                \"checkDate\": \"08/18/2020\",\n                \"code\": null,\n                \"interest\": 800.59,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"TESTFUNDING\",\n                \"name\": null,\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"08/01/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 0,\n                \"serviceFee\": 0\n            },\n            {\n                \"loanAccount\": \"Test1115\",\n                \"checkAmount\": -15,\n                \"checkDate\": \"08/31/2020\",\n                \"code\": null,\n                \"interest\": 0,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"TESTFUNDING\",\n                \"name\": null,\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"08/01/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 0,\n                \"serviceFee\": -15\n            },\n            {\n                \"loanAccount\": \"Test1116\",\n                \"checkAmount\": 120,\n                \"checkDate\": \"08/31/2020\",\n                \"code\": null,\n                \"interest\": 120,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"TESTFUNDING\",\n                \"name\": null,\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"08/01/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 0,\n                \"serviceFee\": 0\n            },\n            {\n                \"loanAccount\": \"Test1117\",\n                \"checkAmount\": -15,\n                \"checkDate\": \"08/21/2020\",\n                \"code\": null,\n                \"interest\": 0,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"TESTFUNDING\",\n                \"name\": null,\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"08/01/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 0,\n                \"serviceFee\": -15\n            },\n            {\n                \"loanAccount\": \"Test1118\",\n                \"checkAmount\": 132.66,\n                \"checkDate\": \"08/21/2020\",\n                \"code\": null,\n                \"interest\": 132.66,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"TESTFUNDING\",\n                \"name\": null,\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"08/01/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 0,\n                \"serviceFee\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"99ca007f-9b4c-4b02-85f5-068f744ac9b1"},{"name":"Funding History Report","id":"c769bedf-c59b-4cb5-9039-fe3807c61ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getFundingHistory{\n    loanAccount\n    amortizationType\n    appraiserDate\n    appraiserMarketValue\n    armOptionActive\n    article7\n    assignment\n    boardingDate\n    borrowerAddress\n    borrowerCity\n    borrowerEmail\n    borrowerFax\n    borrowerFirstName\n    borrowerFullName\n    borrowerHomePhone\n    borrowerLastName\n    borrowerMI\n    borrowerMobilePhone\n    borrowerState\n    borrowerWorkPhone\n    borrowerZip\n    brokerRepresentative\n    chargesAdjustment\n    cumulativeDraw\n    deferredLateCharges\n    deferredPrinBal\n    deferredUnpaidCharges\n    deferredUnpaidInt\n    depositAmount\n    depositDate\n    depositFee\n    depositNotes\n    depositReference\n    description\n    draws\n    ficoScore\n    firstPaymentDate\n    floatCapForNegAmort\n    floatCapForPayment\n    floatCeiling\n    floatDaysAfterPymtChange\n    floatDaysAfterRateChange\n    floatEnabledPymtAdj\n    floatEnableFirstRateCap\n    floatEnableLastRecast\n    floatEnableRecast\n    floatFirstRateMaxCap\n    floatFirstRateMinCap\n    floatFloor\n    floatFreqPymtChange\n    floatFreqRateChange\n    floatFreqRecast\n    floatIndex\n    floatLastRecast\n    floatMargin\n    floatNextAdjPayment\n    floatNextAdjRate\n    floatNextAdjRecast\n    floatPeriodicMaxCap\n    floatPeriodicMinCap\n    floatRoundMethod\n    floatRoundRateFactor\n    floatSendNotice\n    floatStopRecast\n    funds\n    impoundBalance\n    lateChargesDays\n    lateChargesMin\n    lateChargesPct\n    lenderAccount\n    lenderFullName\n    lienPosition\n    loanChargesAccruedInterest\n    loanChargesPrincipal\n    maturityDate\n    nextDueDate\n    noteRate\n    noteType\n    occupancyStatus\n    originalBalance\n    originationDate\n    paidOffDate\n    paidToDate\n    payment\n    paymentImpound\n    paymentReserve\n    prevAccount\n    principalBalance\n    principalWaived\n    propertyAPN\n    propertyCity\n    propertyState\n    propertyStreet\n    propertytype\n    propertyZip\n    purpose\n    rateType\n    reserveBalance\n    section32\n    seniorLoanAmount\n    status\n    thomasMap\n    unearnedDiscount\n    unpaidCharges\n    unpaidInterest\n    unpaidInterestWaived\n    unpaidLateCharges\n    unpaidLateChargesWaived\n    unpaidLateChargesWaived\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>The Funding History report pulls the fields that the loan was funded with like the borrower information, property information appraised market value and loan information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"e52b7608-b009-4d1c-bc6f-1b135f1414c2","name":"Funding History Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getFundingHistory{\n    loanAccount\n    amortizationType\n    appraiserDate\n    appraiserMarketValue\n    armOptionActive\n    article7\n    assignment\n    boardingDate\n    borrowerAddress\n    borrowerCity\n    borrowerEmail\n    borrowerFax\n    borrowerFirstName\n    borrowerFullName\n    borrowerHomePhone\n    borrowerLastName\n    borrowerMI\n    borrowerMobilePhone\n    borrowerState\n    borrowerWorkPhone\n    borrowerZip\n    brokerRepresentative\n    chargesAdjustment\n    cumulativeDraw\n    deferredLateCharges\n    deferredPrinBal\n    deferredUnpaidCharges\n    deferredUnpaidInt\n    depositAmount\n    depositDate\n    depositFee\n    depositNotes\n    depositReference\n    description\n    draws\n    ficoScore\n    firstPaymentDate\n    floatCapForNegAmort\n    floatCapForPayment\n    floatCeiling\n    floatDaysAfterPymtChange\n    floatDaysAfterRateChange\n    floatEnabledPymtAdj\n    floatEnableFirstRateCap\n    floatEnableLastRecast\n    floatEnableRecast\n    floatFirstRateMaxCap\n    floatFirstRateMinCap\n    floatFloor\n    floatFreqPymtChange\n    floatFreqRateChange\n    floatFreqRecast\n    floatIndex\n    floatLastRecast\n    floatMargin\n    floatNextAdjPayment\n    floatNextAdjRate\n    floatNextAdjRecast\n    floatPeriodicMaxCap\n    floatPeriodicMinCap\n    floatRoundMethod\n    floatRoundRateFactor\n    floatSendNotice\n    floatStopRecast\n    funds\n    impoundBalance\n    lateChargesDays\n    lateChargesMin\n    lateChargesPct\n    lenderAccount\n    lenderFullName\n    lienPosition\n    loanChargesAccruedInterest\n    loanChargesPrincipal\n    maturityDate\n    nextDueDate\n    noteRate\n    noteType\n    occupancyStatus\n    originalBalance\n    originationDate\n    paidOffDate\n    paidToDate\n    payment\n    paymentImpound\n    paymentReserve\n    prevAccount\n    principalBalance\n    principalWaived\n    propertyAPN\n    propertyCity\n    propertyState\n    propertyStreet\n    propertytype\n    propertyZip\n    purpose\n    rateType\n    reserveBalance\n    section32\n    seniorLoanAmount\n    status\n    thomasMap\n    unearnedDiscount\n    unpaidCharges\n    unpaidInterest\n    unpaidInterestWaived\n    unpaidLateCharges\n    unpaidLateChargesWaived\n    unpaidLateChargesWaived\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 29 Oct 2020 18:06:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getFundingHistory\": [\n            {\n                \"loanAccount\": \"Test00011\",\n                \"amortizationType\": 5,\n                \"appraiserDate\": \"n/a\",\n                \"appraiserMarketValue\": 0,\n                \"armOptionActive\": false,\n                \"article7\": false,\n                \"assignment\": \"n/a\",\n                \"boardingDate\": \"01/11/2012\",\n                \"borrowerAddress\": \"110 STREET WAY \",\n                \"borrowerCity\": \"City\",\n                \"borrowerEmail\": \"email@gmail.com\",\n                \"borrowerFax\": null,\n                \"borrowerFirstName\": \"\",\n                \"borrowerFullName\": \"COMPANY LLC\\r\\nMartha Johnson\",\n                \"borrowerHomePhone\": null,\n                \"borrowerLastName\": \"\",\n                \"borrowerMI\": \"\",\n                \"borrowerMobilePhone\": \"(000)000-0000\",\n                \"borrowerState\": \"TN\",\n                \"borrowerWorkPhone\": \"\",\n                \"borrowerZip\": \"37127\",\n                \"brokerRepresentative\": \"7fff3847438dddd9748444\",\n                \"chargesAdjustment\": -120.25,\n                \"cumulativeDraw\": 0,\n                \"deferredLateCharges\": 0,\n                \"deferredPrinBal\": 0,\n                \"deferredUnpaidCharges\": 0,\n                \"deferredUnpaidInt\": 0,\n                \"depositAmount\": -123000,\n                \"depositDate\": \"01/04/2020\",\n                \"depositFee\": 0,\n                \"depositNotes\": null,\n                \"depositReference\": \"\",\n                \"description\": \"Funding\",\n                \"draws\": 0,\n                \"ficaScore\": 0,\n                \"firstPaymentDate\": \"03/01/2012\",\n                \"floatCapForNegAmort\": 0,\n                \"floatCapForPayment\": 0,\n                \"floatCeiling\": 0,\n                \"floatDaysAfterPymtChange\": 0,\n                \"floatDaysAfterRateChange\": 0,\n                \"floatEnabledPymtAdj\": true,\n                \"floatEnableFirstRateCap\": false,\n                \"floatEnableLastRecast\": false,\n                \"floatEnableRecast\": false,\n                \"floatFirstRateMaxCap\": 0,\n                \"floatFirstRateMinCap\": 0,\n                \"floatFloor\": 0,\n                \"floatFreqPymtChange\": 0,\n                \"floatFreqRateChange\": 0,\n                \"floatFreqRecast\": 0,\n                \"floatIndex\": 0,\n                \"floatLastRecast\": \"n/a\",\n                \"floatMargin\": 0,\n                \"floatNextAdjPayment\": \"n/a\",\n                \"floatNextAdjRate\": \"n/a\",\n                \"floatNextAdjRecast\": \"n/a\",\n                \"floatPeriodicMaxCap\": 0,\n                \"floatPeriodicMinCap\": 0,\n                \"floatRoundMethod\": 0,\n                \"floatRoundRateFactor\": 0,\n                \"floatSendNotice\": true,\n                \"floatStopRecast\": \"n/a\",\n                \"funds\": 0,\n                \"impoundBalance\": 0,\n                \"lateChargesDays\": 10,\n                \"lateChargesMin\": 0,\n                \"lateChargesPct\": 10,\n                \"lenderAccount\": \"lender01\",\n                \"lenderFullName\": \"Test Funding, LLC.\",\n                \"lienPosition\": 0,\n                \"loanChargesAccruedInterest\": 0,\n                \"loanChargesPrincipal\": 0,\n                \"maturityDate\": \"02/05/2020\",\n                \"nextDueDate\": \"09/01/2019\",\n                \"noteRate\": 8.25,\n                \"noteType\": 5,\n                \"occupancyStatus\": \"Tenant\",\n                \"originalBalance\": 123000,\n                \"originationDate\": \"01/05/2018\",\n                \"paidOffDate\": \"n/a\",\n                \"paidToDate\": \"02/01/2019\",\n                \"payment\": 845.63,\n                \"paymentImpound\": 0,\n                \"paymentReserve\": 0,\n                \"prevAccount\": \"N0000011\",\n                \"principalBalance\": 0,\n                \"principalWaived\": 0,\n                \"propertyAPN\": \"00\",\n                \"propertyCity\": \"NASHVILLE\",\n                \"propertyState\": \"TN\",\n                \"propertyStreet\": \"1111 Street Ct\",\n                \"propertytype\": \"Residential Income 1-4\",\n                \"propertyZip\": \"37107\",\n                \"purpose\": 19,\n                \"rateType\": 1,\n                \"reserveBalance\": 0,\n                \"section32\": false,\n                \"seniorLoanAmount\": 0,\n                \"status\": \"REO\",\n                \"thomasMap\": null,\n                \"unearnedDiscount\": 0,\n                \"unpaidCharges\": 0,\n                \"unpaidInterest\": 0,\n                \"unpaidInterestWaived\": 2403.72,\n                \"unpaidLateCharges\": 0,\n                \"unpaidLateChargesWaived\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"c769bedf-c59b-4cb5-9039-fe3807c61ff4"},{"name":"Interest Accrual Report","id":"c99aec1f-f44f-45ee-97d4-81240e80e617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getInterestAccrual\n  {\n    loanAccount\n    accrualMethod\n    accruedInterestMTD\n    currentMonth\n    dailyRateUsing\n    daysBetweenDates\n    includEcalcInt\n    lenderAccount\n    loanNextDueDate\n    negativeAmortization\n    noteRate\n    paidToDate\n    payAutomatically\n    principalBalance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"7fe818b5-9771-4d11-af91-eb598a866c88","name":"Interest Accrual Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getInterestAccrual\n  {\n    loanAccount\n    accrualMethod\n    accruedInterestMTD\n    currentMonth\n    dailyRateUsing\n    daysBetweenDates\n    includEcalcInt\n    lenderAccount\n    loanNextDueDate\n    negativeAmortization\n    noteRate\n    paidToDate\n    payAutomatically\n    principalBalance\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 29 Oct 2020 18:11:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getInterestAccrual\": [\n            {\n                \"loanAccount\": \"Test00011\",\n                \"accrualMethod\": \"Regular Period (Due Date to Due Date)\",\n                \"accruedInterestMTD\": 6000,\n                \"currentMonth\": \"10/01/2020\",\n                \"dailyRateUsing\": \"360 Days Year Basis\",\n                \"daysBetweenDates\": \"Actual Number of Days\",\n                \"includEcalcInt\": \"FALSE\",\n                \"lenderAccount\": \"lender01\",\n                \"loanNextDueDate\": \"11/09/2020\",\n                \"negativeAmortization\": \"Unpaid Interest\",\n                \"noteRate\": 12,\n                \"paidToDate\": \"10/01/2020\",\n                \"payAutomatically\": \"TRUE\",\n                \"principalBalance\": 600000\n            },\n            {\n                \"loanAccount\": \"Test00012\",\n                \"accrualMethod\": \"Regular Period (Due Date to Due Date)\",\n                \"accruedInterestMTD\": 3145.26,\n                \"currentMonth\": \"10/01/2020\",\n                \"dailyRateUsing\": \"360 Days Year Basis\",\n                \"daysBetweenDates\": \"30 Days Month Basis\",\n                \"includEcalcInt\": \"FALSE\",\n                \"lenderAccount\": \"lender01\",\n                \"loanNextDueDate\": \"11/09/2020\",\n                \"negativeAmortization\": \"Unpaid Interest\",\n                \"noteRate\": 10.25,\n                \"paidToDate\": \"02/01/2020\",\n                \"payAutomatically\": \"TRUE\",\n                \"principalBalance\": 368225\n            }\n        ]\n    }\n}"}],"_postman_id":"c99aec1f-f44f-45ee-97d4-81240e80e617"},{"name":"Loan Activities Report","id":"518031c1-7f7c-4b3c-aff7-4163c8eefe8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanActivities{\n    loanAccount\n    achDate\n    achTransNumber\n    balance\n    clearingDate\n    dateDeposited\n    dateDue\n    dateReceived\n    dayVariance\n    defaultIntEffectiveDateFrom\n    defaultIntImplementationDate\n    description\n    interestPaidTo\n    lateCharge\n    lenderAccount\n    notes\n    reference\n    releaseDate\n    releaseDateExt\n    reserveRestricted\n    revDateDue\n    revInterestPaidTo\n    revPaidOff\n    toAdvanceRentReserve\n    toBrokerFee\n    toCapitalExp\n    toChargesInterest\n    toChargesPrincipal\n    toExpenseReserve\n    toImpound\n    toImpoundEstimated\n    toInsuranceAdvanceReserve\n    toInsuranceReserve\n    toInterest\n    toInterestEstimated\n    toLateCharge\n    toLenderFee\n    toMiscellaneous\n    toOtherPayments\n    toOtherTaxable\n    toOtherTaxFree\n    toPrepay\n    toPrincipal\n    toPrincipalEstimated\n    toPropertyManagement\n    toRepair\n    toReserve\n    toSecurityDeposit\n    totalEstimated\n    toTaxAdvanceReserve\n    toTaxReserve\n    toUnpaidDefaultInt\n    toUnpaidEscrowInt\n    toUnpaidFees\n    toUnpaidInterest\n    totalPayment\n    pppPayment\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>This report is for tracking the activities that go on with your portfolio. Pull fields for dates with your payments like when they were received and when the funds will be released to you and pull the individual payment fields as well like Lender Fees, Escrow, Insurance and so on.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"bc27a871-fb61-4507-8ac0-aaa259d7cc2d","name":"Loan Activities Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanActivities{\n    loanAccount\n    achDate\n    achTransNumber\n    balance\n    clearingDate\n    dateDeposited\n    dateDue\n    dateReceived\n    dayVariance\n    defaultIntEffectiveDateFrom\n    defaultIntImplementationDate\n    description\n    interestPaidTo\n    lateCharge\n    lenderAccount\n    notes\n    reference\n    releaseDate\n    releaseDateExt\n    reserveRestricted\n    revDateDue\n    revInterestPaidTo\n    revPaidOff\n    toAdvanceRentReserve\n    toBrokerFee\n    toCapitalExp\n    toChargesInterest\n    toChargesPrincipal\n    toExpenseReserve\n    toImpound\n    toImpoundEstimated\n    toInsuranceAdvanceReserve\n    toInsuranceReserve\n    toInterest\n    toInterestEstimated\n    toLateCharge\n    toLenderFee\n    toMiscellaneous\n    toOtherPayments\n    toOtherTaxable\n    toOtherTaxFree\n    toPrepay\n    toPrincipal\n    toPrincipalEstimated\n    toPropertyManagement\n    toRepair\n    toReserve\n    toSecurityDeposit\n    totalEstimated\n    toTaxAdvanceReserve\n    toTaxReserve\n    toUnpaidDefaultInt\n    toUnpaidEscrowInt\n    toUnpaidFees\n    toUnpaidInterest\n    totalPayment\n    pppPayment\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 23:07:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanActivities\": [\n            {\n                \"loanAccount\": \"Test00011\",\n                \"achDate\": \"n/a\",\n                \"achTransNumber\": 0,\n                \"balance\": 600000,\n                \"clearingDate\": \"09/21/2020\",\n                \"dateDeposited\": \"09/21/2020\",\n                \"dateDue\": \"09/21/2020\",\n                \"dateReceived\": \"09/21/2020\",\n                \"defaultIntEffectiveDateFrom\": \"n/a\",\n                \"defaultIntImplementationDate\": \"n/a\",\n                \"description\": \"OtherCash\",\n                \"interestPaidTo\": \"09/01/2020\",\n                \"lateCharge\": 0,\n                \"lenderAccount\": \"lender01\",\n                \"notes\": null,\n                \"reference\": \"wire*\",\n                \"releaseDate\": \"09/21/2020\",\n                \"releaseDateExt\": \"n/a\",\n                \"reserveRestricted\": 0,\n                \"revDateDue\": \"09/21/2020\",\n                \"revInterestPaidTo\": \"09/01/2020\",\n                \"revPaidOff\": \"n/a\",\n                \"toAdvanceRentReserve\": 0,\n                \"toBrokerFee\": 0,\n                \"toCapitalExp\": 0,\n                \"toChargesInterest\": 648.35,\n                \"toChargesPrincipal\": 31371.65,\n                \"toExpenseReserve\": 0,\n                \"toImpound\": 0,\n                \"toImpoundEstimated\": 0,\n                \"toInsuranceAdvanceReserve\": 0,\n                \"toInsuranceReserve\": 0,\n                \"toInterest\": 0,\n                \"toInterestEstimated\": 0,\n                \"toLateCharge\": 0,\n                \"toLenderFee\": 0,\n                \"toMiscellaneous\": 0,\n                \"toOtherPayments\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toPrepay\": 0,\n                \"toPrincipal\": 0,\n                \"toPrincipalEstimated\": 0,\n                \"toPropertyManagement\": 0,\n                \"toRepair\": 0,\n                \"toReserve\": 0,\n                \"toSecurityDeposit\": 0,\n                \"totalEstimated\": 0,\n                \"toTaxAdvanceReserve\": 0,\n                \"toTaxReserve\": 0,\n                \"toUnpaidDefaultInt\": 0,\n                \"toUnpaidEscrowInt\": 0,\n                \"toUnpaidFees\": 0,\n                \"toUnpaidInterest\": 0\n            },\n            {\n                \"loanAccount\": \"Test00012\",\n                \"achDate\": \"08/03/2020\",\n                \"achTransNumber\": 1111,\n                \"balance\": 600000,\n                \"clearingDate\": \"08/07/2020\",\n                \"dateDeposited\": \"08/03/2020\",\n                \"dateDue\": \"08/01/2020\",\n                \"dateReceived\": \"08/03/2020\",\n                \"defaultIntEffectiveDateFrom\": \"n/a\",\n                \"defaultIntImplementationDate\": \"n/a\",\n                \"description\": \"RegPmt\",\n                \"interestPaidTo\": \"07/01/2020\",\n                \"lateCharge\": 0,\n                \"lenderAccount\": \"lender01\",\n                \"notes\": null,\n                \"reference\": \"PYM\",\n                \"releaseDate\": \"08/07/2020\",\n                \"releaseDateExt\": \"n/a\",\n                \"reserveRestricted\": 0,\n                \"revDateDue\": \"08/01/2020\",\n                \"revInterestPaidTo\": \"07/01/2020\",\n                \"revPaidOff\": \"n/a\",\n                \"toAdvanceRentReserve\": 0,\n                \"toBrokerFee\": 0,\n                \"toCapitalExp\": 0,\n                \"toChargesInterest\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toExpenseReserve\": 0,\n                \"toImpound\": 0,\n                \"toImpoundEstimated\": 0,\n                \"toInsuranceAdvanceReserve\": 0,\n                \"toInsuranceReserve\": 0,\n                \"toInterest\": 6000,\n                \"toInterestEstimated\": 6000,\n                \"toLateCharge\": 0,\n                \"toLenderFee\": 0,\n                \"toMiscellaneous\": 0,\n                \"toOtherPayments\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toPrepay\": 0,\n                \"toPrincipal\": 0,\n                \"toPrincipalEstimated\": 0,\n                \"toPropertyManagement\": 0,\n                \"toRepair\": 0,\n                \"toReserve\": 0,\n                \"toSecurityDeposit\": 0,\n                \"totalEstimated\": 6000,\n                \"toTaxAdvanceReserve\": 0,\n                \"toTaxReserve\": 0,\n                \"toUnpaidDefaultInt\": 0,\n                \"toUnpaidEscrowInt\": 0,\n                \"toUnpaidFees\": 0,\n                \"toUnpaidInterest\": 0\n            },\n            {\n                \"loanAccount\": \"Test00013\",\n                \"achDate\": \"10/01/2020\",\n                \"achTransNumber\": 1112,\n                \"balance\": 600000,\n                \"clearingDate\": \"10/07/2020\",\n                \"dateDeposited\": \"10/01/2020\",\n                \"dateDue\": \"10/01/2020\",\n                \"dateReceived\": \"10/01/2020\",\n                \"defaultIntEffectiveDateFrom\": \"n/a\",\n                \"defaultIntImplementationDate\": \"n/a\",\n                \"description\": \"RegPmt\",\n                \"interestPaidTo\": \"09/01/2020\",\n                \"lateCharge\": 0,\n                \"lenderAccount\": \"lender01\",\n                \"notes\": null,\n                \"reference\": \"PYM\",\n                \"releaseDate\": \"10/07/2020\",\n                \"releaseDateExt\": \"n/a\",\n                \"reserveRestricted\": 0,\n                \"revDateDue\": \"10/01/2020\",\n                \"revInterestPaidTo\": \"09/01/2020\",\n                \"revPaidOff\": \"n/a\",\n                \"toAdvanceRentReserve\": 0,\n                \"toBrokerFee\": 0,\n                \"toCapitalExp\": 0,\n                \"toChargesInterest\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toExpenseReserve\": 0,\n                \"toImpound\": 0,\n                \"toImpoundEstimated\": 0,\n                \"toInsuranceAdvanceReserve\": 0,\n                \"toInsuranceReserve\": 0,\n                \"toInterest\": 6000,\n                \"toInterestEstimated\": 6000,\n                \"toLateCharge\": 0,\n                \"toLenderFee\": 0,\n                \"toMiscellaneous\": 0,\n                \"toOtherPayments\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toPrepay\": 0,\n                \"toPrincipal\": 0,\n                \"toPrincipalEstimated\": 0,\n                \"toPropertyManagement\": 0,\n                \"toRepair\": 0,\n                \"toReserve\": 0,\n                \"toSecurityDeposit\": 0,\n                \"totalEstimated\": 6000,\n                \"toTaxAdvanceReserve\": 0,\n                \"toTaxReserve\": 0,\n                \"toUnpaidDefaultInt\": 0,\n                \"toUnpaidEscrowInt\": 0,\n                \"toUnpaidFees\": 0,\n                \"toUnpaidInterest\": 0\n            },\n            {\n                \"loanAccount\": \"Test00014\",\n                \"achDate\": \"09/01/2020\",\n                \"achTransNumber\": 1111,\n                \"balance\": 600000,\n                \"clearingDate\": \"09/08/2020\",\n                \"dateDeposited\": \"09/01/2020\",\n                \"dateDue\": \"09/01/2020\",\n                \"dateReceived\": \"09/01/2020\",\n                \"defaultIntEffectiveDateFrom\": \"n/a\",\n                \"defaultIntImplementationDate\": \"n/a\",\n                \"description\": \"RegPmt\",\n                \"interestPaidTo\": \"08/01/2020\",\n                \"lateCharge\": 0,\n                \"lenderAccount\": \"lender01\",\n                \"notes\": null,\n                \"reference\": \"PYM\",\n                \"releaseDate\": \"09/08/2020\",\n                \"releaseDateExt\": \"n/a\",\n                \"reserveRestricted\": 0,\n                \"revDateDue\": \"09/01/2020\",\n                \"revInterestPaidTo\": \"08/01/2020\",\n                \"revPaidOff\": \"n/a\",\n                \"toAdvanceRentReserve\": 0,\n                \"toBrokerFee\": 0,\n                \"toCapitalExp\": 0,\n                \"toChargesInterest\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toExpenseReserve\": 0,\n                \"toImpound\": 0,\n                \"toImpoundEstimated\": 0,\n                \"toInsuranceAdvanceReserve\": 0,\n                \"toInsuranceReserve\": 0,\n                \"toInterest\": 6000,\n                \"toInterestEstimated\": 6000,\n                \"toLateCharge\": 0,\n                \"toLenderFee\": 0,\n                \"toMiscellaneous\": 0,\n                \"toOtherPayments\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toPrepay\": 0,\n                \"toPrincipal\": 0,\n                \"toPrincipalEstimated\": 0,\n                \"toPropertyManagement\": 0,\n                \"toRepair\": 0,\n                \"toReserve\": 0,\n                \"toSecurityDeposit\": 0,\n                \"totalEstimated\": 6000,\n                \"toTaxAdvanceReserve\": 0,\n                \"toTaxReserve\": 0,\n                \"toUnpaidDefaultInt\": 0,\n                \"toUnpaidEscrowInt\": 0,\n                \"toUnpaidFees\": 0,\n                \"toUnpaidInterest\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"518031c1-7f7c-4b3c-aff7-4163c8eefe8a"},{"name":"Loan Charges Report","id":"52e0d92e-6484-4000-b4fd-8f736f3c1750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanChargesList{\n    loanAccount\n    accruedInterest\n    assessFinanceCharges\n    behalfAccount\n    behalfBalance\n    borrowerFullName\n    chargeBalance\n    chargeDate\n    code\n    comments\n    deferred\n    description\n    interestFrom\n    interestRate\n    lenderAccount\n    name\n    originalAmount\n    principalBalance\n    propertyStreet\n    reference\n    totalDue\n    vendorBalance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>This Report takes an in depth look at charges that your borrower has received on their loan. You can pull the Assessed Finance Charges, Accrued Interest, Charge Balance and the Charge Dates.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"0d3bf14b-d756-43ac-a6c9-ebb252fcf079","name":"Loan Charges Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanChargesList{\n    loanAccount\n    accruedInterest\n    assessFinanceCharges\n    behalfAccount\n    behalfBalance\n    borrowerFullName\n    chargeBalance\n    chargeDate\n    code\n    comments\n    deferred\n    description\n    interestFrom\n    interestRate\n    lenderAccount\n    name\n    originalAmount\n    principalBalance\n    propertyStreet\n    reference\n    totalDue\n    vendorBalance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 16:42:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2022-09-13T16:42:18.7527788Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanChargesList\": [\n            {\n                \"loanAccount\": \"test8180\",\n                \"accruedInterest\": 0,\n                \"assessFinanceCharges\": true,\n                \"behalfAccount\": null,\n                \"behalfBalance\": 0,\n                \"borrowerFullName\": \"test tester\",\n                \"chargeBalance\": 100,\n                \"chargeDate\": \"12/08/2020\",\n                \"code\": \"INFE128\",\n                \"comments\": \"Test Charge fir testing Purpose\",\n                \"deferred\": false,\n                \"description\": \"Admin Fee\",\n                \"interestFrom\": \"12/08/2020\",\n                \"interestRate\": 5,\n                \"lenderAccount\": \"Test1234\",\n                \"name\": \"Admin Fee\",\n                \"originalAmount\": 100,\n                \"principalBalance\": 20019.14,\n                \"propertyStreet\": \"123 Main Street\",\n                \"reference\": \"\",\n                \"totalDue\": 100,\n                \"vendorBalance\": 100\n            },\n            {\n                \"loanAccount\": \"test8180\",\n                \"accruedInterest\": 0,\n                \"assessFinanceCharges\": false,\n                \"behalfAccount\": null,\n                \"behalfBalance\": 0,\n                \"borrowerFullName\": \"Test Tester\",\n                \"chargeBalance\": 1000,\n                \"chargeDate\": \"07/15/2022\",\n                \"code\": \"SEFE101\",\n                \"comments\": \"This is Test Charges- VS\",\n                \"deferred\": false,\n                \"description\": \"Reconveyance Fee-By Investor\",\n                \"interestFrom\": \"n/a\",\n                \"interestRate\": 0,\n                \"lenderAccount\": \"Test1234\",\n                \"name\": \"Reconveyance Fee-By Investor\",\n                \"originalAmount\": 1000,\n                \"principalBalance\": 22019.14,\n                \"propertyStreet\": \"123 Main Street\",\n                \"reference\": \"Test Reference_VS\",\n                \"totalDue\": 1000,\n                \"vendorBalance\": 1000\n            },\n            {\n                \"loanAccount\": \"test8180\",\n                \"accruedInterest\": 0,\n                \"assessFinanceCharges\": false,\n                \"behalfAccount\": null,\n                \"behalfBalance\": 0,\n                \"borrowerFullName\": \"Test Tester\",\n                \"chargeBalance\": 1000,\n                \"chargeDate\": \"11/15/2021\",\n                \"code\": \"SEFE118\",\n                \"comments\": \"This is Test Charges- VS\",\n                \"deferred\": false,\n                \"description\": \"Skip Tracing Fee- To Servicer\",\n                \"interestFrom\": \"n/a\",\n                \"interestRate\": 0,\n                \"lenderAccount\": \"Test1234\",\n                \"name\": \"Skip Tracing Fee- To Servicer\",\n                \"originalAmount\": 1000,\n                \"principalBalance\": 22019.14,\n                \"propertyStreet\": \"123 Main Street\",\n                \"reference\": \"Test Reference_VS\",\n                \"totalDue\": 1000,\n                \"vendorBalance\": 1000\n            }\n        ]\n    }\n}"}],"_postman_id":"52e0d92e-6484-4000-b4fd-8f736f3c1750"},{"name":"Lender Payment Statement History","id":"f352d814-4a3c-48ab-b5cb-db99becfe671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLenderPaymentStatementHistory(lenderaccount:\"Test1234\" loanaccount:\"test8180\"){\n    loanAccount\n    checkAmount\n    checkDate\n    checkNo\n    code\n    interest\n    interestCharges\n    lateCharges\n    lenderAccount\n    name\n    opmAmount\n    otherNonTaxable\n    otherPayments\n    otherTaxable\n    pmtDueDate\n    prepayFee\n    principal\n    principalCharges\n    serviceFee\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>The Lender Payment Statement History pulls the fields from Payment History in your Lender Login to this excel report across your portfolio</p>\n<p>filters:</p>\n<ul>\n<li><p>lenderAccount:\"Test1234\"</p>\n</li>\n<li><p>loanAccount:\"test8180\"</p>\n</li>\n<li><p>dateFrom:\"01-01-2021\"</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"c7a27f87-2d93-4a54-a8a5-f37c545b2b9c","name":"Lender Payment Statement History","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLenderPaymentStatementHistory(lenderaccount:\"Test1234\" loanaccount:\"test8180\"){\n    loanAccount\n    checkAmount\n    checkDate\n    checkNo\n    code\n    interest\n    interestCharges\n    lateCharges\n    lenderAccount\n    name\n    opmAmount\n    otherNonTaxable\n    otherPayments\n    otherTaxable\n    pmtDueDate\n    prepayFee\n    principal\n    principalCharges\n    serviceFee\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 23:09:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLenderPaymentStatementHistory\": [\n            {\n                \"loanAccount\": \"test0017\",\n                \"checkAmount\": 200000,\n                \"checkDate\": \"02/10/2020\",\n                \"checkNo\": \"100001\",\n                \"code\": null,\n                \"interest\": 0,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"lender04\",\n                \"name\": null,\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"08/05/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 200000,\n                \"principalCharges\": 0,\n                \"serviceFee\": 0\n            },\n            {\n                \"loanAccount\": \"test0018\",\n                \"checkAmount\": 768.5,\n                \"checkDate\": \"07/24/2020\",\n                \"checkNo\": \"100009\",\n                \"code\": \"INFE101\",\n                \"interest\": 0,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"lender04\",\n                \"name\": \"Foreclosure Attorney Fees\",\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"07/22/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 768.5,\n                \"serviceFee\": 0\n            },\n            {\n                \"loanAccount\": \"test0018\",\n                \"checkAmount\": 388.14,\n                \"checkDate\": \"07/24/2020\",\n                \"checkNo\": \"100008\",\n                \"code\": \"INCO103\",\n                \"interest\": 0,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"lender04\",\n                \"name\": \"Foreclosure Costs\",\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"07/24/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 388.14,\n                \"serviceFee\": 0\n            },\n            {\n                \"loanAccount\": \"test0018\",\n                \"checkAmount\": 1594.42,\n                \"checkDate\": \"07/24/2020\",\n                \"checkNo\": \"100006\",\n                \"code\": \"INFE101\",\n                \"interest\": 0,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"lender04\",\n                \"name\": \"Foreclosure Attorney Fees\",\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"07/24/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 1594.42,\n                \"serviceFee\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"f352d814-4a3c-48ab-b5cb-db99becfe671"},{"name":"Other Payments Report","id":"439ed27a-2fad-441c-8a5e-2a4b764f8376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getOtherPayments{\n    loanAccount\n    amount\n    checkDate\n    checkNo\n    code\n    description\n    lenderAccount\n    name\n    subType\n    toOtherPayments\n    toOtherTaxable\n    toOtherTaxFree\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>List all other payments made for Foreclosure Attorney Fees, Foreclosure Costs, etc.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"2bedf627-71f2-4aee-a051-e90fdab148cc","name":"Other Payments Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getOtherPayments{\n    loanAccount\n    amount\n    checkDate\n    checkNo\n    code\n    description\n    lenderAccount\n    name\n    subType\n    toOtherPayments\n    toOtherTaxable\n    toOtherTaxFree\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 23:10:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOtherPayments\": [\n            {\n                \"loanAccount\": \"Test00012\",\n                \"amount\": 574.0,\n                \"checkDate\": \"07/24/2020\",\n                \"checkNo\": \"111118\",\n                \"code\": \"INFE101\",\n                \"description\": \"Foreclosure Attorney Fees\",\n                \"lenderAccount\": \"lend012\",\n                \"name\": \"Foreclosure Attorney Fees\",\n                \"subType\": \"Unknown\",\n                \"toOtherPayments\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0\n            },\n            {\n                \"loanAccount\": \"Test00012\",\n                \"amount\": 2494.42,\n                \"checkDate\": \"07/24/2020\",\n                \"checkNo\": \"111118\",\n                \"code\": \"INFE101\",\n                \"description\": \"Foreclosure Attorney Fees\",\n                \"lenderAccount\": \"lend012\",\n                \"name\": \"Foreclosure Attorney Fees\",\n                \"subType\": \"Unknown\",\n                \"toOtherPayments\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0\n            },\n            {\n                \"loanAccount\": \"Test00012\",\n                \"amount\": 588.5,\n                \"checkDate\": \"07/24/2020\",\n                \"checkNo\": \"111118\",\n                \"code\": \"INCO103\",\n                \"description\": \"Foreclosure Costs\",\n                \"lenderAccount\": \"lend012\",\n                \"name\": \"Foreclosure Costs\",\n                \"subType\": \"Unknown\",\n                \"toOtherPayments\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0\n            },\n            {\n                \"loanAccount\": \"Test00012\",\n                \"amount\": 768.0,\n                \"checkDate\": \"07/24/2020\",\n                \"checkNo\": \"111118\",\n                \"code\": \"INFE101\",\n                \"description\": \"Foreclosure Attorney Fees\",\n                \"lenderAccount\": \"lend012\",\n                \"name\": \"Foreclosure Attorney Fees\",\n                \"subType\": \"Unknown\",\n                \"toOtherPayments\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"439ed27a-2fad-441c-8a5e-2a4b764f8376"},{"name":"Loan PayString Report","id":"f07379d5-be2a-4eb2-a36c-ed2b4ebe059c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanPayString{\n    borrowerFullName\n    currentDQStatus\n    firstPaymentDate\n    lateChargesDays\n    lenderAccount\n    loanAccount\n    nextDueDate\n    payString\n    principalBalance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>Pay String report for last 24 months. </p>\n<p>0 = days Past Due &lt; 30\n1 = days Past Due &lt; 60\n2 = days Past Due &lt; 90\n3 = days Past Due &lt; 120\n4 = days Past Due &gt;=120</p>\n<p>5 =&gt; when LOAN is in Foreclosure\nR=&gt; When Loan is REO\nX=&gt; PAYOFF</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"2da71d2f-b17b-4ca6-8bce-15e9156e206e","name":"Loan PayString Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanPayString{\n    borrowerFullName\n    currentDQStatus\n    firstPaymentDate\n    lateChargesDays\n    lenderAccount\n    loanAccount\n    nextDueDate\n    payString\n    principalBalance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 22 Dec 2020 18:00:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanPayString\": [\n            {\n                \"borrowerFullName\": \"Borrower Name 1\",\n                \"currentDQStatus\": \"Current\",\n                \"firstPaymentDate\": \"11/01/2013\",\n                \"lateChargesDays\": 15,\n                \"lenderAccount\": \"300000\",\n                \"loanAccount\": \"31111000\",\n                \"nextDueDate\": \"01/01/2021\",\n                \"payString\": \"000000000000000000000000\",\n                \"principalBalance\": 15600.11\n            },\n            {\n                \"borrowerFullName\": \"Borrower Name 2\",\n                \"currentDQStatus\": \"150-179 DPD\",\n                \"firstPaymentDate\": \"11/01/2006\",\n                \"lateChargesDays\": 15,\n                \"lenderAccount\": \"300000\",\n                \"loanAccount\": \"31111333\",\n                \"nextDueDate\": \"07/01/2020\",\n                \"payString\": \"443210012340121234444444\",\n                \"principalBalance\": 41234.00\n            }\n        ]\n    }\n}"}],"_postman_id":"f07379d5-be2a-4eb2-a36c-ed2b4ebe059c"}],"id":"d0d0a4d7-799d-498a-9cad-3ce4324a4afc","event":[{"listen":"prerequest","script":{"id":"ce2ff42c-e7e0-4daa-827c-da9cef8f9551","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8028dd25-e7b4-4e54-b4cc-931c106c71de","type":"text/javascript","exec":[""]}}],"_postman_id":"d0d0a4d7-799d-498a-9cad-3ce4324a4afc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}}},{"name":"Reports by Loan Account","item":[{"name":"Loan Information by Loan Account","event":[{"listen":"prerequest","script":{"id":"46de42c3-1cad-4a12-af05-2a19c596e681","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"263eb3b9-28f5-4805-9be9-728871759c6a","exec":["var template = `","    <table bgcolor=\"#FFFFFF\">","        <tr>","            <th>Loan Account</th>","            <th>Lender Account</th>","            <th>Payment</th>","            <th>Prev Account</th>","            <th>Borrower Full Name</th>","            <th>Borrower Home Phone</th>","            <th>Original Balance</th>","            <th>Principal Balance</th>","            <th>Note Rate</th>","            <th>Payment Impound</th>","            <th>Payment Reserve</th>","            <th>Unpaid Late Charges</th>","            <th>Unpaid Interest</th>","        </tr>","","        {{#each response.data.getLoanInformation}}","            <tr>","                <td>{{loanAccount}}</td>","                <td>{{lenderAccount}}</td>","                <td>{{payment}}</td>","                <td>{{prevAccount}}</td>","                <td>{{borrowerFullName}}</td>","                <td>{{borrowerHomePhone}}</td>","                <td>{{originalBalance}}</td>","                <td>{{principalBalance}}</td>","                <td>{{noteRate}}</td>","                <td>{{paymentImpound}}</td>","                <td>{{paymentReserve}}</td>","                <td>{{unpaidLateCharges}}</td>","                <td>{{unpaidInterest}}</td>","            </tr>","        {{/each}}","    </table>","`;","","// Set visualizer","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: pm.response.json()","});"],"type":"text/javascript"}}],"id":"0dbb97a5-f5c8-44c1-8e3d-3b177af9c66c","protocolProfileBehavior":{"followAuthorizationHeader":false,"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"\r\n{ \r\n  getLoanInformation\r\n    (\r\n        loanaccount:\"test8122\",\r\n        offset:0,\r\n        orderby: \"LoanAccount\",\r\n        order: \"asc\"\r\n    ) \r\n        {\r\n            loanAccount\r\n            amortizationType\r\n            appraiserDate\r\n            appraiserMarketValue\r\n            appTimeStamp\r\n            aRMOptionActive\r\n            article7\r\n            assignment\r\n            boardingDate\r\n            borrowerAddress\r\n            borrowerCity\r\n            borrowerEmail\r\n            borrowerFax\r\n            borrowerFirstName\r\n            borrowerFullName\r\n            borrowerHomePhone\r\n            borrowerLastName\r\n            borrowerMI\r\n            borrowerMobilePhone\r\n            borrowerState\r\n            borrowerWorkPhone\r\n            borrowerZip\r\n            chargesAdjustment\r\n            deferredLateCharges\r\n            deferredPrinBal\r\n            deferredUnpaidCharges\r\n            deferredUnpaidInt\r\n            draws\r\n            ficaScore\r\n            firstPaymentDate\r\n            floatCapForNegAmort\r\n            floatCapForPayment\r\n            floatCeiling\r\n            floatDaysAfterPymtChange\r\n            floatDaysAfterRateChange\r\n            floatEnabledPymtAdj\r\n            floatEnableFirstRateCap\r\n            floatEnableLastRecast\r\n            floatEnableRecast\r\n            floatFirstRateMaxCap\r\n            floatFirstRateMinCap\r\n            floatFloor\r\n            floatFreqPymtChange\r\n            floatFreqRateChange\r\n            floatFreqRecast\r\n            floatIndex\r\n            floatLastRecast\r\n            floatMargin\r\n            floatNextAdjPayment\r\n            floatNextAdjRate\r\n            floatNextAdjRecast\r\n            floatPeriodicMaxCap\r\n            floatPeriodicMinCap\r\n            floatRoundMethod\r\n            floatRoundRateFactor\r\n            floatSendNotice\r\n            floatStopRecast\r\n            funds\r\n            impoundBalance\r\n            iNFIndexARMUid\r\n            investAssetNumber\r\n            lateChargesDays\r\n            lateChargesPct\r\n            lenderAccount\r\n            lienPosition\r\n            loanAccount\r\n            loanChargesAccruedInterest\r\n            loanChargesPrincipal\r\n            maturityDate\r\n            nextDueDate\r\n            noteRate\r\n            noteType\r\n            occupancyStatus\r\n            originalBalance\r\n            originationDate\r\n            paidOffDate\r\n            paidToDate\r\n            payment\r\n            paymentImpound\r\n            paymentReserve\r\n            poffAcrruedInterest\r\n            poffAcurredLateCharges\r\n            poffFromBorrower\r\n            poffFromEscrow\r\n            poffFromSuspense\r\n            poffPaidLateCharges\r\n            poffPrepayPenalty\r\n            poffPrincipalBalance\r\n            poffTotal\r\n            poffUnpaidCharges\r\n            poffUnpaidInterest\r\n            poffUnpaidLateCharges\r\n            prevAccount\r\n            principalBalance\r\n            principalWaived\r\n            propertyAPN\r\n            propertyCity\r\n            propertyState\r\n            propertyStreet\r\n            propertytype\r\n            propertyZip\r\n            purpose\r\n            rateType\r\n            reserveBalance\r\n            section32\r\n            seniorLoanAmount\r\n            status\r\n            statusLender\r\n            thomasMap\r\n            unearnedDiscount\r\n            unpaidCharges\r\n            unpaidInterest\r\n            unpaidInterestWaived\r\n            unpaidLateCharges\r\n            unpaidLateChargesWaived\r\n         }\r\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>Request information of a specific loan account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"413efc63-b707-43af-b514-bd25bd974639","name":"Loan Information by Loan Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"\n{ \n  getLoanInformation\n    (\n        loanaccount:\"test8122\",\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    ) \n        {\n            loanAccount\n            amortizationType\n            appraiserDate\n            appraiserMarketValue\n            appTimeStamp\n            aRMOptionActive\n            article7\n            assignment\n            boardingDate\n            borrowerAddress\n            borrowerCity\n            borrowerEmail\n            borrowerFax\n            borrowerFirstName\n            borrowerFullName\n            borrowerHomePhone\n            borrowerLastName\n            borrowerMI\n            borrowerMobilePhone\n            borrowerState\n            borrowerWorkPhone\n            borrowerZip\n            chargesAdjustment\n            deferredLateCharges\n            deferredPrinBal\n            deferredUnpaidCharges\n            deferredUnpaidInt\n            draws\n            ficaScore\n            firstPaymentDate\n            floatCapForNegAmort\n            floatCapForPayment\n            floatCeiling\n            floatDaysAfterPymtChange\n            floatDaysAfterRateChange\n            floatEnabledPymtAdj\n            floatEnableFirstRateCap\n            floatEnableLastRecast\n            floatEnableRecast\n            floatFirstRateMaxCap\n            floatFirstRateMinCap\n            floatFloor\n            floatFreqPymtChange\n            floatFreqRateChange\n            floatFreqRecast\n            floatIndex\n            floatLastRecast\n            floatMargin\n            floatNextAdjPayment\n            floatNextAdjRate\n            floatNextAdjRecast\n            floatPeriodicMaxCap\n            floatPeriodicMinCap\n            floatRoundMethod\n            floatRoundRateFactor\n            floatSendNotice\n            floatStopRecast\n            funds\n            impoundBalance\n            iNFIndexARMUid\n            investAssetNumber\n            lateChargesDays\n            lateChargesPct\n            lenderAccount\n            lienPosition\n            loanAccount\n            loanChargesAccruedInterest\n            loanChargesPrincipal\n            maturityDate\n            nextDueDate\n            noteRate\n            noteType\n            occupancyStatus\n            originalBalance\n            originationDate\n            paidOffDate\n            paidToDate\n            payment\n            paymentImpound\n            paymentReserve\n            poffAcrruedInterest\n            poffAcurredLateCharges\n            poffFromBorrower\n            poffFromEscrow\n            poffFromSuspense\n            poffPaidLateCharges\n            poffPrepayPenalty\n            poffPrincipalBalance\n            poffTotal\n            poffUnpaidCharges\n            poffUnpaidInterest\n            poffUnpaidLateCharges\n            prevAccount\n            principalBalance\n            principalWaived\n            propertyAPN\n            propertyCity\n            propertyState\n            propertyStreet\n            propertytype\n            propertyZip\n            purpose\n            rateType\n            reserveBalance\n            section32\n            seniorLoanAmount\n            status\n            statusLender\n            thomasMap\n            unearnedDiscount\n            unpaidCharges\n            unpaidInterest\n            unpaidInterestWaived\n            unpaidLateCharges\n            unpaidLateChargesWaived\n         }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 23:11:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanInformation\": [\n            {\n                \"loanAccount\": \"test8122\",\n                \"amortizationType\": 3,\n                \"appraiserDate\": \"n/a\",\n                \"appraiserMarketValue\": 0,\n                \"appTimeStamp\": \"01/28/2020\",\n                \"aRMOptionActive\": false,\n                \"article7\": false,\n                \"assignment\": \"n/a\",\n                \"boardingDate\": \"04/08/2014\",\n                \"borrowerAddress\": \"1800 Address K\",\n                \"borrowerCity\": \"Concord\",\n                \"borrowerEmail\": \"\",\n                \"borrowerFax\": \"\",\n                \"borrowerFirstName\": \"John\",\n                \"borrowerFullName\": \"John Smith\",\n                \"borrowerHomePhone\": \"(000)000-1111\",\n                \"borrowerLastName\": \"Smith\",\n                \"borrowerMI\": \"\",\n                \"borrowerMobilePhone\": \"\",\n                \"borrowerState\": \"CA\",\n                \"borrowerWorkPhone\": \"\",\n                \"borrowerZip\": \"99920\",\n                \"chargesAdjustment\": 0,\n                \"deferredLateCharges\": 0,\n                \"deferredPrinBal\": 0,\n                \"deferredUnpaidCharges\": 0,\n                \"deferredUnpaidInt\": 0,\n                \"draws\": 107250,\n                \"ficaScore\": 0,\n                \"firstPaymentDate\": \"05/01/2014\",\n                \"floatCapForNegAmort\": 0,\n                \"floatCapForPayment\": 0,\n                \"floatCeiling\": 0,\n                \"floatDaysAfterPymtChange\": 30,\n                \"floatDaysAfterRateChange\": 45,\n                \"floatEnabledPymtAdj\": false,\n                \"floatEnableFirstRateCap\": false,\n                \"floatEnableLastRecast\": false,\n                \"floatEnableRecast\": false,\n                \"floatFirstRateMaxCap\": 0,\n                \"floatFirstRateMinCap\": 0,\n                \"floatFloor\": 0,\n                \"floatFreqPymtChange\": 0,\n                \"floatFreqRateChange\": 0,\n                \"floatFreqRecast\": 0,\n                \"floatIndex\": 0,\n                \"floatLastRecast\": \"n/a\",\n                \"floatMargin\": 0,\n                \"floatNextAdjPayment\": \"n/a\",\n                \"floatNextAdjRate\": \"n/a\",\n                \"floatNextAdjRecast\": \"n/a\",\n                \"floatPeriodicMaxCap\": 0,\n                \"floatPeriodicMinCap\": 0,\n                \"floatRoundMethod\": 0,\n                \"floatRoundRateFactor\": 0,\n                \"floatSendNotice\": true,\n                \"floatStopRecast\": \"n/a\",\n                \"funds\": 0,\n                \"impoundBalance\": 0,\n                \"iNFIndexARMUid\": \"\",\n                \"investAssetNumber\": null,\n                \"lateChargesDays\": 10,\n                \"lateChargesPct\": 10,\n                \"lenderAccount\": \"13467\",\n                \"lienPosition\": 0,\n                \"loanChargesAccruedInterest\": 0,\n                \"loanChargesPrincipal\": 0,\n                \"maturityDate\": \"04/01/2015\",\n                \"nextDueDate\": \"05/01/2015\",\n                \"noteRate\": 8.99,\n                \"noteType\": 1,\n                \"occupancyStatus\": \"Tenant\",\n                \"originalBalance\": 107250,\n                \"originationDate\": \"04/01/2014\",\n                \"paidOffDate\": \"04/13/2015\",\n                \"paidToDate\": \"04/01/2015\",\n                \"payment\": 492.86,\n                \"paymentImpound\": 0,\n                \"paymentReserve\": 0,\n                \"poffAcrruedInterest\": 0,\n                \"poffAcurredLateCharges\": 0,\n                \"poffFromBorrower\": 0,\n                \"poffFromEscrow\": 0,\n                \"poffFromSuspense\": 0,\n                \"poffPaidLateCharges\": 0,\n                \"poffPrepayPenalty\": 0,\n                \"poffPrincipalBalance\": 0,\n                \"poffTotal\": 0,\n                \"poffUnpaidCharges\": 0,\n                \"poffUnpaidInterest\": 0,\n                \"poffUnpaidLateCharges\": 0,\n                \"prevAccount\": null,\n                \"principalBalance\": 0,\n                \"principalWaived\": 0,\n                \"propertyAPN\": \"000-1111-000\",\n                \"propertyCity\": \"Oakland\",\n                \"propertyState\": \"CA\",\n                \"propertyStreet\": \"1110 Test Street\",\n                \"propertytype\": \"Residential Income 1-4\",\n                \"propertyZip\": \"94605\",\n                \"purpose\": 19,\n                \"rateType\": 1,\n                \"reserveBalance\": 0,\n                \"section32\": false,\n                \"seniorLoanAmount\": 0,\n                \"status\": \"Paid off\",\n                \"statusLender\": \"\",\n                \"thomasMap\": \"\",\n                \"unearnedDiscount\": 0,\n                \"unpaidCharges\": 0,\n                \"unpaidInterest\": 0,\n                \"unpaidInterestWaived\": 0,\n                \"unpaidLateCharges\": 0,\n                \"unpaidLateChargesWaived\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"0dbb97a5-f5c8-44c1-8e3d-3b177af9c66c"},{"name":"Interest Accrual Report by Loan Account","id":"ad622f61-25f4-4b75-bfee-de16de6df7ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getInterestAccrual \n  (\n        loanaccount:\"Test00011\",\n        limit:1,\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    ) \n  {\n    loanAccount\n    accrualMethod\n    accruedInterestMTD\n    currentMonth\n    dailyRateUsing\n    daysBetweenDates\n    includEcalcInt\n    lenderAccount\n    loanNextDueDate\n    negativeAmortization\n    noteRate\n    paidToDate\n    payAutomatically\n    principalBalance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"d1b39e03-c919-40ab-975f-2b03e6d650c4","name":"Interest Accrual Report by Loan Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getInterestAccrual \n  (\n        loanaccount:\"Test00011\",\n        limit:1,\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    ) \n  {\n    loanAccount\n    accrualMethod\n    accruedInterestMTD\n    currentMonth\n    dailyRateUsing\n    daysBetweenDates\n    includEcalcInt\n    lenderAccount\n    loanNextDueDate\n    negativeAmortization\n    noteRate\n    paidToDate\n    payAutomatically\n    principalBalance\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 23:13:13 GMT"},{"key":"Content-Length","value":"477"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getInterestAccrual\": [\n            {\n                \"loanAccount\": \"Test00011\",\n                \"accrualMethod\": \"Regular Period (Due Date to Due Date)\",\n                \"accruedInterestMTD\": 6000,\n                \"currentMonth\": \"10/01/2020\",\n                \"dailyRateUsing\": \"360 Days Year Basis\",\n                \"daysBetweenDates\": \"Actual Number of Days\",\n                \"includEcalcInt\": \"FALSE\",\n                \"lenderAccount\": \"lender01\",\n                \"loanNextDueDate\": \"11/09/2020\",\n                \"negativeAmortization\": \"Unpaid Interest\",\n                \"noteRate\": 12,\n                \"paidToDate\": \"10/01/2020\",\n                \"payAutomatically\": \"TRUE\",\n                \"principalBalance\": 600000\n            }\n        ]\n    }\n}"}],"_postman_id":"ad622f61-25f4-4b75-bfee-de16de6df7ad"},{"name":"Loan Activities Report by Loan Account","id":"7122ab5f-23b7-4885-91ba-76b933d9f2ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanActivities\n  (\n        loanaccount:\"TEST00001\",\n        limit:1,\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    ) \n    {\n    loanAccount\n    achDate\n    achTransNumber\n    balance\n    clearingDate\n    dateDeposited\n    dateDue\n    dateReceived\n    defaultIntEffectiveDateFrom\n    defaultIntImplementationDate\n    description\n    interestPaidTo\n    lateCharge\n    lenderAccount\n    notes\n    reference\n    releaseDate\n    releaseDateExt\n    reserveRestricted\n    revDateDue\n    revInterestPaidTo\n    revPaidOff\n    toAdvanceRentReserve\n    toBrokerFee\n    toCapitalExp\n    toChargesInterest\n    toChargesPrincipal\n    toExpenseReserve\n    toImpound\n    toImpoundEstimated\n    toInsuranceAdvanceReserve\n    toInsuranceReserve\n    toInterest\n    toInterestEstimated\n    toLateCharge\n    toLenderFee\n    toMiscellaneous\n    toOtherPayments\n    toOtherTaxable\n    toOtherTaxFree\n    toPrepay\n    toPrincipal\n    toPrincipalEstimated\n    toPropertyManagement\n    toRepair\n    toReserve\n    toSecurityDeposit\n    totalEstimated\n    toTaxAdvanceReserve\n    toTaxReserve\n    toUnpaidDefaultInt\n    toUnpaidEscrowInt\n    toUnpaidFees\n    toUnpaidInterest\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"7b361c4d-a7f9-4954-8d28-57bdb96099d3","name":"Loan Activities Report by Loan Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanActivities\n  (\n        loanaccount:\"TEST00001\",\n        limit:1,\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    ) \n    {\n    loanAccount\n    achDate\n    achTransNumber\n    balance\n    clearingDate\n    dateDeposited\n    dateDue\n    dateReceived\n    defaultIntEffectiveDateFrom\n    defaultIntImplementationDate\n    description\n    interestPaidTo\n    lateCharge\n    lenderAccount\n    notes\n    reference\n    releaseDate\n    releaseDateExt\n    reserveRestricted\n    revDateDue\n    revInterestPaidTo\n    revPaidOff\n    toAdvanceRentReserve\n    toBrokerFee\n    toCapitalExp\n    toChargesInterest\n    toChargesPrincipal\n    toExpenseReserve\n    toImpound\n    toImpoundEstimated\n    toInsuranceAdvanceReserve\n    toInsuranceReserve\n    toInterest\n    toInterestEstimated\n    toLateCharge\n    toLenderFee\n    toMiscellaneous\n    toOtherPayments\n    toOtherTaxable\n    toOtherTaxFree\n    toPrepay\n    toPrincipal\n    toPrincipalEstimated\n    toPropertyManagement\n    toRepair\n    toReserve\n    toSecurityDeposit\n    totalEstimated\n    toTaxAdvanceReserve\n    toTaxReserve\n    toUnpaidDefaultInt\n    toUnpaidEscrowInt\n    toUnpaidFees\n    toUnpaidInterest\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 23:13:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanActivities\": [\n            {\n                \"loanAccount\": \"TEST00001\",\n                \"achDate\": \"02/21/2020\",\n                \"achTransNumber\": 7301,\n                \"balance\": 687500,\n                \"clearingDate\": \"02/25/2020\",\n                \"dateDeposited\": \"02/21/2020\",\n                \"dateDue\": \"02/21/2020\",\n                \"dateReceived\": \"02/21/2020\",\n                \"defaultIntEffectiveDateFrom\": \"n/a\",\n                \"defaultIntImplementationDate\": \"n/a\",\n                \"description\": \"RegPmt\",\n                \"interestPaidTo\": \"08/21/2020\",\n                \"lateCharge\": 0,\n                \"lenderAccount\": \"14462\",\n                \"notes\": null,\n                \"reference\": \"000012\",\n                \"releaseDate\": \"02/25/2020\",\n                \"releaseDateExt\": \"n/a\",\n                \"reserveRestricted\": 0,\n                \"revDateDue\": \"02/21/2020\",\n                \"revInterestPaidTo\": \"01/21/2020\",\n                \"revPaidOff\": \"n/a\",\n                \"toAdvanceRentReserve\": 0,\n                \"toBrokerFee\": 0,\n                \"toCapitalExp\": 0,\n                \"toChargesInterest\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toExpenseReserve\": 0,\n                \"toImpound\": 0,\n                \"toImpoundEstimated\": 0,\n                \"toInsuranceAdvanceReserve\": 0,\n                \"toInsuranceReserve\": 0,\n                \"toInterest\": 5142.11,\n                \"toInterestEstimated\": 5142.11,\n                \"toLateCharge\": 0,\n                \"toLenderFee\": 0,\n                \"toMiscellaneous\": 0,\n                \"toOtherPayments\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toPrepay\": 0,\n                \"toPrincipal\": 0,\n                \"toPrincipalEstimated\": 0,\n                \"toPropertyManagement\": 0,\n                \"toRepair\": 0,\n                \"toReserve\": 0,\n                \"toSecurityDeposit\": 0,\n                \"totalEstimated\": 5142.11,\n                \"toTaxAdvanceReserve\": 0,\n                \"toTaxReserve\": 0,\n                \"toUnpaidDefaultInt\": 0,\n                \"toUnpaidEscrowInt\": 0,\n                \"toUnpaidFees\": 0,\n                \"toUnpaidInterest\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"7122ab5f-23b7-4885-91ba-76b933d9f2ea"},{"name":"Loan Charges Report by Loan Account","id":"7780e75b-57e5-4801-9fb6-873fdb604eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanChargesList\n  (\n        loanaccount:\"Test00012\",\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    ) \n    {\nloanAccount\n    accruedInterest\n    assessFinanceCharges\n    behalfAccount\n    behalfBalance\n    borrowerFullName\n    chargeBalance\n    chargeDate\n    code\n    comments\n    deferred\n    description\n    interestFrom\n    interestRate\n    lenderAccount\n    name\n    originalAmount\n    principalBalance\n    propertyStreet\n    reference\n    totalDue\n    vendorBalance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"6523cf1b-81cb-4940-b762-2b4e15e0f810","name":"Loan Charges Report by Loan Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanChargesList\n  (\n        loanaccount:\"Test00012\",\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    ) \n    {\nloanAccount\n    accruedInterest\n    assessFinanceCharges\n    behalfAccount\n    behalfBalance\n    borrowerFullName\n    chargeBalance\n    chargeDate\n    code\n    comments\n    deferred\n    description\n    interestFrom\n    interestRate\n    lenderAccount\n    name\n    originalAmount\n    principalBalance\n    propertyStreet\n    reference\n    totalDue\n    vendorBalance\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 23:14:39 GMT"},{"key":"Content-Length","value":"664"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanChargesList\": [\n            {\n                \"loanAccount\": \"Test00012\",\n                \"accruedInterest\": 0,\n                \"assessFinanceCharges\": true,\n                \"behalfAccount\": null,\n                \"behalfBalance\": 0,\n                \"borrowerFullName\": \"Borrower Testname\",\n                \"chargeBalance\": 448.47,\n                \"chargeDate\": \"08/06/2020\",\n                \"code\": \"INCO116\",\n                \"comments\": \"FC \\r\\nACH payment attached \\r\\n\",\n                \"deferred\": false,\n                \"description\": \"Bankruptcy Costs\",\n                \"interestFrom\": \"08/06/2020\",\n                \"interestRate\": 0,\n                \"lenderAccount\": \"len001\",\n                \"name\": \"Bankruptcy Costs\",\n                \"originalAmount\": 448.47,\n                \"principalBalance\": 113000,\n                \"propertyStreet\": \"101 STREET Dr. \",\n                \"reference\": \"000010001\",\n                \"totalDue\": 448.47,\n                \"vendorBalance\": 448.47\n            }\n        ]\n    }\n}"}],"_postman_id":"7780e75b-57e5-4801-9fb6-873fdb604eab"},{"name":"Lender Payment Statement History by Loan Account","id":"f0837b53-6353-47aa-b15a-d7d517581209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLenderPaymentStatementHistory\n   (\n        loanaccount:\"test0018\",\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    )\n    {\n    loanAccount\n    checkAmount\n    checkDate\n    checkNo\n    code\n    interest\n    interestCharges\n    lateCharges\n    lenderAccount\n    name\n    opmAmount\n    otherNonTaxable\n    otherPayments\n    otherTaxable\n    pmtDueDate\n    prepayFee\n    principal\n    principalCharges\n    serviceFee\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"2c3390ae-9ff6-41be-aa38-7fed579f7acb","name":"Lender Payment Statement History by Loan Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLenderPaymentStatementHistory\n   (\n        loanaccount:\"test0018\",\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    )\n    {\n    loanAccount\n    checkAmount\n    checkDate\n    checkNo\n    code\n    interest\n    interestCharges\n    lateCharges\n    lenderAccount\n    name\n    opmAmount\n    otherNonTaxable\n    otherPayments\n    otherTaxable\n    pmtDueDate\n    prepayFee\n    principal\n    principalCharges\n    serviceFee\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 23:15:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLenderPaymentStatementHistory\": [\n            {\n                \"loanAccount\": \"test0018\",\n                \"checkAmount\": 768.5,\n                \"checkDate\": \"07/24/2020\",\n                \"checkNo\": \"100009\",\n                \"code\": \"INFE101\",\n                \"interest\": 0,\n                \"interestCharges\": 0,\n                \"lateCharges\": 0,\n                \"lenderAccount\": \"lender04\",\n                \"name\": \"Foreclosure Attorney Fees\",\n                \"opmAmount\": 0,\n                \"otherNonTaxable\": 0,\n                \"otherPayments\": 0,\n                \"otherTaxable\": 0,\n                \"pmtDueDate\": \"07/22/2020\",\n                \"prepayFee\": 0,\n                \"principal\": 0,\n                \"principalCharges\": 768.5,\n                \"serviceFee\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"f0837b53-6353-47aa-b15a-d7d517581209"},{"name":"Other Payments Report by Loan Account","id":"79f49cf5-0a69-41db-978c-3063c34500d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getOtherPayments\n  (\n        loanaccount:\"Test00012\",\n        limit:1,\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    )\n  {\n    loanAccount\n    amount\n    checkDate\n    checkNo\n    code\n    description\n    lenderAccount\n    name\n    subType\n    toOtherPayments\n    toOtherTaxable\n    toOtherTaxFree\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"a5ebe257-8ab8-4a0b-9ba4-4a59093d4505","name":"Other Payments Report by Loan Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getOtherPayments\n  (\n        loanaccount:\"Test00012\",\n        limit:1,\n        offset:0,\n        orderby: \"LoanAccount\",\n        order: \"asc\"\n    )\n  {\n    loanAccount\n    amount\n    checkDate\n    checkNo\n    code\n    description\n    lenderAccount\n    name\n    subType\n    toOtherPayments\n    toOtherTaxable\n    toOtherTaxFree\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 23:15:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOtherPayments\": [\n            {\n                \"loanAccount\": \"Test00012\",\n                \"amount\": 574.0,\n                \"checkDate\": \"07/24/2020\",\n                \"checkNo\": \"111118\",\n                \"code\": \"INFE101\",\n                \"description\": \"Foreclosure Attorney Fees\",\n                \"lenderAccount\": \"lend012\",\n                \"name\": \"Foreclosure Attorney Fees\",\n                \"subType\": \"Unknown\",\n                \"toOtherPayments\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"79f49cf5-0a69-41db-978c-3063c34500d2"}],"id":"348ccb27-e160-4907-a828-860f4a10e955","_postman_id":"348ccb27-e160-4907-a828-860f4a10e955","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952","id":"425cf55e-1bc7-40c4-92ca-f283a347f952","name":"Pull API - Daily Distribution Reports","type":"folder"}}}],"id":"425cf55e-1bc7-40c4-92ca-f283a347f952","description":"<p>This API allows our lenders to obtain data from every loan in their Portfolio, including each field of the payoff demand report of each loan at the time of the request.</p>\n<p><strong>This Daily Distribution Reports API's are only updated once a day at midnight.</strong></p>\n<h1 id=\"available-fields\">Available Fields</h1>\n<p>The request can use 1 or multiple data fields. The available fields are inlcuded on each request example.</p>\n<h1 id=\"data-dictionary\">Data Dictionary</h1>\n<p>To download the data dictionary for all the request inside the DDR <a href=\"https://unifiedsoftware.us/wp-content/uploads/2024/05/DDR-API-Data-Dictionary37.xlsx\">click here</a>.</p>\n<h1 id=\"filter-available-on-each-method\">Filter available on each method</h1>\n<p>loanaccount: String = null<br />limit: Int = 0<br />offset: Int = 0<br />orderby: String = \"LoanAccount\"<br />order: String = \"asc\"</p>\n<h1 id=\"filter-available-per-method\">Filter available per method</h1>\n<p>If you received the following code as a response \"code\": “HC0007” This happens because the query is trying to pull a huge amount of data,  and this means you need to use any of the filters available:</p>\n<p><strong>Method:  getBrokerDisbursment</strong><br />Filters:<br />  - loanaccount (string)<br />  - dateFrom  (string MM/dd/YYYY)<br />  - dateTo (string MM/dd/YYYY)<br /> <br /><strong>Method:  getLenderPaymentStatementHistory</strong><br />Filters:<br />  - loanaccount (string)<br />  - lenderaccount (string)<br />  - dateFrom (string MM/dd/YYYY)<br />  - dateTo (string MM/dd/YYYY)<br /> <br /><strong>Method: getLoanChargesList</strong><br />Filters    <br />  - loanaccount (string)<br />  - dateFrom (string MM/dd/YYYY)<br />  - dateTo  (string MM/dd/YYYY)  </p>\n<p><strong>Method: getOtherPayments</strong><br />Filters    <br />  - loanaccount (string)<br />  - dateFrom (string MM/dd/YYYY)<br />  - dateTo (string MM/dd/YYYY)<br /> <br /><strong>Method: getFundingHistory</strong><br />Filters    <br />  - loanaccount (string)<br />  - dateFrom (string MM/dd/YYYY)<br />  - dateTo   (string MM/dd/YYYY)  </p>\n<p><strong>Method: getLoanActivities</strong><br />Filters    <br />  - loanaccount (string)<br />  - dayvariance (int)<br />  - dateFrom  (string MM/dd/YYYY)<br />  - dateTo    (string MM/dd/YYYY)  </p>\n<p><strong>Method: getInterestAccrual</strong><br />Filters    <br />  - loanaccount (string)<br />  - dateTo    (string MM/dd/YYYY)  </p>\n<p><strong>Method: getLoanInformation</strong><br />Filters  <br /> - loanaccount<br /> - includeNoProperty (true/false)<br /> - dateFrom<br /> - dateTo</p>\n<h1 id=\"data-legent\">Data Legent:</h1>\n<h2 id=\"amortizationtype\">AmortizationType</h2>\n<p>0 = Other</p>\n<p>1 = Fully Amortized</p>\n<p>2 = Partially Amortized</p>\n<p>3 = Inteest Only</p>\n<p>4 = Constant Amortization</p>\n<p>5 = Interest Only PYMI</p>\n<p>6 = Year Amortized 15</p>\n<p>7 = Year Amortized 10</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"99d154cc-6bc9-49bc-b6c4-5b6309d6fc05","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1bce4464-bb96-4354-b4ea-936052825912","type":"text/javascript","exec":["pm.test(\"OK\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 204]);","});"]}}],"_postman_id":"425cf55e-1bc7-40c4-92ca-f283a347f952"},{"name":"Pull API - FCI Web Loan Information","item":[{"name":"Loan Portfolio","id":"d507d7d3-9535-49d3-85f1-67044577bf87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanPortfolio(includeUPB:true)\n  {\n    loanAccount\n    lenderAccount\n    lenderName\n    prevServiceAccount\n    origLender\n    investorAssetNumber\n    originatorLoanNumber\n    name\n    city\n    state\n    maturityDate\n    primaryPurpose\n    originalBalance\n    currentBalance\n    paidToDate\n    daysLate\n    nextDueDate\n    noteRate\n    noteType\n    investorRate\n    totalPayment\n    loanStatus\n    boardingDate\n    closedDate\n    closedReason\n    originationDate\n    defaultInterestActiveStatus\n    defaultInterestRate\n    defaultInterestActiveDate\n    lenderOwnerPct\n    brokerName\n    vendor\n    restrictedFunds\n    reserveBalance\n    drawStatus\n    maximumDraw\n    fundedAmount\n    drawAvailableBalance\n    escrowBalance\n    prepymtExpDate\n    appCreationDate\n    achStatus\n    armOptionActive\n    borrowerFullName\n    borrowerAddress\n    borrowerCity\n    borrowerState\n    borrowerZip\n    borrowerEmail\n    borrowerHomePhone\n    borrowerMobilePhone\n    borrowerWorkPhone\n    borrowerFax\n    loanCharges\n    paidOffDate\n    seniorLoanAmounts\n    floatCapForPayment\n    escrowPayment\n    floatIndex\n    floatMargin\n    floatFloor\n    floatCeiling\n    floatCapForNegAmort\n    floatFirstRateMaxCap\n    floatFirstRateMinCap\n    floatPeriodicMaxCap\n    floatFreqRateChange\n    floatFreqPymtChange\n    floatFreqRecast\n    floatDaysAfterRateChange\n    floatDaysAfterPymtChange\n    floatEnableFirstRateCap\n    floatEnabledPymtAdj\n    floatRoundMethod\n    floatRoundRateFactor\n    floatSendNotice\n    floatNextAdjPayment\n    floatStopRecast\n    fundedAmount\n    graceDays\n    lateChargesPct\n    minimumLateCharges\n    unpaidLateCharges\n    unpaidInterest\n    lienPosition\n    suspensePayment\n    unearnedDiscount\n    propertyType\n    property{\n        city\n        state\n        street\n        zipCode\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map you fields from the following lender portal screens, by default this API will list only all the active loans in your portfolio, use the parameters below to change the data that the API will show.</p>\n<p><strong>getLoanPortfolio {.......}</strong></p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-portfolio.png\" />\n\n<p><strong>getLoanPortfolio(investor:\"investor\")</strong></p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-portfolio-Report.png\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p>Limit: Optional</p>\n<p>boardingDate: Optional</p>\n<p>includeInactive Optional<br />-true: shows all the inactive loans<br />-false: shows all the active loans</p>\n<p>includeUPB:true will show active loans with 0 UPB</p>\n<p>dayslate: Optional (shows loans with daysLate equal or greater than the number specify on this parameter)</p>\n<p>propertyStreet: “7 characters minimum“</p>\n<p>propertyCity: “4 characters minimum“</p>\n<p>propertyState: “Exact match, 2 characters“ example (CA, AZ)</p>\n<p>propertyZip: “Exact match, 5 characters“ example (90045, 20155)</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getLoanPortfolio {.......} </p>\n</blockquote>\n<blockquote>\n<p>getLoanPortfolio (includeInactive:true) {.......} </p>\n</blockquote>\n<blockquote>\n<p>getLoanPortfolio (dayslate:2){.......} </p>\n</blockquote>\n<blockquote>\n<p>getLoanPortfolio (includeUPB:true){.......} </p>\n</blockquote>\n<blockquote>\n<p>getLoanPortfolio(account:\"testaccount\"){ .......... } </p>\n</blockquote>\n<blockquote>\n<p>getLoanPortfolio(investor:\"investor\"){ .......... } </p>\n</blockquote>\n<blockquote>\n<p>getLoanPortfolio(boardingDate:\"01/01/2000\"){ .......... } </p>\n</blockquote>\n<blockquote>\n<p>getLoanPortfolio(account:\"testaccount\" investor:\"investor\"){ .......... }</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"5f9b6b82-a299-4c9b-aca7-c72048dde6d7","name":"Loan Portfolio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanPortfolio(includeUPB:true)\n  {\n    loanAccount\n    lenderAccount\n    lenderName\n    prevServiceAccount\n    origLender\n    investorAssetNumber\n    originatorLoanNumber\n    name\n    city\n    state\n    maturityDate\n    primaryPurpose\n    originalBalance\n    currentBalance\n    paidToDate\n    daysLate\n    nextDueDate\n    noteRate\n    noteType\n    investorRate\n    totalPayment\n    loanStatus\n    boardingDate\n    closedDate\n    closedReason\n    originationDate\n    defaultInterestActiveStatus\n    defaultInterestRate\n    defaultInterestActiveDate\n    lenderOwnerPct\n    brokerName\n    vendor\n    restrictedFunds\n    reserveBalance\n    drawStatus\n    maximumDraw\n    fundedAmount\n    drawAvailableBalance\n    escrowBalance\n    prepymtExpDate\n    appCreationDate\n    achStatus\n    armOptionActive\n    borrowerFullName\n    borrowerAddress\n    borrowerCity\n    borrowerState\n    borrowerZip\n    borrowerEmail\n    borrowerHomePhone\n    borrowerMobilePhone\n    borrowerWorkPhone\n    borrowerFax\n    loanCharges\n    paidOffDate\n    seniorLoanAmounts\n    floatCapForPayment\n    escrowPayment\n    floatIndex\n    floatMargin\n    floatFloor\n    floatCeiling\n    floatCapForNegAmort\n    floatFirstRateMaxCap\n    floatFirstRateMinCap\n    floatPeriodicMaxCap\n    floatFreqRateChange\n    floatFreqPymtChange\n    floatFreqRecast\n    floatDaysAfterRateChange\n    floatDaysAfterPymtChange\n    floatEnableFirstRateCap\n    floatEnabledPymtAdj\n    floatRoundMethod\n    floatRoundRateFactor\n    floatSendNotice\n    floatNextAdjPayment\n    floatStopRecast\n    fundedAmount\n    graceDays\n    lateChargesPct\n    minimumLateCharges\n    unpaidLateCharges\n    unpaidInterest\n    lienPosition\n    suspensePayment\n    unearnedDiscount\n    propertyType\n    property{\n        city\n        state\n        street\n        zipCode\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-06-08T23:33:53.5759869Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 08 Jun 2021 23:33:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanPortfolio\": [\n            {\n                \"loanAccount\": \"test8180\",\n                \"lenderAccount\": \"test12345\",\n                \"lenderName\": \"Test Lender\",\n                \"prevServiceAccount\": null,\n                \"origLender\": \"\",\n                \"investorAssetNumber\": null,\n                \"originatorLoanNumber\": null,\n                \"name\": \"Organization llc\",\n                \"city\": \"\",\n                \"state\": null,\n                \"maturityDate\": \"06/08/2023\",\n                \"primaryPurpose\": \"Business\",\n                \"originalBalance\": 10000000.00,\n                \"currentBalance\": 0.00,\n                \"paidToDate\": \"06/09/2020\",\n                \"daysLate\": 2064,\n                \"nextDueDate\": \"06/09/2020\",\n                \"noteRate\": 0,\n                \"noteType\": \"BUSINESS PURPOSE LOAN\",\n                \"investorRate\": 0,\n                \"totalPayment\": 0.00,\n                \"loanStatus\": \"Performing\",\n                \"boardingDate\": \"06/09/2020\",\n                \"closedDate\": \"n/a\",\n                \"closedReason\": null,\n                \"originationDate\": \"06/08/2020\",\n                \"defaultInterestActiveStatus\": \"NO\",\n                \"defaultInterestRate\": 0,\n                \"defaultInterestActiveDate\": \"n/a\",\n                \"lenderOwnerPct\": 0,\n                \"brokerName\": \"Brokert Test\",\n                \"vendor\": null,\n                \"restrictedFunds\": 0.00,\n                \"reserveBalance\": 0.00,\n                \"drawStatus\": \"\",\n                \"maximumDraw\": null,\n                \"fundedAmount\": 0.00,\n                \"drawAvailableBalance\": null,\n                \"escrowBalance\": 0.00,\n                \"prepymtExpDate\": \"n/a\",\n                \"appCreationDate\": \"06/09/2020\",\n                \"achStatus\": \"NONE\",\n                \"armOptionActive\": false,\n                \"borrowerFullName\": \"Borrower LLC\",\n                \"borrowerAddress\": \"Z Street\",\n                \"borrowerCity\": \"MIAMI\",\n                \"borrowerState\": \"FL\",\n                \"borrowerZip\": \"33158\",\n                \"borrowerEmail\": null,\n                \"borrowerHomePhone\": \"(700)000-1111\",\n                \"borrowerMobilePhone\": \"(800)000-2222\",\n                \"borrowerWorkPhone\": null,\n                \"borrowerFax\": null,\n                \"loanCharges\": 0,\n                \"paidOffDate\": \"n/a\",\n                \"seniorLoanAmounts\": 0,\n                \"floatCapForPayment\": null,\n                \"escrowPayment\": 0.00,\n                \"floatIndex\": 0,\n                \"floatMargin\": 0,\n                \"floatFloor\": 0,\n                \"floatCeiling\": null,\n                \"floatCapForNegAmort\": 0,\n                \"floatFirstRateMaxCap\": 0,\n                \"floatFirstRateMinCap\": 0,\n                \"floatPeriodicMaxCap\": 0,\n                \"floatFreqRateChange\": 0,\n                \"floatFreqPymtChange\": 0,\n                \"floatFreqRecast\": 0,\n                \"floatDaysAfterRateChange\": 0,\n                \"floatDaysAfterPymtChange\": 0,\n                \"floatEnableFirstRateCap\": false,\n                \"floatEnabledPymtAdj\": false,\n                \"floatRoundMethod\": 0,\n                \"floatRoundRateFactor\": 0.00,\n                \"floatSendNotice\": false,\n                \"floatNextAdjPayment\": \"n/a\",\n                \"floatStopRecast\": \"n/a\",\n                \"graceDays\": 15,\n                \"lateChargesPct\": 0,\n                \"minimumLateCharges\": 0.00,\n                \"unpaidLateCharges\": 0.00,\n                \"unpaidInterest\": 0.00,\n                \"lienPosition\": 0,\n                \"suspensePayment\": 0.00,\n                \"unearnedDiscount\": 0.00,\n                \"propertyType\": \"\",\n                \"property\": []\n            },\n            {\n                \"loanAccount\": \"test8181\",\n                \"lenderAccount\": \"test12345\",\n                \"lenderName\": \"Test Lender\",\n                \"prevServiceAccount\": null,\n                \"origLender\": \"\",\n                \"investorAssetNumber\": null,\n                \"originatorLoanNumber\": null,\n                \"name\": \"Organization llc\",\n                \"city\": \"\",\n                \"state\": null,\n                \"maturityDate\": \"06/08/2023\",\n                \"primaryPurpose\": \"Business\",\n                \"originalBalance\": 10000000.00,\n                \"currentBalance\": 0.00,\n                \"paidToDate\": \"06/09/2020\",\n                \"daysLate\": 2064,\n                \"nextDueDate\": \"06/09/2020\",\n                \"noteRate\": 0,\n                \"noteType\": \"BUSINESS PURPOSE LOAN\",\n                \"investorRate\": 0,\n                \"totalPayment\": 0.00,\n                \"loanStatus\": \"Delinquency\",\n                \"boardingDate\": \"06/09/2020\",\n                \"closedDate\": \"n/a\",\n                \"closedReason\": null,\n                \"originationDate\": \"06/08/2020\",\n                \"defaultInterestActiveStatus\": \"NO\",\n                \"defaultInterestRate\": 0,\n                \"defaultInterestActiveDate\": \"n/a\",\n                \"lenderOwnerPct\": 0,\n                \"brokerName\": \"Brokert Test\",\n                \"vendor\": null,\n                \"restrictedFunds\": 0.00,\n                \"reserveBalance\": 0.00,\n                \"drawStatus\": \"\",\n                \"maximumDraw\": null,\n                \"fundedAmount\": 0.00,\n                \"drawAvailableBalance\": null,\n                \"escrowBalance\": 0.00,\n                \"prepymtExpDate\": \"n/a\",\n                \"appCreationDate\": \"06/09/2020\",\n                \"achStatus\": \"NONE\",\n                \"armOptionActive\": false,\n                \"borrowerFullName\": \"Borrower LLC\",\n                \"borrowerAddress\": \"Z Street\",\n                \"borrowerCity\": \"MIAMI\",\n                \"borrowerState\": \"FL\",\n                \"borrowerZip\": \"33158\",\n                \"borrowerEmail\": null,\n                \"borrowerHomePhone\": \"(700)000-1111\",\n                \"borrowerMobilePhone\": \"(800)000-2222\",\n                \"borrowerWorkPhone\": null,\n                \"borrowerfax\": null,\n                \"loanCharges\": 0,\n                \"paidOffDate\": \"n/a\",\n                \"seniorLoanAmounts\": 0,\n                \"floatCapForPayment\": null,\n                \"escrowPayment\": 0.00,\n                \"floatIndex\": 0,\n                \"floatMargin\": 0,\n                \"floatFloor\": 0,\n                \"floatCeiling\": null,\n                \"floatCapForNegAmort\": 0,\n                \"floatFirstRateMaxCap\": 0,\n                \"floatFirstRateMinCap\": 0,\n                \"floatPeriodicMaxCap\": 0,\n                \"floatFreqRateChange\": 0,\n                \"floatFreqPymtChange\": 0,\n                \"floatFreqRecast\": 0,\n                \"floatDaysAfterRateChange\": 0,\n                \"floatDaysAfterPymtChange\": 0,\n                \"floatEnableFirstRateCap\": false,\n                \"floatEnabledPymtAdj\": false,\n                \"floatRoundMethod\": 0,\n                \"floatRoundRateFactor\": 0.00,\n                \"floatSendNotice\": false,\n                \"floatNextAdjPayment\": \"n/a\",\n                \"floatStopRecast\": \"n/a\",\n                \"graceDays\": 15,\n                \"lateChargesPct\": 0,\n                \"minimumLateCharges\": 0.00,\n                \"unpaidLateCharges\": 0.00,\n                \"unpaidInterest\": 0.00,\n                \"lienPosition\": 0,\n                \"suspensePayment\": 0.00,\n                \"unearnedDiscount\": 0.00,\n                \"propertyType\": \"\",\n                \"property\": []\n            }\n        ]\n    }\n}"},{"id":"af5ef77d-09bd-442b-ad07-13a61f457ac6","name":"Loan Portfolio w/ Inactive Loans","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanPortfolio (includeInactive:true)\n  {\n    loanAccount\n    lenderAccount\n    prevServiceAccount\n    origLender\n    investorAssetNumber\n    name\n    city\n    state\n    maturityDate\n    primaryPurpose\n    originalBalance\n    currentBalance\n    daysLate\n    nextDueDate\n    noteRate\n    investorRate\n    totalPayment\n    loanStatus\n    boardingDate\n    closedDate\n    closedReason\n    defaultInterestActiveStatus\n    defaultInterestRate\n    defaultInterestActiveDate\n    lenderOwnerPct\n    brokerName\n    vendor\n    restrictedFunds\n    reserveBalance\n    escrowBalance\n    appCreationDate\n    property{\n        city\n        state\n        street\n        zipCode\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"198"},{"key":"X-Rate-Limit-Reset","value":"2021-09-17T16:19:18.6505322Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 17 Sep 2021 16:19:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanPortfolio\": [\n            {\n                \"loanAccount\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"prevServiceAccount\": null,\n                \"origLender\": \"Vtest1234\",\n                \"investorAssetNumber\": null,\n                \"name\": \"tester, test\",\n                \"city\": \"ANAHEIM\",\n                \"state\": \"CA\",\n                \"maturityDate\": \"12/01/2041\",\n                \"primaryPurpose\": \"Consumer\",\n                \"originalBalance\": 20019.14,\n                \"currentBalance\": 20019.14,\n                \"daysLate\": 139,\n                \"nextDueDate\": \"05/01/2021\",\n                \"noteRate\": 0.05,\n                \"investorRate\": 0.05,\n                \"totalPayment\": 55.29,\n                \"loanStatus\": \"Delinquency\",\n                \"boardingDate\": \"10/31/2018\",\n                \"closedDate\": \"n/a\",\n                \"closedReason\": null,\n                \"defaultInterestActiveStatus\": \"YES\",\n                \"defaultInterestRate\": 0,\n                \"defaultInterestActiveDate\": \"03/01/2021\",\n                \"lenderOwnerPct\": 90.917,\n                \"brokerName\": \"Centurion Test\",\n                \"vendor\": \"Centurion Test\",\n                \"restrictedFunds\": 0.00,\n                \"reserveBalance\": 40.46,\n                \"escrowBalance\": 0,\n                \"appCreationDate\": \"10/05/2023\",\n                \"property\": [\n                    {\n                        \"city\": \"ANAHEIM\",\n                        \"state\": \"CA\",\n                        \"street\": \"123 Main Street\",\n                        \"zipCode\": \"92808\"\n                    }\n                ]\n            },\n            {\n                \"loanAccount\": \"test8181\",\n                \"lenderAccount\": \"Test1234\",\n                \"prevServiceAccount\": null,\n                \"origLender\": \"Vtest1234\",\n                \"investorAssetNumber\": null,\n                \"name\": \"tester, test\",\n                \"city\": \"ANAHEIM\",\n                \"state\": \"CA\",\n                \"maturityDate\": \"12/01/2041\",\n                \"primaryPurpose\": \"Consumer\",\n                \"originalBalance\": 20019.14,\n                \"currentBalance\": 20019.14,\n                \"daysLate\": 139,\n                \"nextDueDate\": \"05/01/2021\",\n                \"noteRate\": 0.05,\n                \"investorRate\": 0.05,\n                \"totalPayment\": 55.29,\n                \"loanStatus\": \"Assigned\",\n                \"boardingDate\": \"10/31/2018\",\n                \"closedDate\": \"n/a\",\n                \"closedReason\": null,\n                \"defaultInterestActiveStatus\": \"YES\",\n                \"defaultInterestRate\": 0,\n                \"defaultInterestActiveDate\": \"03/01/2021\",\n                \"lenderOwnerPct\": 90.917,\n                \"brokerName\": \"Centurion Test\",\n                \"vendor\": \"Centurion Test\",\n                \"restrictedFunds\": 0.00,\n                \"reserveBalance\": 40.46,\n                \"escrowBalance\": 0,\n                \"appCreationDate\": \"10/05/2023\",\n                \"property\": [\n                    {\n                        \"city\": \"ANAHEIM\",\n                        \"state\": \"CA\",\n                        \"street\": \"123 Main Street\",\n                        \"zipCode\": \"92808\"\n                    }\n                ]\n            },\n            {\n                \"loanAccount\": \"test8182\",\n                \"lenderAccount\": \"Test1234\",\n                \"prevServiceAccount\": null,\n                \"origLender\": \"Vtest1234\",\n                \"investorAssetNumber\": null,\n                \"name\": \"tester, test\",\n                \"city\": \"ANAHEIM\",\n                \"state\": \"CA\",\n                \"maturityDate\": \"12/01/2041\",\n                \"primaryPurpose\": \"Consumer\",\n                \"originalBalance\": 20019.14,\n                \"currentBalance\": 20019.14,\n                \"daysLate\": 139,\n                \"nextDueDate\": \"05/01/2021\",\n                \"noteRate\": 0.05,\n                \"investorRate\": 0.05,\n                \"totalPayment\": 55.29,\n                \"loanStatus\": \"PAID OFF\",\n                \"boardingDate\": \"10/31/2018\",\n                \"closedDate\": \"n/a\",\n                \"closedReason\": null,\n                \"defaultInterestActiveStatus\": \"YES\",\n                \"defaultInterestRate\": 0,\n                \"defaultInterestActiveDate\": \"03/01/2021\",\n                \"lenderOwnerPct\": 90.917,\n                \"brokerName\": \"Centurion Test\",\n                \"vendor\": \"Centurion Test\",\n                \"restrictedFunds\": 0.00,\n                \"reserveBalance\": 40.46,\n                \"escrowBalance\": 0,\n                \"appCreationDate\": \"10/05/2023\",\n                \"property\": [\n                    {\n                        \"city\": \"ANAHEIM\",\n                        \"state\": \"CA\",\n                        \"street\": \"123 Main Street\",\n                        \"zipCode\": \"92808\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"77b54e89-e316-452c-ab26-0efaf3dcc6d8","name":"Loan Portfolio search by address","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanPortfolio(propertyStreet:\"123 Main Street\")\n  {\n    loanAccount\n    lenderAccount\n    prevServiceAccount\n    origLender\n    investorAssetNumber\n    name\n    city\n    state\n    maturityDate\n    primaryPurpose\n    originalBalance\n    currentBalance\n    daysLate\n    nextDueDate\n    noteRate\n    investorRate\n    totalPayment\n    loanStatus\n    boardingDate\n    closedDate\n    closedReason\n    defaultInterestActiveStatus\n    defaultInterestRate\n    defaultInterestActiveDate\n    lenderOwnerPct\n    brokerName\n    vendor\n    restrictedFunds\n    reserveBalance\n    drawStatus\n    maximumDraw\n    fundedAmount\n    drawAvailableBalance\n    escrowBalance\n    appCreationDate\n    property{\n        city\n        state\n        street\n        zipCode\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"199"},{"key":"X-Rate-Limit-Reset","value":"2021-10-08T02:23:10.2843915Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Oct 2021 02:23:02 GMT"},{"key":"Content-Length","value":"913"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanPortfolio\": [\n            {\n                \"loanAccount\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"prevServiceAccount\": null,\n                \"origLender\": \"Vtest1234\",\n                \"investorAssetNumber\": null,\n                \"name\": \"Tester, Test\",\n                \"city\": \"Anaheim\",\n                \"state\": \"CA\",\n                \"maturityDate\": \"12/01/2041\",\n                \"primaryPurpose\": \"Consumer\",\n                \"originalBalance\": 20019.14,\n                \"currentBalance\": 20019.14,\n                \"daysLate\": 159,\n                \"nextDueDate\": \"05/01/2021\",\n                \"noteRate\": 0.05,\n                \"investorRate\": 0.05,\n                \"totalPayment\": 55.29,\n                \"loanStatus\": \"Delinquency\",\n                \"boardingDate\": \"10/31/2018\",\n                \"closedDate\": \"n/a\",\n                \"closedReason\": null,\n                \"defaultInterestActiveStatus\": \"YES\",\n                \"defaultInterestRate\": 0,\n                \"defaultInterestActiveDate\": \"03/01/2021\",\n                \"lenderOwnerPct\": 90.917,\n                \"brokerName\": \"Centurion Test\",\n                \"vendor\": \"Centurion Test\",\n                \"restrictedFunds\": 0,\n                \"reserveBalance\": 2,\n                \"drawStatus\": \"\",\n                \"maximumDraw\": null,\n                \"fundedAmount\": 0,\n                \"drawAvailableBalance\": null,\n                \"appCreationDate\": \"10/05/2023\",\n                \"property\": [\n                    {\n                        \"city\": \"Anaheim\",\n                        \"state\": \"CA\",\n                        \"street\": \"123 Main Street\",\n                        \"zipCode\": \"92808\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"d507d7d3-9535-49d3-85f1-67044577bf87"},{"name":"Loan Portfolio - Broker","id":"69a45bfc-7e96-407d-bd07-32aa2337a98f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getBrokerLoanPortfolio(includeUPB:true)\n  {\n    loanAccount\n    lenderAccount\n    lenderName\n    prevServiceAccount\n    origLender\n    investorAssetNumber\n    name\n    city\n    state\n    maturityDate\n    primaryPurpose\n    originalBalance\n    currentBalance\n    daysLate\n    nextDueDate\n    noteRate\n    investorRate\n    totalPayment\n    loanStatus\n    boardingDate\n    closedDate\n    closedReason\n    originationDate\n    defaultInterestActiveStatus\n    defaultInterestRate\n    defaultInterestActiveDate\n    lenderOwnerPct\n    brokerName\n    vendor\n    restrictedFunds\n    fundedAmount\n    appCreationDate\n    propertyType\n    property{\n        city\n        state\n        street\n        zipCode\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map you fields from the following lender portal screens, by default this API will list only all the active loans in your portfolio, use the parameters below to change the data that the API will show.</p>\n<p><strong>getBrokerLoanPortfolio {.......}</strong></p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-portfolio.png\" />\n\n<p><strong>getBrokerLoanPortfolio(investor:\"investor\")</strong></p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-portfolio-Report.png\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p>Limit: Optional</p>\n<p>boardingDate: Optional</p>\n<p>includeInactive Optional<br />-true: shows all the inactive loans<br />-false: shows all the active loans</p>\n<p>includeUPB:true will show active loans with 0 UPB</p>\n<p>dayslate: Optional (shows loans with daysLate equal or greater than the number specify on this parameter)</p>\n<p>propertyStreet: “7 characters minimum“</p>\n<p>propertyCity: “4 characters minimum“</p>\n<p>propertyState: “Exact match, 2 characters“ example (CA, AZ)</p>\n<p>propertyZip: “Exact match, 5 characters“ example (90045, 20155)</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getBrokerLoanPortfolio {.......} </p>\n</blockquote>\n<blockquote>\n<p>getBrokerLoanPortfolio (includeInactive:true) {.......} </p>\n</blockquote>\n<blockquote>\n<p>getBrokerLoanPortfolio (dayslate:2){.......} </p>\n</blockquote>\n<blockquote>\n<p>getBrokerLoanPortfolio (includeUPB:true){.......} </p>\n</blockquote>\n<blockquote>\n<p>getBrokerLoanPortfolio(account:\"testaccount\"){ .......... } </p>\n</blockquote>\n<blockquote>\n<p>getBrokerLoanPortfolio(investor:\"investor\"){ .......... } </p>\n</blockquote>\n<blockquote>\n<p>getBrokerLoanPortfolio(boardingDate:\"01/01/2000\"){ .......... } </p>\n</blockquote>\n<blockquote>\n<p>getBrokerLoanPortfolio(account:\"testaccount\" investor:\"investor\"){ .......... }</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"e535982b-2d01-4f2a-83c5-1f5b0c6b1799","name":"Loan Portfolio - Broker","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getBrokerLoanPortfolio(includeUPB:true)\n  {\n    loanAccount\n    lenderAccount\n    lenderName\n    prevServiceAccount\n    origLender\n    investorAssetNumber\n    name\n    city\n    state\n    maturityDate\n    primaryPurpose\n    originalBalance\n    currentBalance\n    daysLate\n    nextDueDate\n    noteRate\n    investorRate\n    totalPayment\n    loanStatus\n    boardingDate\n    closedDate\n    closedReason\n    originationDate\n    defaultInterestActiveStatus\n    defaultInterestRate\n    defaultInterestActiveDate\n    lenderOwnerPct\n    brokerName\n    vendor\n    restrictedFunds\n    fundedAmount\n    appCreationDate\n    propertyType\n    property{\n        city\n        state\n        street\n        zipCode\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Nov 2023 16:47:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2023-11-02T16:48:05.3200451Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getBrokerLoanPortfolio\": [\n            {\n                \"loanAccount\": \"AA006100\",\n                \"lenderAccount\": \"test8081\",\n                \"lenderName\": \"ABC Bank\",\n                \"prevServiceAccount\": null,\n                \"origLender\": \"\",\n                \"investorAssetNumber\": null,\n                \"name\": \"HOMES LLC\",\n                \"city\": \"\",\n                \"state\": null,\n                \"maturityDate\": \"06/18/2023\",\n                \"primaryPurpose\": \"Business\",\n                \"originalBalance\": 0,\n                \"currentBalance\": 0,\n                \"daysLate\": 1231,\n                \"nextDueDate\": \"06/19/2020\",\n                \"noteRate\": 0,\n                \"investorRate\": 0,\n                \"totalPayment\": 0,\n                \"loanStatus\": \"Delinquency\",\n                \"boardingDate\": \"06/19/2020\",\n                \"closedDate\": \"n/a\",\n                \"closedReason\": null,\n                \"originationDate\": \"06/18/2020\",\n                \"defaultInterestActiveStatus\": \"NO\",\n                \"defaultInterestRate\": 0,\n                \"defaultInterestActiveDate\": \"n/a\",\n                \"lenderOwnerPct\": 0,\n                \"brokerName\": \"ABC Bank\",\n                \"vendor\": null,\n                \"restrictedFunds\": 0,\n                \"fundedAmount\": 0,\n                \"appCreationDate\": \"10/05/2023\",\n                \"property\": []\n            },\n            {\n                \"loanAccount\": \"G17109003\",\n                \"lenderAccount\": \"test8082\",\n                \"lenderName\": \"ABC Bank\",\n                \"prevServiceAccount\": \"G17109003\",\n                \"origLender\": \"HOMES\",\n                \"investorAssetNumber\": null,\n                \"name\": \"NAME LLC\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"maturityDate\": \"10/01/2021\",\n                \"primaryPurpose\": \"Business\",\n                \"originalBalance\": 1440000,\n                \"currentBalance\": 1440000,\n                \"daysLate\": 580,\n                \"nextDueDate\": \"04/01/2022\",\n                \"noteRate\": 7.5,\n                \"investorRate\": 7.5,\n                \"totalPayment\": 21000,\n                \"loanStatus\": \"FORECLOSURE\",\n                \"boardingDate\": \"01/25/2018\",\n                \"closedDate\": \"n/a\",\n                \"closedReason\": null,\n                \"originationDate\": \"01/23/2018\",\n                \"defaultInterestActiveStatus\": \"NO\",\n                \"defaultInterestRate\": 17.5,\n                \"defaultInterestActiveDate\": \"n/a\",\n                \"lenderOwnerPct\": 100,\n                \"brokerName\": \"ABC Bank\",\n                \"vendor\": \"HOMES, Inc.\",\n                \"restrictedFunds\": 0,\n                \"fundedAmount\": 0,\n                \"appCreationDate\": \"10/05/2023\",\n                \"property\": [\n                    {\n                        \"city\": \"Los Angeles\",\n                        \"state\": \"CA\",\n                        \"street\": \"001 Avenue\",\n                        \"zipCode\": \"90291\"\n                    }\n                ]\n            },\n            {\n                \"loanAccount\": \"AA058600\",\n                \"lenderAccount\": \"TESTlender01\",\n                \"lenderName\": \"ABC Bank\",\n                \"prevServiceAccount\": null,\n                \"origLender\": \"HOMES\",\n                \"investorAssetNumber\": null,\n                \"name\": \"TEST Development 1, LLC\",\n                \"city\": \"\",\n                \"state\": null,\n                \"maturityDate\": \"n/a\",\n                \"primaryPurpose\": \"Business\",\n                \"originalBalance\": 0,\n                \"currentBalance\": 0,\n                \"daysLate\": 0,\n                \"nextDueDate\": \"n/a\",\n                \"noteRate\": 0,\n                \"investorRate\": 0,\n                \"totalPayment\": 0,\n                \"loanStatus\": \"PERFORMING\",\n                \"boardingDate\": \"10/21/2019\",\n                \"closedDate\": \"n/a\",\n                \"closedReason\": null,\n                \"originationDate\": \"n/a\",\n                \"defaultInterestActiveStatus\": \"NO\",\n                \"defaultInterestRate\": 0,\n                \"defaultInterestActiveDate\": \"n/a\",\n                \"lenderOwnerPct\": 0,\n                \"brokerName\": \"ABC Bank\",\n                \"vendor\": \"PARTNERS, Inc.\",\n                \"restrictedFunds\": 0,\n                \"fundedAmount\": 0,\n                \"appCreationDate\": \"10/05/2023\",\n                \"propertyType\": \"Single Family Res\"\n                \"property\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"69a45bfc-7e96-407d-bd07-32aa2337a98f"},{"name":"Assigned Lender Accounts - Broker","id":"3bb7cbd1-bcbb-4f3c-9f55-ab1bf3f1c796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getAssignedAccounts {\n        account\n        fullName\n        isActive\n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>This method helps map the lender accounts assigned to a broker account.</p>\n<p><strong>getAssignedAccounts</strong> <strong>{.......}</strong></p>\n<p><strong>Parameters</strong></p>\n<p>account: Optional</p>\n<p>fullName: Optional</p>\n<p>isActive: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getAssignedAccounts {.......}</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"b90f4ce9-d4fa-4664-9e0f-50953bb4e89a","name":"Loan Portfolio - Broker Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getAssignedAccounts {\n        account\n        fullName\n        isActive\n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 02 Aug 2024 09:53:18 GMT"},{"key":"Content-Type","value":"text/html"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getAssignedAccounts\": [\n            {\n                \"account\": \"Vtest1234\",\n                \"fullName\": \"Centurion Test\",\n                \"isActive\": false\n            },\n            {\n                \"account\": \"Test1234\",\n                \"fullName\": \"Centurion Test\",\n                \"isActive\": true\n            }\n        ]\n    }\n}"}],"_postman_id":"3bb7cbd1-bcbb-4f3c-9f55-ab1bf3f1c796"},{"name":"Updated Loan Portfolio List","id":"216f1b4d-8415-45b8-80e3-843324be287e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getUpdatedLoanList(hoursago:99)\n  {\n    loanAccount\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To get the list of updated loans on your portfolio.</p>\n<p><strong>Parameters</strong></p>\n<p>hoursago: indicate the amount of hours to consider on the search of updated loans</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getUpdatedLoanList(hoursago:24) {.......}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"1394c32c-0e92-473a-adaa-c97a9fad9d9f","name":"Updated Loan Portfolio List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getUpdatedLoanList(hoursago:100)\n  {\n    loanAccount\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"7"},{"key":"X-Rate-Limit-Reset","value":"2021-06-07T23:26:41.4142371Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jun 2021 23:26:39 GMT"},{"key":"Content-Length","value":"120"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getUpdatedLoanList\": [\n            {\n                \"loanAccount\": \"Test12345\"\n            },\n            {\n                \"loanAccount\": \"Test123\"\n            },\n            {\n                \"loanAccount\": \"Test8180\"\n            }\n        ]\n    }\n}"}],"_postman_id":"216f1b4d-8415-45b8-80e3-843324be287e"},{"name":"Loan Details","id":"b861e513-d5c1-4faf-a4e4-4ecfcda4c925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanDetails(account:\"test8180\"){\n    account\n    aCHStatus\n    aCHStatusEnum\n    aRMName\n    aRMOptionActive\n    borrowerEmail\n    borrowerFax\n    borrowerFullName\n    borrowerFirstName\n    borrowerLastName\n    borrowerHomePhone\n    borrowerMailingAddress\n    borrowerMobilePhone\n    borrowerTIN\n    borrowerTINMask\n    borrowerTINParse\n    borrowerTINType\n    borrowerWorkPhone\n    borrowerZip\n    coBorrower\n    deferredUnpaidLateCharges\n    deferredPrinBal\n    deferredUnpaidInt\n    fciServiceProgram\n    escrowBalance\n    floatCapForNegAmort\n    floatCapForPayment\n    floatCeiling\n    floatDaysAfterPymtChange\n    floatDaysAfterRateChange\n    floatEnabledPymtAdj\n    floatEnableFirstRateCap\n    floatEnableRecast\n    floatEnableSurplus\n    floatFirstRateMaxCap\n    floatFirstRateMinCap\n    floatFloor\n    floatFreqPymtChange\n    floatFreqRateChange\n    floatFreqRecast\n    floatIndex\n    floatLastRecast\n    floatMargin\n    floatNextAdjPayment\n    floatPeriodicMaxCap\n    floatPeriodicMaxCap\n    floatRoundMethod\n    floatRoundRateFactor\n    floatSendNotice\n    floatStopRecast\n    floatSurplus\n    isOnHold\n    graceDays\n    minimunLateCharges\n    lateChargesPct\n    lienPosition\n    loanMaturity\n    nextPaymentDue\n    noteRate\n    noteType\n    noteTypeEnum\n    originalLoanAmount\n    loanOrigination\n    loanPayoff\n    paidToDate\n    payment\n    escrowPayment\n    paymentOthers\n    suspensePayment\n    currentLoanAmount\n    propertyCity\n    propertyState\n    propertyStreet\n    propertyZip\n    rateType\n    rateTypeEnum\n    suspenseBalance\n    restrictedSuspense\n    investorRate\n    status\n    statusEnum\n    unearnedDiscount\n    unpaidInterest\n    unpaidLateCharges\n    defaultRate\n    accruedLateCharges\n    loanCharges\n    deferredUnpaidLoanCharges\n    seniorloanAmounts\n    totalPayment\n    drawStatus\n    closeDate\n    maximumDraw\n    fundedAmount\n    avaliableBalance\n    propertyType\n    uRLEppraisal\n    uRLForeclosures\n    uRLGoogle\n    uRLListings\n    prepymtExpDate\n    prepymtPenalty\n    prepymtCompanyPct\n    prepymtVendorPerc\n    prepymtInvestorPerc\n    defaultIntCompanyPct\n    defaultIntLenderPct\n    defaultIntCompanyMaxDist\n    defaultIntVendorPct\n  }\n}\n","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-details.png\" alt=\"FCIAPI Loan-details\" />","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"d71a357e-9714-408b-a7d3-a608566fbe75","name":"Loan Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanDetails(account:\"test8180\"){\n    account\n    aCHStatus\n    aCHStatusEnum\n    aRMName\n    aRMOptionActive\n    borrowerEmail\n    borrowerFax\n    borrowerFullName\n    borrowerFirstName\n    borrowerLastName\n    borrowerHomePhone\n    borrowerMailingAddress\n    borrowerMobilePhone\n    borrowerTIN\n    borrowerTINMask\n    borrowerTINParse\n    borrowerTINType\n    borrowerWorkPhone\n    borrowerZip\n    coBorrower\n    deferredUnpaidLateCharges\n    deferredPrinBal\n    deferredUnpaidInt\n    fciServiceProgram\n    escrowBalance\n    floatCapForNegAmort\n    floatCapForPayment\n    floatCeiling\n    floatDaysAfterPymtChange\n    floatDaysAfterRateChange\n    floatEnabledPymtAdj\n    floatEnableFirstRateCap\n    floatEnableRecast\n    floatEnableSurplus\n    floatFirstRateMaxCap\n    floatFirstRateMinCap\n    floatFloor\n    floatFreqPymtChange\n    floatFreqRateChange\n    floatFreqRecast\n    floatIndex\n    floatLastRecast\n    floatMargin\n    floatNextAdjPayment\n    floatPeriodicMaxCap\n    floatPeriodicMaxCap\n    floatRoundMethod\n    floatRoundRateFactor\n    floatSendNotice\n    floatStopRecast\n    floatSurplus\n    isOnHold\n    graceDays\n    minimunLateCharges\n    lateChargesPct\n    lienPosition\n    loanMaturity\n    nextPaymentDue\n    noteRate\n    noteType\n    noteTypeEnum\n    originalLoanAmount\n    loanOrigination\n    loanPayoff\n    paidToDate\n    payment\n    escrowPayment\n    paymentOthers\n    suspensePayment\n    currentLoanAmount\n    propertyCity\n    propertyState\n    propertyStreet\n    propertyZip\n    rateType\n    rateTypeEnum\n    suspenseBalance\n    restrictedSuspense\n    investorRate\n    status\n    statusEnum\n    unearnedDiscount\n    unpaidInterest\n    unpaidLateCharges\n    defaultRate\n    accruedLateCharges\n    loanCharges\n    deferredUnpaidLoanCharges\n    seniorloanAmounts\n    totalPayment\n    drawStatus\n    closeDate\n    maximumDraw\n    fundedAmount\n    avaliableBalance\n    propertyType\n    uRLEppraisal\n    uRLForeclosures\n    uRLGoogle\n    uRLListings\n    prepymtExpDate\n    prepymtPenalty\n    prepymtCompanyPct\n    prepymtVendorPerc\n    prepymtInvestorPerc\n    defaultIntCompanyPct\n    defaultIntLenderPct\n    defaultIntCompanyMaxDist\n    defaultIntVendorPct\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-06-07T23:28:05.0647513Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jun 2021 23:27:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanDetails\": {\n            \"account\": \"test8180\",\n            \"aCHStatus\": 2,\n            \"aCHStatusEnum\": \"CANCELLED\",\n            \"aRMName\": \"\",\n            \"aRMOptionActive\": false,\n            \"borrowerEmail\": \"timgri9@gmail.com\",\n            \"borrowerFax\": null,\n            \"borrowerFullName\": \"TestFName TesterLastName\",\n            \"borrowerFirstName\": \"TestFName\",\n            \"borrowerLastName\": \"TesterLastName\",\n            \"borrowerHomePhone\": \"(714)408-5825\",\n            \"borrowerMailingAddress\": \"8195 E Kaiser Blvd.., Anaheim, CA, 92808\",\n            \"borrowerMobilePhone\": \"(657)244-9732;(714)271-7641;(714)932-8013\",\n            \"borrowerTIN\": \"***-**-6789\",\n            \"borrowerTINMask\": \"6789\",\n            \"borrowerTINParse\": \"123456789\",\n            \"borrowerTINType\": 1,\n            \"borrowerWorkPhone\": \"(805)853-1337;(206)219-0789\",\n            \"borrowerZip\": \"92808\",\n            \"coBorrower\": \"\",\n            \"deferredUnpaidLateCharges\": 0.0000,\n            \"deferredPrinBal\": 0.0000,\n            \"deferredUnpaidInt\": 0.0000,\n            \"fciServiceProgram\": \"Standard Servicing\",\n            \"escrowBalance\": 0.0000,\n            \"floatCapForNegAmort\": null,\n            \"floatCapForPayment\": null,\n            \"floatCeiling\": null,\n            \"floatDaysAfterPymtChange\": 0,\n            \"floatDaysAfterRateChange\": 0,\n            \"floatEnabledPymtAdj\": false,\n            \"floatEnableFirstRateCap\": false,\n            \"floatEnableRecast\": false,\n            \"floatEnableSurplus\": false,\n            \"floatFirstRateMaxCap\": null,\n            \"floatFirstRateMinCap\": null,\n            \"floatFloor\": 0,\n            \"floatFreqPymtChange\": 0,\n            \"floatFreqRateChange\": 0,\n            \"floatFreqRecast\": 0,\n            \"floatIndex\": 0,\n            \"floatLastRecast\": null,\n            \"floatMargin\": 0,\n            \"floatNextAdjPayment\": null,\n            \"floatPeriodicMaxCap\": null,\n            \"floatRoundMethod\": 0,\n            \"floatRoundRateFactor\": 0.0000,\n            \"floatSendNotice\": true,\n            \"floatStopRecast\": null,\n            \"floatSurplus\": 0.0000,\n            \"isOnHold\": false,\n            \"graceDays\": 15,\n            \"minimunLateCharges\": 0.0000,\n            \"lateChargesPct\": 4,\n            \"lienPosition\": 1,\n            \"loanMaturity\": \"12/31/2060\",\n            \"nextPaymentDue\": \"11/01/2025\",\n            \"noteRate\": 15,\n            \"noteType\": 1,\n            \"noteTypeEnum\": \"CONVENTIONAL\",\n            \"originalLoanAmount\": 10000.0000,\n            \"loanOrigination\": \"10/01/2018\",\n            \"loanPayoff\": \"n/a\",\n            \"paidToDate\": \"10/01/2025\",\n            \"payment\": 141.7500,\n            \"escrowPayment\": 0.0000,\n            \"paymentOthers\": 0.0000,\n            \"suspensePayment\": 0.0000,\n            \"currentLoanAmount\": 21020.1400,\n            \"propertyCity\": \"Fairfield\",\n            \"propertyState\": \"CT\",\n            \"propertyStreet\": \"123 Main Street\",\n            \"propertyZip\": \"06824\",\n            \"rateType\": 1,\n            \"rateTypeEnum\": \"FIXED RATE\",\n            \"suspenseBalance\": 0.0000,\n            \"restrictedSuspense\": 0.0000,\n            \"investorRate\": 15,\n            \"status\": 0,\n            \"statusEnum\": \"PERFORMING\",\n            \"unearnedDiscount\": 0.0000,\n            \"unpaidInterest\": 0.0000,\n            \"unpaidLateCharges\": 2.4300,\n            \"defaultRate\": 0,\n            \"accruedLateCharges\": 0,\n            \"loanCharges\": 501.0000,\n            \"deferredUnpaidLoanCharges\": 0,\n            \"seniorloanAmounts\": 21020.1400,\n            \"totalPayment\": 141.7500,\n            \"drawStatus\": \"\",\n            \"closeDate\": \"n/a\",\n            \"maximumDraw\": null,\n            \"fundedAmount\": 0,\n            \"avaliableBalance\": null,\n            \"propertyType\": \"Single Family Res\",\n            \"uRLEppraisal\": \"http://www.eppraisal.com/Search/Property.mvc?a=123 Main Street&z=06824\",\n            \"uRLForeclosures\": \"https://www.foreclosure.com/listing/search?q=92808\",\n            \"uRLGoogle\": \"https://maps.google.com/?t=h&z=17&q=123 Main Street, Fairfield, CT, 06824\",\n            \"uRLListings\": \"http://www.realtor.com/realestateandhomes-search/92808\",\n            \"prepymtExpDate\": null,\n            \"prepymtPenalty\": false,\n            \"prepymtCompanyPct\": 0,\n            \"prepymtVendorPerc\": 0,\n            \"prepymtInvestorPerc\": 0,\n            \"defaultIntCompanyPct\": 0,\n            \"defaultIntLenderPct\": 100,\n            \"defaultIntCompanyMaxDist\": 0.0000,\n            \"defaultIntVendorPct\": 0\n        }\n    }\n}"}],"_postman_id":"b861e513-d5c1-4faf-a4e4-4ecfcda4c925"},{"name":"Loan Properties","id":"4c1fb7f5-9fd4-4f65-a622-f834d53f47dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanProperties(account: \"test8180\") {\n    street \n    city \n    state \n    zipCode\n    propertyDrawAmountFunded \n    propertyDrawCurrentBalance \n    propertyMinimumReleaseAmount \n    propertyMaximumReleaseAmount \n    isPrimary \n    occupancyStatus \n    priority \n    status \n    description \n    propertyType \n    valuationOriginalAmount \n    valuationType \n    valuationDate \n    loanPropertyValue\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://content.pstmn.io/bc68534f-0205-4ca7-bd7c-c2d43319139e/TG9hbiBQcm9wZXJ0aWVzLnBuZw==\" alt=\"Loan%20Properties\" width=\"308\" height=\"147\" />","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"78cd2f4b-b8c5-41d6-b1fe-0b53395820f5","name":"Loan Properties","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanProperties (account: \"test8180\") {\n    street \n    city \n    state \n    zipCode\n    propertyDrawAmountFunded \n    propertyDrawCurrentBalance \n    propertyMinimumReleaseAmount \n    propertyMaximumReleaseAmount \n    isPrimary \n    occupancyStatus \n    priority \n    status \n    description \n    propertyType \n    valuationOriginalAmount \n    valuationType \n    valuationDate \n    loanPropertyValue\n  }\n}\n","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-06-07T23:28:05.0647513Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jun 2021 23:27:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanProperties\": [\n            {\n                \"street\": \"123 Main Street\",\n                \"city\": \"Columbus\",\n                \"state\": \"OH\",\n                \"zipCode\": \"43224\",\n                \"propertyDrawAmountFunded\": 0.0000,\n                \"propertyDrawCurrentBalance\": 0.0000,\n                \"propertyMinimumReleaseAmount\": 0.0000,\n                \"propertyMaximumReleaseAmount\": 0.0000,\n                \"isPrimary\": true,\n                \"occupancyStatus\": \"PRIMARY BORROWER\",\n                \"priority\": \"ONE\",\n                \"status\": \"UNKNOWN\",\n                \"description\": \"\",\n                \"propertyType\": \"SINGLE FAMILY RES\",\n                \"valuationOriginalAmount\": 1996000.0000,\n                \"valuationType\": \"AVM\",\n                \"valuationDate\": \"09/01/2025\",\n                \"loanPropertyValue\": 1.278539078156313\n            },\n            {\n                \"street\": \"456 tes\",\n                \"city\": \"Columbus\",\n                \"state\": \"OH\",\n                \"zipCode\": \"43224\",\n                \"propertyDrawAmountFunded\": 0.0000,\n                \"propertyDrawCurrentBalance\": 0.0000,\n                \"propertyMinimumReleaseAmount\": 0.0000,\n                \"propertyMaximumReleaseAmount\": 0.0000,\n                \"isPrimary\": false,\n                \"occupancyStatus\": \"PRIMARY BORROWER\",\n                \"priority\": \"ONE\",\n                \"status\": \"UNKNOWN\",\n                \"description\": null,\n                \"propertyType\": \"SINGLE FAMILY RES\",\n                \"valuationOriginalAmount\": 0.0000,\n                \"valuationType\": \"ORIGINAL APPRAISA\",\n                \"valuationDate\": \"n/a\",\n                \"loanPropertyValue\": 1.278539078156313\n            }\n        ]\n    }\n}"}],"_postman_id":"4c1fb7f5-9fd4-4f65-a622-f834d53f47dc"},{"name":"Loan Attachments","id":"914beb0d-cb0a-426e-85c3-2114d08c9d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanAttachments(account:\"test8180\")\n  {\n    loanUid\n    account\n    name\n    type\n    date\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2022/12/Loan-attachments.png\" />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"1192b5d1-6836-45b1-8bb0-4855842f37db","name":"Loan Attachments","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanAttachments(account:\"test8180\")\n  {\n    loanUid\n    account\n    name\n    type\n    date\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Dec 2022 15:34:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2022-12-23T15:34:29.2901676Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanAttachments\": [\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20221221.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"12/21/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF Payment Report-20221205.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"12/05/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20221121.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"11/21/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20221118.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"11/18/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20221116.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"11/16/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -20221115.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"11/15/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -20221115.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"11/15/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20221021.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"10/21/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20220921.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"09/21/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022918.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/18/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"399381234_Servicing Agreement - Program Select - Lender_1707810-107.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/18/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220912.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"09/12/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220912.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"09/12/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220912.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"09/12/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202291.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/01/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202291.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/01/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220829.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"08/29/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220823.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"08/23/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220823.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"08/23/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20220822.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"08/22/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220818.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"08/18/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Request for Notification Borrower Represented by Attorney\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/16/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Request for Notification Borrower Represented by Attorney\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/16/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20220726.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"07/26/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220726.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"07/26/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20220721.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"07/21/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20220621.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"06/21/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022614.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"06/14/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022613.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"06/13/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20220606.pdf\",\n                \"type\": \"SEVENTH LATE\",\n                \"date\": \"06/06/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220606.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"06/06/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202263.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"06/03/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022526.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"05/26/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022525.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"05/25/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20220523.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"05/23/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022518.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"05/18/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20220509.pdf\",\n                \"type\": \"SIXTH LATE\",\n                \"date\": \"05/09/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220503.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"05/03/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20220421.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"04/21/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20220407.pdf\",\n                \"type\": \"FIFTH LATE\",\n                \"date\": \"04/07/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"test8180-Foreclosure Prevention Alternative Letter\",\n                \"type\": \"FOURTH LATE\",\n                \"date\": \"04/05/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20220328.pdf\",\n                \"type\": \"SECOND LATE\",\n                \"date\": \"03/28/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20220321.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"03/21/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"test8180-Foreclosure Prevention Alternative Letter\",\n                \"type\": \"FOURTH LATE\",\n                \"date\": \"03/18/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20220308.pdf\",\n                \"type\": \"THIRD LATE\",\n                \"date\": \"03/08/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20220228.pdf\",\n                \"type\": \"SECOND LATE\",\n                \"date\": \"02/28/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022228.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/28/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022228.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/28/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022228.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/28/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022228.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/28/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022225.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/25/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022225.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/25/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022225.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/25/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022225.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/25/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022225.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/25/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022225.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/25/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022225.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/25/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20220222.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"02/22/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220216.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"02/16/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220216.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"02/16/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"test8180-Foreclosure Prevention Alternative Letter\",\n                \"type\": \"FOURTH LATE\",\n                \"date\": \"02/15/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20220207.pdf\",\n                \"type\": \"THIRD LATE\",\n                \"date\": \"02/07/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202223.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/03/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220131.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"01/31/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022128.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"01/28/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20220126.pdf\",\n                \"type\": \"SECOND LATE\",\n                \"date\": \"01/26/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Borrower Statement Of Account Report-20220126.pdf\",\n                \"type\": \"BORROWER STATEMENT OF ACCOUNT\",\n                \"date\": \"01/26/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20220121.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"01/21/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20220120.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"01/20/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20220117.pdf\",\n                \"type\": \"FIRST LATE\",\n                \"date\": \"01/17/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022112.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"01/12/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2022110.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"01/10/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20220105.pdf\",\n                \"type\": \"THIRD LATE\",\n                \"date\": \"01/05/2022\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211228.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"12/28/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20211227.pdf\",\n                \"type\": \"SECOND LATE\",\n                \"date\": \"12/27/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211222.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"12/22/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20211221.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"12/21/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211220.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"12/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20211216.pdf\",\n                \"type\": \"FIRST LATE\",\n                \"date\": \"12/16/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211214.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"12/14/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20211122.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"11/22/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -20211119.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"11/19/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211115.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"11/15/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -20211115.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"11/15/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021116.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"11/06/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -20211028.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"10/28/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211025.pdf\",\n                \"type\": \"BULK PAYOFF DEMAND\",\n                \"date\": \"10/25/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20211021.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"10/21/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -20211021.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"10/21/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -20211019.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"10/19/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211018.pdf\",\n                \"type\": \"BULK PAYOFF DEMAND\",\n                \"date\": \"10/18/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211018.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"10/18/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211011.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"10/11/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211008.pdf\",\n                \"type\": \"BULK PAYOFF DEMAND\",\n                \"date\": \"10/08/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211005.pdf\",\n                \"type\": \"BULK PAYOFF DEMAND\",\n                \"date\": \"10/05/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20211005.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"10/05/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021104.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"10/04/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021104.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"10/04/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021930.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/30/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20210928.pdf\",\n                \"type\": \"PAY OFF NOTICE\",\n                \"date\": \"09/28/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021927.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/27/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021927.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/27/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021924.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/24/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021922.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/22/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210916 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021920.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021920.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021920.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021920.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021920.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210916 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210918.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"09/18/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021917.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/17/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210917.pdf\",\n                \"type\": \"SIXTH LATE\",\n                \"date\": \"09/17/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021917.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/17/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210916.pdf\",\n                \"type\": \"SEVENTH LATE\",\n                \"date\": \"09/16/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210915 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/16/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/16/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210913.pdf\",\n                \"type\": \"SIXTH LATE\",\n                \"date\": \"09/13/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210909 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/13/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/13/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021913.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/13/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021913.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/13/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021911.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/11/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021911.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/11/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021910.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/10/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021910.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/10/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202198.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/08/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202198.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/08/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202198.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/08/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210908.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"09/08/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210907.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"09/07/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210907.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"09/07/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202193.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/03/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20210901.pdf\",\n                \"type\": \"BULK PAYOFF DEMAND\",\n                \"date\": \"09/01/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210831 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/01/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"09/01/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021825.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/25/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210824 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/24/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/24/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NOD Notification\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NOD Notification-20210820.pdf\",\n                \"type\": \"NOTICES\",\n                \"date\": \"08/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NOD Notification\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NOD Notification\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NOD Notification\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NOD Notification\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NOD Notification\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NOD Notification-20210820.pdf\",\n                \"type\": \"NOTICES\",\n                \"date\": \"08/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NOD Notification\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NOD Notification\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20210819.pdf\",\n                \"type\": \"BULK PAYOFF DEMAND\",\n                \"date\": \"08/19/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021819.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/19/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20210819.pdf\",\n                \"type\": \"BULK PAYOFF DEMAND\",\n                \"date\": \"08/19/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210817.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"08/17/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210816 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/17/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/17/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210812 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/13/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/13/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021810.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/10/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202188.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/08/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202187.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/07/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"BCP2021.txt\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/07/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Unsigned Demand Payoff-20210806.pdf\",\n                \"type\": \"BULK PAYOFF DEMAND\",\n                \"date\": \"08/06/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210802 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/03/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"08/03/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210802.pdf\",\n                \"type\": \"SEVENTH LATE\",\n                \"date\": \"08/02/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210729.pdf\",\n                \"type\": \"SIXTH LATE\",\n                \"date\": \"07/29/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021729.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"07/29/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210726.pdf\",\n                \"type\": \"SEVENTH LATE\",\n                \"date\": \"07/26/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210723 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"07/26/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"07/26/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210720.pdf\",\n                \"type\": \"SIXTH LATE\",\n                \"date\": \"07/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021720.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"07/20/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210719.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"07/19/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210708.pdf\",\n                \"type\": \"SEVENTH LATE\",\n                \"date\": \"07/08/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210707 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"07/08/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"07/08/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202176.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"07/06/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210701.pdf\",\n                \"type\": \"SIXTH LATE\",\n                \"date\": \"07/01/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202171.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"07/01/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210630.pdf\",\n                \"type\": \"SEVENTH LATE\",\n                \"date\": \"06/30/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210618.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"06/18/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021617.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"06/17/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210603.pdf\",\n                \"type\": \"SIXTH LATE\",\n                \"date\": \"06/03/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210603 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"06/03/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"06/03/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210601.pdf\",\n                \"type\": \"FIFTH LATE\",\n                \"date\": \"06/01/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"test8180-Foreclosure Prevention Alternative Letter\",\n                \"type\": \"FOURTH LATE\",\n                \"date\": \"05/28/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021528.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"05/28/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210518.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"05/18/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210514.pdf\",\n                \"type\": \"FIFTH LATE\",\n                \"date\": \"05/14/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20210513 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"05/14/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"05/14/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"test8180-Foreclosure Prevention Alternative Letter\",\n                \"type\": \"FOURTH LATE\",\n                \"date\": \"05/12/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021511.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"05/11/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210507.pdf\",\n                \"type\": \"THIRD LATE\",\n                \"date\": \"05/07/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202157.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"05/07/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -202157.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"05/07/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210503.pdf\",\n                \"type\": \"FIFTH LATE\",\n                \"date\": \"05/03/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021428.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"04/28/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021428.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"04/28/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"ACH Online Payment Terms -2021428.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"04/28/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210419.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"04/19/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"test8180-Foreclosure Prevention Alternative Letter\",\n                \"type\": \"FOURTH LATE\",\n                \"date\": \"04/12/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210401.pdf\",\n                \"type\": \"THIRD LATE\",\n                \"date\": \"04/01/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210322.pdf\",\n                \"type\": \"SECOND LATE\",\n                \"date\": \"03/22/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210317.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"03/17/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Notice Letters Report-20210315.pdf\",\n                \"type\": \"FIRST LATE\",\n                \"date\": \"03/15/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210219.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"02/19/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"BLIS ACH Authorization-20210205.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"02/05/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20210119.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"01/19/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Borrower Statement Of Account Report-20210109.pdf\",\n                \"type\": \"BORROWER STATEMENT OF ACCOUNT\",\n                \"date\": \"01/09/2021\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20201217.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"12/17/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20201117.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"11/17/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20201109 ACH (2).pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"11/10/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"11/10/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20201019.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"10/19/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"20201005 ACH.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"10/05/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"NSF BORR PAYMENT REJECTION LETTER FOR ACH DEBIT.pdf\",\n                \"type\": \"OTHER\",\n                \"date\": \"10/05/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20200917.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"09/17/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20200817.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"08/17/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20200811.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"08/11/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Borrower Statement Of Account Report-20200130.pdf\",\n                \"type\": \"BORROWER STATEMENT OF ACCOUNT\",\n                \"date\": \"01/30/2020\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Borrower Statement Of Account Report-20190117.pdf\",\n                \"type\": \"BORROWER STATEMENT OF ACCOUNT\",\n                \"date\": \"01/17/2019\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20181106.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"11/06/2018\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20181101.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"11/01/2018\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20181101.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"11/01/2018\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20181101.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"11/01/2018\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20181101.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"11/01/2018\"\n            },\n            {\n                \"loanUid\": \"3c385767eefa405d8a9037d802ae4c7e\",\n                \"account\": \"test8180\",\n                \"name\": \"Payment Statement Report-20181031.pdf\",\n                \"type\": \"PAYMENT STATEMENT\",\n                \"date\": \"10/31/2018\"\n            }\n        ]\n    }\n}"}],"_postman_id":"914beb0d-cb0a-426e-85c3-2114d08c9d88"},{"name":"Loan Funding Information","id":"6fc7fc48-9161-49ad-8e73-c85554ad1626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getFundingInformation(account:\"test8180\"){\n    \n    lenderAccount\n    lenderName\n    amountFunded\n    percentageOwned\n    investorRate\n    currentBalance\n    paymentInformation\n    isEnabled\n    account_lender_to_vendor\n    principal_balance_lender_to_vendor_pct\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-funding.png\" alt=\"FCIAPI Loan-details\" />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"9f91e21d-4705-450b-8c23-526a287a606e","name":"Loan Funding Information","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getFundingInformation(account:\"test8180\"){\n    \n    lenderAccount\n    lenderName\n    amountFunded\n    percentageOwned\n    investorRate\n    currentBalance\n    paymentInformation\n    isEnabled\n    account_lender_to_vendor\n    principal_balance_lender_to_vendor_pct\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-06-07T23:28:54.0564017Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jun 2021 23:28:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getFundingInformation\": [\n            {\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"amountFunded\": 20519.64,\n                \"percentageOwned\": 80.41,\n                \"investorRate\": 15,\n                \"currentBalance\": 20519.64,\n                \"paymentInformation\": 113.98,\n                \"isEnabled\": \"No\",\n                \"account_lender_to_vendor\": null,\n                \"principal_balance_lender_to_vendor_pct\": \"0%\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6fc7fc48-9161-49ad-8e73-c85554ad1626"},{"name":"Borrower Payments","id":"cc5e14bb-94fc-4fd8-86ca-2da88f91fd4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getBorrowerPayment(account:\"test8180\" excludeFunding:true){\n    account\n    investAssetNumber\n    appCreationDate\n    dateReceived\n    dateDue\n    dayVariance\n    reference\n    isACH\n    paymentType\n    reserveRestricted\n    totalAmount\n    toInterest\n    toPrincipal\n    accruedLateCharges\n    lateChargesPaid\n    toReserve\n    toEscrow\n    toPrepay\n    toChargesPrincipal\n    toChargesInterest\n    toBrokerFee\n    toLenderFee\n    toOtherTaxable\n    toOtherTaxFree\n    toOtherPayments\n    toUnpaidInterest\n    notes\n    uid\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<p>This method only brings the data from the last 12 months, if you need prevous data please use the parameter dateFrom.</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Borrrower-payments.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>account: Optional</p>\n<p>excludeFunding: True or False Optional</p>\n<p>dateFrom: Optional</p>\n<p>dateTo: Optional</p>\n<p>appCreationDate:\"YYYY-DD-MM\"</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getBorrowerPayment{......}<br />getBorrowerPayment (appCreationDate:\"YYYY-DD-MM\"){......} </p>\n</blockquote>\n<blockquote>\n<p>getBorrowerPayment(dateFrom:\"05-05-2021\" dateTo:\"05-06-2021\") {…. } </p>\n</blockquote>\n<blockquote>\n<p>getBorrowerPayment(account:\"test8180\" excludeFunding:true dateFrom:\"01-05-2020\" dateTo:\"05-06-2021\"){</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"ef3b8c56-4e96-4a41-8d09-3e05ec47fa23","name":"Borrower Payments","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getBorrowerPayment(account:\"test8180\" excludeFunding:true){\n    account\n    appCreationDate\n    investAssetNumber\n    dateReceived\n    dateDue\n    dayVariance\n    reference\n    isACH\n    paymentType\n    reserveRestricted\n    totalAmount\n    toInterest\n    toPrincipal\n    accruedLateCharges\n    lateChargesPaid\n    toReserve\n    toEscrow\n    toPrepay\n    toChargesPrincipal\n    toChargesInterest\n    toBrokerFee\n    toLenderFee\n    toOtherTaxable\n    toOtherTaxFree\n    toOtherPayments\n    toUnpaidInterest\n    notes\n    uid\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Nov 2022 17:21:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2022-11-03T17:22:12.4015077Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getBorrowerPayment\": [\n            {\n                \"account\": \"test8180\",\n                \"appCreationDate\": \"2020-11-09\",\n                \"investAssetNumber\": \"12345\",\n                \"dateReceived\": \"2022-09-18\",\n                \"dateDue\": \"2022-09-18\",\n                \"dayVariance\": 0,\n                \"reference\": \"V000146779\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -0.5,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": -0.5,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": \"Reversed by vsumathi on 9/18/2022 3:52:32 PM\",\n                \"uid\": \"062d6c57c17d463ea5209e182a633a40\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-09-18\",\n                \"dateDue\": \"2022-09-18\",\n                \"dayVariance\": 0,\n                \"reference\": \"V000146779\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 0.5,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0.5,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": null,\n                \"uid\": \"67ee18df248e452aa249f8fe03d21824\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-09-18\",\n                \"dateDue\": \"2022-09-18\",\n                \"dayVariance\": 0,\n                \"reference\": \"V000146779\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 0.5,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0.5,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": null,\n                \"uid\": \"f0cf68fda8434e2aa5ecaf33c4a3a3c3\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-08-10\",\n                \"dateDue\": \"2022-03-05\",\n                \"dayVariance\": 158,\n                \"reference\": \"test8180\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -18.35,\n                \"toInterest\": -18.35,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": -0.73,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": \"Reversed by jscheid on 8/22/2022 9:04:32 AM\",\n                \"uid\": \"51e9ea6ebf15495da1518cec23b683bb\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-08-10\",\n                \"dateDue\": \"2022-02-05\",\n                \"dayVariance\": 186,\n                \"reference\": \"test123\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -18.35,\n                \"toInterest\": -17.35,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": -0.73,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": -1,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 1,\n                \"notes\": \"Reversed by jscheid on 8/22/2022 9:04:55 AM\",\n                \"uid\": \"a18ae250f0244d99827f7634a2896563\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-08-10\",\n                \"dateDue\": \"2022-02-05\",\n                \"dayVariance\": 186,\n                \"reference\": \"test123\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 18.35,\n                \"toInterest\": 17.35,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0.73,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 1,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -1,\n                \"notes\": null,\n                \"uid\": \"0cb037d4b7ae42cf824ace792477c735\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-08-10\",\n                \"dateDue\": \"2022-03-05\",\n                \"dayVariance\": 158,\n                \"reference\": \"test8180\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 18.35,\n                \"toInterest\": 18.35,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0.73,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": null,\n                \"uid\": \"135e71dd082f44b1a8e82d79c9140508\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-05-26\",\n                \"dateDue\": \"2022-05-26\",\n                \"dayVariance\": 0,\n                \"reference\": \"V000111598\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 0.5,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0.5,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": null,\n                \"uid\": \"bfdc2add2eba450d81bf0da65122a76c\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-05-26\",\n                \"dateDue\": \"2022-05-26\",\n                \"dayVariance\": 0,\n                \"reference\": \"V000111598\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -0.5,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": -0.5,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": \"Reversed by vsumathi on 5/27/2022 5:34:29 PM\",\n                \"uid\": \"ca7560b8a3564c099e4d38668d0f9b06\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-05-26\",\n                \"dateDue\": \"2022-05-26\",\n                \"dayVariance\": 0,\n                \"reference\": \"V000111598\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 0.5,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0.5,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": null,\n                \"uid\": \"e324f0f86fb04dd8ac65acad4c943f1a\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-05-25\",\n                \"dateDue\": \"2022-02-05\",\n                \"dayVariance\": 109,\n                \"reference\": \"V000111386\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -59.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": -2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": -1,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 31.94,\n                \"notes\": \"Reversed by vsumathi on 5/25/2022 8:21:31 AM\",\n                \"uid\": \"f4d3d4208a06494f8efdb0946dd71beb\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-05-25\",\n                \"dateDue\": \"2022-05-25\",\n                \"dayVariance\": 0,\n                \"reference\": \"V000111386\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 60.81,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": null,\n                \"uid\": \"28c91c3cc93a4bbbb234d2569045b5e5\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-05-25\",\n                \"dateDue\": \"2022-02-05\",\n                \"dayVariance\": 109,\n                \"reference\": \"V000111386\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 59.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 1,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -31.94,\n                \"notes\": null,\n                \"uid\": \"6e2fb613811b4ad18853b3ed88f9c63c\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-05-18\",\n                \"dateDue\": \"2022-05-18\",\n                \"dayVariance\": 0,\n                \"reference\": \"V000110411\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 0.5,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0.5,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": null,\n                \"uid\": \"b9c709f88bbb4727a1d9890590009109\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-05-18\",\n                \"dateDue\": \"2022-05-18\",\n                \"dayVariance\": 0,\n                \"reference\": \"V000110411\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 0.5,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0.5,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": null,\n                \"uid\": \"31cabb8213084d38bc05b9709f850ae7\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-05-18\",\n                \"dateDue\": \"2022-05-18\",\n                \"dayVariance\": 0,\n                \"reference\": \"V000110411\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -0.5,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": -0.5,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 0,\n                \"notes\": \"Reversed by vsumathi on 5/18/2022 6:51:16 PM\",\n                \"uid\": \"d0b36755b82a416684a4afdc340d438d\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-03-25\",\n                \"dateDue\": \"2022-02-05\",\n                \"dayVariance\": 48,\n                \"reference\": \"test teste\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -0.11,\n                \"toInterest\": -0.11,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": -2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 91.64,\n                \"notes\": \"Reversed by vsumathi on 4/5/2022 9:24:45 AM\",\n                \"uid\": \"077f24f310d44fedaa34c84c6c245d7f\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-03-25\",\n                \"dateDue\": \"2022-02-05\",\n                \"dayVariance\": 48,\n                \"reference\": \"test teste\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 0.11,\n                \"toInterest\": 0.11,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -91.64,\n                \"notes\": null,\n                \"uid\": \"72777eed30964735aee00694eb881798\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-02-28\",\n                \"dateDue\": \"2022-02-05\",\n                \"dayVariance\": 23,\n                \"reference\": \"V000088751\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"98291147e727455b98fa852d5de7694d\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-02-28\",\n                \"dateDue\": \"2022-01-05\",\n                \"dayVariance\": 54,\n                \"reference\": \"V000088738\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"0b210c8a9ef34578971efac3ac51fa4b\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-02-28\",\n                \"dateDue\": \"2022-01-05\",\n                \"dayVariance\": 54,\n                \"reference\": \"V000088738\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": -2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by vsumathi on 2/28/2022 4:38:05 PM\",\n                \"uid\": \"10e34a0da0614d02b593542cc366da0d\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-02-28\",\n                \"dateDue\": \"2022-02-05\",\n                \"dayVariance\": 23,\n                \"reference\": \"V000088751\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": -2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by vsumathi on 2/28/2022 4:38:16 PM\",\n                \"uid\": \"046fa0de4ccc494c9614e2074fa54111\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-02-23\",\n                \"dateDue\": \"2022-02-23\",\n                \"dayVariance\": 0,\n                \"reference\": \"RESERVE\",\n                \"isACH\": false,\n                \"paymentType\": \"OtherCash\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 0,\n                \"toInterest\": 2,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": -2,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 2,\n                \"notes\": null,\n                \"uid\": \"ae0019dbbd70454cbb49a3eba5877f7c\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-02-03\",\n                \"dateDue\": \"2022-01-05\",\n                \"dayVariance\": 29,\n                \"reference\": \"V000081203\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"62d4d7f4e6c84d1faa92ca1257599a15\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-02-03\",\n                \"dateDue\": \"2022-01-05\",\n                \"dayVariance\": 29,\n                \"reference\": \"V000081203\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": -2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by nbhat on 2/3/2022 6:31:21 PM\",\n                \"uid\": \"218c905bf9bf4e969306b31d95c1c202\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-01-28\",\n                \"dateDue\": \"2022-01-05\",\n                \"dayVariance\": 23,\n                \"reference\": \"V000079009\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": -2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by llopez on 2/3/2022 12:15:03 PM\",\n                \"uid\": \"2f807c85ad86407c86d79fc2acd3244b\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-01-28\",\n                \"dateDue\": \"2022-01-05\",\n                \"dayVariance\": 23,\n                \"reference\": \"V000079009\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"597a6ae6d292447a943c6a22a591d6ff\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-01-12\",\n                \"dateDue\": \"2022-01-05\",\n                \"dayVariance\": 7,\n                \"reference\": \"V000075371\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"33e65c6cc5a24ee790b36a89b35d7b58\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-01-12\",\n                \"dateDue\": \"2022-01-05\",\n                \"dayVariance\": 7,\n                \"reference\": \"V000075371\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by vsumathi on 1/12/2022 5:18:38 PM\",\n                \"uid\": \"42481d64c42c4262913d59b9383dbb5c\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-01-10\",\n                \"dateDue\": \"2021-12-05\",\n                \"dayVariance\": 36,\n                \"reference\": \"V000074143\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"b0fdc517ee694c53abcdfcf4b95e1cdc\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2022-01-10\",\n                \"dateDue\": \"2021-12-05\",\n                \"dayVariance\": 36,\n                \"reference\": \"V000074143\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": -2.43,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by vsumathi on 1/12/2022 5:18:21 PM\",\n                \"uid\": \"87540528044749228d610ab5463a9841\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2021-12-15\",\n                \"dateDue\": \"2021-12-05\",\n                \"dayVariance\": 10,\n                \"reference\": \"test\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by nbhat on 12/15/2021 7:37:39 PM\",\n                \"uid\": \"b0a4f584024e410ebd5e8c1cca01b08d\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2021-12-15\",\n                \"dateDue\": \"2021-12-05\",\n                \"dayVariance\": 10,\n                \"reference\": \"test\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"286e4f45280348dcb7ccb8e9b5ba7e62\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2021-12-02\",\n                \"dateDue\": \"2021-12-05\",\n                \"dayVariance\": -3,\n                \"reference\": \"test\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"4cd588aeb2b840968b9f7302be8385b4\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2021-12-02\",\n                \"dateDue\": \"2021-12-05\",\n                \"dayVariance\": -3,\n                \"reference\": \"test\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by nbhat on 12/2/2021 7:47:51 PM\",\n                \"uid\": \"642db1567a9f4257b19404cb13bbc63b\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2021-11-19\",\n                \"dateDue\": \"2021-12-05\",\n                \"dayVariance\": -16,\n                \"reference\": \"V000057328\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"5c80365cb9814f67901664139e16097c\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2021-11-19\",\n                \"dateDue\": \"2021-12-05\",\n                \"dayVariance\": -16,\n                \"reference\": \"V000057328\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by vsumathi on 11/19/2021 11:54:37 PM\",\n                \"uid\": \"1393b75814ac4fc29b345b821699aac5\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2021-11-15\",\n                \"dateDue\": \"2021-11-05\",\n                \"dayVariance\": 10,\n                \"reference\": \"V000056105\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by vsumathi on 11/19/2021 11:54:28 PM\",\n                \"uid\": \"4295455b5f894839877e9dbebcabfa40\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2021-11-15\",\n                \"dateDue\": \"2021-11-05\",\n                \"dayVariance\": 10,\n                \"reference\": \"V000056105\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"7540015b05754eee9fcc3bc58d84fabb\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2021-11-06\",\n                \"dateDue\": \"2021-11-05\",\n                \"dayVariance\": 1,\n                \"reference\": \"V000053194\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": 60.81,\n                \"toInterest\": 60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": -30.94,\n                \"notes\": null,\n                \"uid\": \"a446cfaea4da402b9c5584db6cc8f4dc\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"2021-11-06\",\n                \"dateDue\": \"2021-11-05\",\n                \"dayVariance\": 1,\n                \"reference\": \"V000053194\",\n                \"isACH\": false,\n                \"paymentType\": \"RegPmt\",\n                \"reserveRestricted\": 0,\n                \"totalAmount\": -60.81,\n                \"toInterest\": -60.81,\n                \"toPrincipal\": 0,\n                \"accruedLateCharges\": 0,\n                \"lateChargesPaid\": 0,\n                \"toReserve\": 0,\n                \"toEscrow\": 0,\n                \"toPrepay\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toBrokerFee\": 0,\n                \"toLenderFee\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toUnpaidInterest\": 30.94,\n                \"notes\": \"Reversed by vsumathi on 11/6/2021 6:47:56 PM\",\n                \"uid\": \"1e9196cb858a464ea5c3922d963870b6\"\n            }\n        ]\n    }\n}"}],"_postman_id":"cc5e14bb-94fc-4fd8-86ca-2da88f91fd4f"},{"name":"Payment to Lenders","id":"dfde92f8-6708-443e-b38c-43689ea60182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getPaymentListToLender(account:\"test8180\"){\n   checkDate\n   checkNo\n   checkMemo\n   account\n   lenderAccount\n   paymentType\n   checkAmount\n   toServiceFee\n   toInterest\n   toPrincipal\n   toLateCharge\n   toChargesInterest\n   toPrepay\n   toOtherTaxable\n   toOtherTaxFree\n   toOtherPayments\n   toTrust\n   defaultInterest\n   noteInterest\n   toEscrowAdvRepymt\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-PaymenttoLenders.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p>onlyPending: Optional</p>\n<p>Limit: Optional</p>\n<p>dateFrom: Optional</p>\n<p>dateTo: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getPaymentListToLender{......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(dateFrom:\"05-05-2021\" dateTo:\"05-06-2021\"){......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(account:\"test8180\"){ ......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(investor:\"investor\"){ ......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(investor:\"investor\" limit:100){......}</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"ac99c70c-7149-411e-90ef-a99843081c96","name":"Payment to Lenders","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getPaymentListToLender(account:\"test8180\"){\n   checkDate\n   checkNo\n   checkMemo\n   account\n   lenderAccount\n   paymentType\n   checkAmount\n   toServiceFee\n   toInterest\n   toPrincipal\n   toLateCharge\n   toChargesInterest\n   toPrepay\n   toOtherTaxable\n   toOtherTaxFree\n   toOtherPayments\n   toTrust\n   defaultInterest\n   noteInterest\n   toEscrowAdvRepymt\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"2022-12-26T17:36:05.1233878Z"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Dec 2022 17:35:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getPaymentListToLender\": [\n            {\n                \"checkDate\": \"08/26/2022\",\n                \"checkNo\": \"697282\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 0.77,\n                \"toServiceFee\": -15,\n                \"toInterest\": 15.77,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 15.77,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"08/26/2022\",\n                \"checkNo\": \"697282\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": -0.77,\n                \"toServiceFee\": 15,\n                \"toInterest\": -15.77,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -15.77,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"08/26/2022\",\n                \"checkNo\": \"697282\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 1.68,\n                \"toServiceFee\": -15,\n                \"toInterest\": 16.68,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 16.68,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"08/26/2022\",\n                \"checkNo\": \"697282\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": -1.68,\n                \"toServiceFee\": 15,\n                \"toInterest\": -16.68,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -16.68,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"06/13/2022\",\n                \"checkNo\": \"2132907\",\n                \"checkMemo\": \"Reverse Loan Payment\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": -39.38,\n                \"toServiceFee\": 15,\n                \"toInterest\": -54.38,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -54.38,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"06/13/2022\",\n                \"checkNo\": \"2132907\",\n                \"checkMemo\": \"Investor Disbursement\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"Oth\",\n                \"checkAmount\": 0.23,\n                \"toServiceFee\": 0,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0.23,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 0,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"06/13/2022\",\n                \"checkNo\": \"2132907\",\n                \"checkMemo\": \"Reverse Loan Payment\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"Oth\",\n                \"checkAmount\": -0.23,\n                \"toServiceFee\": 0,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": -0.23,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 0,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"06/13/2022\",\n                \"checkNo\": \"2132907\",\n                \"checkMemo\": \"Investor Disbursement\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 39.38,\n                \"toServiceFee\": -15,\n                \"toInterest\": 54.38,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 54.38,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"05/27/2022\",\n                \"checkNo\": \"688851\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"Oth\",\n                \"checkAmount\": 0.23,\n                \"toServiceFee\": 0,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0.23,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 0,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"05/27/2022\",\n                \"checkNo\": \"688851\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"Oth\",\n                \"checkAmount\": -0.23,\n                \"toServiceFee\": 0,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": -0.23,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 0,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"04/08/2022\",\n                \"checkNo\": \"683009\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 0,\n                \"toServiceFee\": 0.1,\n                \"toInterest\": -0.1,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -0.1,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"04/08/2022\",\n                \"checkNo\": \"683009\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 0,\n                \"toServiceFee\": -0.1,\n                \"toInterest\": 0.1,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 0.1,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"03/11/2022\",\n                \"checkNo\": \"679827\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"03/11/2022\",\n                \"checkNo\": \"679827\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"03/11/2022\",\n                \"checkNo\": \"679827\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"03/11/2022\",\n                \"checkNo\": \"679827\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"03/04/2022\",\n                \"checkNo\": \"678936\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"Oth\",\n                \"checkAmount\": 1.82,\n                \"toServiceFee\": 0,\n                \"toInterest\": 1.82,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 1.82,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"02/18/2022\",\n                \"checkNo\": \"677869\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"02/18/2022\",\n                \"checkNo\": \"677869\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"02/11/2022\",\n                \"checkNo\": \"677258\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"02/11/2022\",\n                \"checkNo\": \"677258\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"01/28/2022\",\n                \"checkNo\": \"675920\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"01/28/2022\",\n                \"checkNo\": \"675920\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"01/21/2022\",\n                \"checkNo\": \"675379\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"01/21/2022\",\n                \"checkNo\": \"675379\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"12/31/2021\",\n                \"checkNo\": \"673313\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            },\n            {\n                \"checkDate\": \"12/31/2021\",\n                \"checkNo\": \"673313\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29,\n                \"toEscrowAdvRepymt\": 0.00\n            }\n        ]\n    }\n}"}],"_postman_id":"dfde92f8-6708-443e-b38c-43689ea60182"},{"name":"Loan Notes","id":"fb489c20-10be-4271-bd7f-5bb948e737e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getNotes(investor:\"all\"){\n    account\n    noteDate\n    fciRep\n    contactNumber\n    subject\n    noteType\n    contactPerson\n    note\n    borrowerFullName\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<p><strong>getNotes (account:\"test8180\"){.....}</strong>  </p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-PaymenttoLenders.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>getNotes(investor:\"test1234\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...}</strong>  </p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-servicing-notes.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p>dateFrom: Optional</p>\n<p>dateTo: Optional</p>\n<p>type: Optional</p>\n<p>Limit: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getNotes{.....} </p>\n</blockquote>\n<blockquote>\n<p>getNotes(investor:\"all\" ){.....} </p>\n</blockquote>\n<blockquote>\n<p>getNotes(investor:\"test1234\" ){.....} </p>\n</blockquote>\n<blockquote>\n<p>getNotes(investor:\"test1234\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...} </p>\n</blockquote>\n<blockquote>\n<p>getNotes(account:\"tes8180\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...} </p>\n</blockquote>\n<blockquote>\n<p>getNotes(account:\"tes8180\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 type:\"collector\"\"){...}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"7dd49f45-d979-4890-93ac-3f9aea0b5db4","name":"Loan Notes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getNotes(investor:\"all\"){\n    account\n    noteDate\n    fciRep\n    contactNumber\n    subject\n    noteType\n    contactPerson\n    note\n    borrowerFullName\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"8"},{"key":"X-Rate-Limit-Reset","value":"2021-06-07T23:30:54.6738048Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jun 2021 23:30:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getNotes\": [\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"06/03/2021\",\n                \"fciRep\": \"llopez\",\n                \"contactNumber\": \"\",\n                \"subject\": \"SUNWEST BANK NSF NOTICE FOR ACH DEBIT\",\n                \"noteType\": \"NSF\",\n                \"contactPerson\": \"\",\n                \"note\": \"REC'D emailed NOTICE FROM SUNWEST BANK THAT ACH DEBIT REF# ( V000003713/0042 ) FOR ($60.81 ) HAS COME BACK AS NO ACCOUNT/UNABLE TO LOCATE ACCOUNT & HAS BEEN CHARGED BACK TO OUR ACCOUNT.  PYMT NSF'ED.  PAYMENT REJECTION LETTER PRINTED & MAILED TO BORROWER.  COPY OF BORROWER LETTER & BANK NOTICE. ATTACHED TO FILE.\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/28/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] ACH Online Confirmation V000003713\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Payment Information\\r\\nACH Online Confirmation: V000003713\\r\\nType: Regular Payment\\r\\n\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\n Total Amount: $60.81\\r\\n\\r\\n Notes:\\r\\ntest8180\\nStandard Servicing\\nAutomatic Process by FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/14/2021\",\n                \"fciRep\": \"llopez\",\n                \"contactNumber\": \"\",\n                \"subject\": \"SUNWEST BANK NSF NOTICE FOR ACH DEBIT\",\n                \"noteType\": \"NSF\",\n                \"contactPerson\": \"\",\n                \"note\": \"REC'D emailed NOTICE FROM SUNWEST BANK THAT ACH DEBIT REF# ( V000001270/0536 ) FOR ($60.81 ) HAS COME BACK AS NO ACCOUNT/UNABLE TO LOCATE ACCOUNT & HAS BEEN CHARGED BACK TO OUR ACCOUNT.  PYMT NSF'ED.  PAYMENT REJECTION LETTER PRINTED & MAILED TO BORROWER.  COPY OF BORROWER LETTER & BANK NOTICE. ATTACHED TO FILE.\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: c6ae10c9-b43e-11eb-ac45-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 1dfeb441c1bc418f86575880b777e345\\r\\nFirst Name: test\\r\\nLast Name: tester\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: test8180\\r\\nLoan Status: Active\\r\\nIntent Name: Borrower-Check By Phone - Confirm Mini Miranda\\r\\nReason Call: Confirm Check Number Failure\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Details Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Details Information\\r\\nNote: {\\r\\n  \\\"TotalAmount\\\": 60.81,\\r\\n  \\\"regularpayment\\\": 60.81,\\r\\n  \\\"ServiceFee\\\": 0.0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Statement by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Statement by Loan Account\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"RateType\\\": 1,\\r\\n  \\\"NextPaymentDue\\\": \\\"06/01/2021\\\",\\r\\n  \\\"CurrentPaymentAmount\\\": 60.81,\\r\\n  \\\"TotalAmountDue\\\": 306.69,\\r\\n  \\\"PaymentGraceDays\\\": 15,\\r\\n  \\\"NumberOfPaymentsDue\\\": 2,\\r\\n  \\\"DaysInPaymentFrequency\\\": 30,\\r\\n  \\\"NextDueDate\\\": \\\"04/01/2021\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"Last4TIN\\\": \\\"6789\\\",\\r\\n  \\\"BorrowerUid\\\": \\\"47d9c876029940adb524c1dfb4fc5694\\\",\\r\\n  \\\"IsCompany\\\": \\\"False\\\",\\r\\n  \\\"Company\\\": \\\"Centurion Test\\\",\\r\\n  \\\"ContacName\\\": \\\"NA\\\",\\r\\n  \\\"Salutation\\\": \\\"NA\\\",\\r\\n  \\\"FirstName\\\": \\\"test\\\",\\r\\n  \\\"MiddleName\\\": \\\"NA\\\",\\r\\n  \\\"LastName\\\": \\\"tester\\\",\\r\\n  \\\"FullName\\\": \\\"test tester\\\",\\r\\n  \\\"Street\\\": \\\"8180 E Kaiser Blvd.\\\",\\r\\n  \\\"City\\\": \\\"ANAHEIM\\\",\\r\\n  \\\"State\\\": \\\"CA\\\",\\r\\n  \\\"ZipCode\\\": \\\"NA\\\",\\r\\n  \\\"HomePhone\\\": \\\"NA\\\",\\r\\n  \\\"WorkPhone\\\": \\\"(951)493-3001\\\",\\r\\n  \\\"MobilePhone\\\": \\\"(657)244-9732\\\",\\r\\n  \\\"Fax\\\": \\\"NA\\\",\\r\\n  \\\"TINType\\\": 1,\\r\\n  \\\"TINMask\\\": \\\"6789\\\",\\r\\n  \\\"Birthday\\\": \\\"NA\\\",\\r\\n  \\\"Email\\\": \\\"vsumathi@trustfci.com\\\",\\r\\n  \\\"EmailFormat\\\": 0,\\r\\n  \\\"DeliveryOptions\\\": 2,\\r\\n  \\\"PrefLang\\\": 0,\\r\\n  \\\"IsActive\\\": \\\"False\\\",\\r\\n  \\\"CallAfter\\\": \\\"NA\\\",\\r\\n  \\\"CallBefore\\\": \\\"NA\\\",\\r\\n  \\\"DaysToCall\\\": 0,\\r\\n  \\\"PhoneMain\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: c6ae10c9-b43e-11eb-ac45-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 1dfeb441c1bc418f86575880b777e345\\r\\nFirst Name: test\\r\\nLast Name: tester\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: test8180\\r\\nLoan Status: Active\\r\\nIntent Name: Login\\r\\nReason Call: Caller has successfully been verified and mirandized\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/11/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] ACH Online Confirmation V000001316\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Payment Information\\r\\nACH Online Confirmation: V000001316\\r\\nType: Regular Payment\\r\\n\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\n Total Amount: $60.81\\r\\n\\r\\n Notes:\\r\\ntest8180\\nStandard Servicing\\nAutomatic Process by FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/07/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] ACH Online Confirmation V000001270\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Payment Information\\r\\nACH Online Confirmation: V000001270\\r\\nType: Regular Payment\\r\\n\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\n Total Amount: $60.81\\r\\n\\r\\n Notes:\\r\\ntest8180\\nStandard Servicing\\nAutomatic Process by FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"05/07/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] ACH Online Confirmation V000001265\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Payment Information\\r\\nACH Online Confirmation: V000001265\\r\\nType: Other Cash\\r\\n\\r\\nRegular Payment - Account: test8180: $0.00\\r\\nAdditional Reserve: $100.00\\r\\n\\r\\n Total Amount: $100.00\\r\\n\\r\\n Notes:\\r\\ntest8180\\nStandard Servicing\\nAutomatic Process by FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/28/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] ACH Online Confirmation V000001043\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"ACH Online Confirmation: V000001043\\r\\nType: Regular Payment\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nAutomatic Process by FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/28/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] ACH Online Confirmation V000001031\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"ACH Online Confirmation: V000001031\\r\\nType: Regular Payment\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nAutomatic Process by FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/28/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] ACH Online Confirmation V000001030\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"ACH Online Confirmation: V000001030\\r\\nType: Regular Payment\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nAutomatic Process by FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/22/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller processed a CBP payment\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller processed a CBP payment\\r\\nINFORMATION FROM VA Call:\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nAccount Number: 123456789\\r\\nRouting Number: 211372828\\r\\nAccount Holder: test\\r\\nPayer Address: test\\r\\nPayer City: W. Bridgewater\\r\\nPayer State: MA\\r\\nPayer Zip: 02379\\r\\nPayer Phone: (657) 244-9732\\r\\nPayer Email: nbhat@trustfci.com\\r\\nCheck Number: 9999\\r\\nTotal Amount: 1\\r\\nService Fee: 0\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/22/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[CBP] VCheck Confirmation 21112000627\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 21112000627\\r\\nCheck Number: 9999\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $1.00\\r\\n\\r\\nTotal Amount: $1.00\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/22/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"CBP VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 9999\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $1.00\\r\\n\\r\\nTotal Amount: $1.00\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/20/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: d97ec55c-a1e6-11eb-ac45-506b8d66086d\\r\\nIs Voice Biometric: True\\r\\nIndividualUID: 1dfeb441c1bc418f86575880b777e345\\r\\nFirst Name: test\\r\\nLast Name: tester\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: test8180\\r\\nLoan Status: Active\\r\\nIntent Name: Login\\r\\nReason Call: Caller has successfully been verified and mirandized\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/20/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/20/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: 0047434a-a1e1-11eb-ac45-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 1dfeb441c1bc418f86575880b777e345\\r\\nFirst Name: test\\r\\nLast Name: tester\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: test8180\\r\\nLoan Status: Active\\r\\nIntent Name: Login\\r\\nReason Call: Caller has successfully been verified and mirandized\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/20/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/01/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 21091000867\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 21091000867\\r\\nCheck Number: 123789\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\n Borrower confirms in BLIS to proceed with the process of an additional payment.\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"04/01/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 123789\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\n Borrower confirms in BLIS to proceed with the process of an additional payment.\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"03/31/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 21090000885\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 21090000885\\r\\nCheck Number: 321\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"03/31/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 321\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"02/22/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 21053001291\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 21053001291\\r\\nCheck Number: 1234567896\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"02/22/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 1234567896\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/21/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nAccount Number: 99017170288\\r\\nRouting Number: 917021988\\r\\nAccount Holder Name: : postman holder\\r\\nPayer Address: : address postman\\r\\nPayer City: : dallas\\r\\nPayer State: : TX\\r\\nPayer Zip: : 92333\\r\\nPayer Phone: : 991123286\\r\\nPayer Email: : test@fci.com\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nAccount Number: 99017170288\\r\\nRouting Number: 917021988\\r\\nAccount Holder Name: : postman holder\\r\\nPayer Address: : address postman\\r\\nPayer City: : dallas\\r\\nPayer State: : TX\\r\\nPayer Zip: : 92333\\r\\nPayer Phone: : 991123286\\r\\nPayer Email: : test@fci.com\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information By Loan\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information By Loan\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fundservicingnotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-2429\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO Box 27370 Anaheim CA 92809-0112\\\",\\r\\n  \\\"DepartmentName\\\": \\\"Standard Servicing\\\",\\r\\n  \\\"DepartmentPhone\\\": \\\"800-931-2424\\\",\\r\\n  \\\"DepartmentExt\\\": \\\"651\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Details Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Details Information\\r\\nNote: {\\r\\n  \\\"TotalAmount\\\": 60.81,\\r\\n  \\\"regularpayment\\\": 60.81,\\r\\n  \\\"ServiceFee\\\": 0.0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Wire Instructions by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Wire Instructions by Loan Account\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"Beneficiary\\\": \\\"FCI LENDER SERVICES, INC.\\\",\\r\\n  \\\"BankAccount\\\": \\\"101253120\\\",\\r\\n  \\\"BankName\\\": \\\"Sunwest Bank\\\",\\r\\n  \\\"BankRoutingNumber\\\": \\\"122228003\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Escrow Status Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Escrow Status Information\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"EscrowStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"Last4TIN\\\": \\\"6789\\\",\\r\\n  \\\"BorrowerUid\\\": \\\"47d9c876029940adb524c1dfb4fc5694\\\",\\r\\n  \\\"IsCompany\\\": \\\"False\\\",\\r\\n  \\\"Company\\\": \\\"Centurion Test\\\",\\r\\n  \\\"ContacName\\\": \\\"NA\\\",\\r\\n  \\\"Salutation\\\": \\\"NA\\\",\\r\\n  \\\"FirstName\\\": \\\"test\\\",\\r\\n  \\\"MiddleName\\\": \\\"NA\\\",\\r\\n  \\\"LastName\\\": \\\"tester\\\",\\r\\n  \\\"FullName\\\": \\\"test tester\\\",\\r\\n  \\\"Street\\\": \\\"8180 E Kaiser Blvd.\\\",\\r\\n  \\\"City\\\": \\\"ANAHEIM\\\",\\r\\n  \\\"State\\\": \\\"CA\\\",\\r\\n  \\\"ZipCode\\\": \\\"NA\\\",\\r\\n  \\\"HomePhone\\\": \\\"NA\\\",\\r\\n  \\\"WorkPhone\\\": \\\"NA\\\",\\r\\n  \\\"MobilePhone\\\": \\\"(657)244-9732\\\",\\r\\n  \\\"Fax\\\": \\\"NA\\\",\\r\\n  \\\"TINType\\\": 1,\\r\\n  \\\"TINMask\\\": \\\"6789\\\",\\r\\n  \\\"Birthday\\\": \\\"NA\\\",\\r\\n  \\\"Email\\\": \\\"vsumathi@trustfci.com\\\",\\r\\n  \\\"EmailFormat\\\": 0,\\r\\n  \\\"DeliveryOptions\\\": 1,\\r\\n  \\\"PrefLang\\\": 0,\\r\\n  \\\"IsActive\\\": \\\"False\\\",\\r\\n  \\\"CallAfter\\\": \\\"NA\\\",\\r\\n  \\\"CallBefore\\\": \\\"NA\\\",\\r\\n  \\\"DaysToCall\\\": 0,\\r\\n  \\\"PhoneMain\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Type\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Type\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"LoanType\\\": 1\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan ACH Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan ACH Information\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"ACHRoutingNumber\\\": \\\"021000021\\\",\\r\\n  \\\"ACHAccountNumber\\\": \\\"3456\\\",\\r\\n  \\\"ACHRefNumber\\\": \\\"NA\\\",\\r\\n  \\\"BorrowerName\\\": \\\"test tester\\\",\\r\\n  \\\"AccountType\\\": \\\"0\\\",\\r\\n  \\\"ACHStatus\\\": \\\"Cancelled\\\",\\r\\n  \\\"DebitDueDay\\\": \\\"1\\\",\\r\\n  \\\"DebitFrequency\\\": \\\"1\\\",\\r\\n  \\\"NextDebitDate\\\": \\\"11/01/2020\\\",\\r\\n  \\\"ACHStopDate\\\": \\\"NA\\\",\\r\\n  \\\"ACHDebitAmount\\\": \\\"60.81\\\",\\r\\n  \\\"ApplyDebit\\\": \\\"0\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information for Hardship Extension\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information for Hardship Extension\\r\\nNote: {\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fcispecialtynotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-5775\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO BOX 28720 92809-0112 Anaheim CA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Maturity Date by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Maturity Date by Loan Account\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"MaturityDate\\\": \\\"12/01/2041\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Statement by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Statement by Loan Account\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"RateType\\\": 1,\\r\\n  \\\"NextPaymentDue\\\": \\\"02/01/2021\\\",\\r\\n  \\\"CurrentPaymentAmount\\\": 60.81,\\r\\n  \\\"TotalAmountDue\\\": 1856.42,\\r\\n  \\\"PaymentGraceDays\\\": 15,\\r\\n  \\\"NumberOfPaymentsDue\\\": 27,\\r\\n  \\\"DaysInPaymentFrequency\\\": 30,\\r\\n  \\\"NextDueDate\\\": \\\"11/01/2018\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Wire Status Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Wire Status Information\\r\\nNote: {\\r\\n  \\\"LastPaymentReceivedDate\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information By Loan\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information By Loan\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fundservicingnotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-2429\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO Box 27370 Anaheim CA 92809-0112\\\",\\r\\n  \\\"DepartmentName\\\": \\\"Standard Servicing\\\",\\r\\n  \\\"DepartmentPhone\\\": \\\"800-931-2424\\\",\\r\\n  \\\"DepartmentExt\\\": \\\"651\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Payoff Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Payoff Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DemandStatus\\\": \\\"NA\\\",\\r\\n  \\\"DemandRequestReceivedDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandForwardedToLenderDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandLenderApprovalDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandCompletedDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandEstPayoffDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandComplainceDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandExpiresOnDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandPayoffDate\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Status By Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Status By Loan Account\\r\\nNote: {\\r\\n  \\\"TotalPaymentAmount\\\": 60.81,\\r\\n  \\\"DateReceived\\\": \\\"NA\\\",\\r\\n  \\\"LoanUid\\\": \\\"3c385767eefa405d8a9037d802ae4c7e\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call:Caller receives email from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call:Caller receives email from VA\\r\\nINFORMATION FROM VA Call:\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nEmail: nbhat@trustfci.com\\r\\nAttachment: https://trustfci.com/forms/FinancialApplication.pdf\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Type\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Type\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"LoanType\\\": 1\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan ACH Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan ACH Information\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"ACHRoutingNumber\\\": \\\"021000021\\\",\\r\\n  \\\"ACHAccountNumber\\\": \\\"3456\\\",\\r\\n  \\\"ACHRefNumber\\\": \\\"NA\\\",\\r\\n  \\\"BorrowerName\\\": \\\"test tester\\\",\\r\\n  \\\"AccountType\\\": \\\"0\\\",\\r\\n  \\\"ACHStatus\\\": \\\"Cancelled\\\",\\r\\n  \\\"DebitDueDay\\\": \\\"1\\\",\\r\\n  \\\"DebitFrequency\\\": \\\"1\\\",\\r\\n  \\\"NextDebitDate\\\": \\\"11/01/2020\\\",\\r\\n  \\\"ACHStopDate\\\": \\\"NA\\\",\\r\\n  \\\"ACHDebitAmount\\\": \\\"60.81\\\",\\r\\n  \\\"ApplyDebit\\\": \\\"0\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information for Hardship Extension\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information for Hardship Extension\\r\\nNote: {\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fcispecialtynotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-5775\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO BOX 28720 92809-0112 Anaheim CA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Maturity Date by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Maturity Date by Loan Account\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"MaturityDate\\\": \\\"12/01/2041\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Statement by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Statement by Loan Account\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"RateType\\\": 1,\\r\\n  \\\"NextPaymentDue\\\": \\\"02/01/2021\\\",\\r\\n  \\\"CurrentPaymentAmount\\\": 60.81,\\r\\n  \\\"TotalAmountDue\\\": 1856.42,\\r\\n  \\\"PaymentGraceDays\\\": 15,\\r\\n  \\\"NumberOfPaymentsDue\\\": 27,\\r\\n  \\\"DaysInPaymentFrequency\\\": 30,\\r\\n  \\\"NextDueDate\\\": \\\"11/01/2018\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Wire Status Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Wire Status Information\\r\\nNote: {\\r\\n  \\\"LastPaymentReceivedDate\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information By Loan\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information By Loan\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fundservicingnotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-2429\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO Box 27370 Anaheim CA 92809-0112\\\",\\r\\n  \\\"DepartmentName\\\": \\\"Standard Servicing\\\",\\r\\n  \\\"DepartmentPhone\\\": \\\"800-931-2424\\\",\\r\\n  \\\"DepartmentExt\\\": \\\"651\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Payoff Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Payoff Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DemandStatus\\\": \\\"NA\\\",\\r\\n  \\\"DemandRequestReceivedDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandForwardedToLenderDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandLenderApprovalDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandCompletedDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandEstPayoffDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandComplainceDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandExpiresOnDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandPayoffDate\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Status By Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Status By Loan Account\\r\\nNote: {\\r\\n  \\\"TotalPaymentAmount\\\": 60.81,\\r\\n  \\\"DateReceived\\\": \\\"NA\\\",\\r\\n  \\\"LoanUid\\\": \\\"3c385767eefa405d8a9037d802ae4c7e\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nAccount Number: 99017170288\\r\\nRouting Number: 917021988\\r\\nAccount Holder Name: : postman holder\\r\\nPayer Address: : address postman\\r\\nPayer City: : dallas\\r\\nPayer State: : TX\\r\\nPayer Zip: : 92333\\r\\nPayer Phone: : 991123286\\r\\nPayer Email: : test@fci.com\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"Last4TIN\\\": \\\"6789\\\",\\r\\n  \\\"BorrowerUid\\\": \\\"47d9c876029940adb524c1dfb4fc5694\\\",\\r\\n  \\\"IsCompany\\\": \\\"False\\\",\\r\\n  \\\"Company\\\": \\\"Centurion Test\\\",\\r\\n  \\\"ContacName\\\": \\\"NA\\\",\\r\\n  \\\"Salutation\\\": \\\"NA\\\",\\r\\n  \\\"FirstName\\\": \\\"test\\\",\\r\\n  \\\"MiddleName\\\": \\\"NA\\\",\\r\\n  \\\"LastName\\\": \\\"tester\\\",\\r\\n  \\\"FullName\\\": \\\"test tester\\\",\\r\\n  \\\"Street\\\": \\\"8180 E Kaiser Blvd.\\\",\\r\\n  \\\"City\\\": \\\"ANAHEIM\\\",\\r\\n  \\\"State\\\": \\\"CA\\\",\\r\\n  \\\"ZipCode\\\": \\\"NA\\\",\\r\\n  \\\"HomePhone\\\": \\\"NA\\\",\\r\\n  \\\"WorkPhone\\\": \\\"NA\\\",\\r\\n  \\\"MobilePhone\\\": \\\"(657)244-9732\\\",\\r\\n  \\\"Fax\\\": \\\"NA\\\",\\r\\n  \\\"TINType\\\": 1,\\r\\n  \\\"TINMask\\\": \\\"6789\\\",\\r\\n  \\\"Birthday\\\": \\\"NA\\\",\\r\\n  \\\"Email\\\": \\\"vsumathi@trustfci.com\\\",\\r\\n  \\\"EmailFormat\\\": 0,\\r\\n  \\\"DeliveryOptions\\\": 1,\\r\\n  \\\"PrefLang\\\": 0,\\r\\n  \\\"IsActive\\\": \\\"False\\\",\\r\\n  \\\"CallAfter\\\": \\\"NA\\\",\\r\\n  \\\"CallBefore\\\": \\\"NA\\\",\\r\\n  \\\"DaysToCall\\\": 0,\\r\\n  \\\"PhoneMain\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 21014000375\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 21014000375\\r\\nCheck Number: 132\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/14/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 132\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call:Caller receives email from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call:Caller receives email from VA\\r\\nINFORMATION FROM VA Call:\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nEmail: nbhat@trustfci.com\\r\\nAttachment: https://trustfci.com/forms/FinancialApplication.pdf\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Type\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Type\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"LoanType\\\": 1\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan ACH Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan ACH Information\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"ACHRoutingNumber\\\": \\\"021000021\\\",\\r\\n  \\\"ACHAccountNumber\\\": \\\"3456\\\",\\r\\n  \\\"ACHRefNumber\\\": \\\"NA\\\",\\r\\n  \\\"BorrowerName\\\": \\\"test tester\\\",\\r\\n  \\\"AccountType\\\": \\\"0\\\",\\r\\n  \\\"ACHStatus\\\": \\\"Cancelled\\\",\\r\\n  \\\"DebitDueDay\\\": \\\"1\\\",\\r\\n  \\\"DebitFrequency\\\": \\\"1\\\",\\r\\n  \\\"NextDebitDate\\\": \\\"11/01/2020\\\",\\r\\n  \\\"ACHStopDate\\\": \\\"NA\\\",\\r\\n  \\\"ACHDebitAmount\\\": \\\"60.81\\\",\\r\\n  \\\"ApplyDebit\\\": \\\"0\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information for Hardship Extension\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information for Hardship Extension\\r\\nNote: {\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fcispecialtynotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-5775\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO BOX 28720 92809-0112 Anaheim CA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Maturity Date by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Maturity Date by Loan Account\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"MaturityDate\\\": \\\"12/01/2041\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Statement by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Statement by Loan Account\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"RateType\\\": 1,\\r\\n  \\\"NextPaymentDue\\\": \\\"02/01/2021\\\",\\r\\n  \\\"CurrentPaymentAmount\\\": 60.81,\\r\\n  \\\"TotalAmountDue\\\": 1856.42,\\r\\n  \\\"PaymentGraceDays\\\": 15,\\r\\n  \\\"NumberOfPaymentsDue\\\": 27,\\r\\n  \\\"DaysInPaymentFrequency\\\": 30,\\r\\n  \\\"NextDueDate\\\": \\\"11/01/2018\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Wire Status Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Wire Status Information\\r\\nNote: {\\r\\n  \\\"LastPaymentReceivedDate\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information By Loan\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information By Loan\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fundservicingnotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-2429\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO Box 27370 Anaheim CA 92809-0112\\\",\\r\\n  \\\"DepartmentName\\\": \\\"Standard Servicing\\\",\\r\\n  \\\"DepartmentPhone\\\": \\\"800-931-2424\\\",\\r\\n  \\\"DepartmentExt\\\": \\\"651\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Payoff Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Payoff Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DemandStatus\\\": \\\"NA\\\",\\r\\n  \\\"DemandRequestReceivedDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandForwardedToLenderDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandLenderApprovalDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandCompletedDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandEstPayoffDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandComplainceDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandExpiresOnDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandPayoffDate\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Status By Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Status By Loan Account\\r\\nNote: {\\r\\n  \\\"TotalPaymentAmount\\\": 60.81,\\r\\n  \\\"DateReceived\\\": \\\"NA\\\",\\r\\n  \\\"LoanUid\\\": \\\"3c385767eefa405d8a9037d802ae4c7e\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call:Caller receives email from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call:Caller receives email from VA\\r\\nINFORMATION FROM VA Call:\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nEmail: nbhat@trustfci.com\\r\\nAttachment: https://trustfci.com/forms/FinancialApplication.pdf\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Type\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Type\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"LoanType\\\": 1\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan ACH Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan ACH Information\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"ACHRoutingNumber\\\": \\\"021000021\\\",\\r\\n  \\\"ACHAccountNumber\\\": \\\"3456\\\",\\r\\n  \\\"ACHRefNumber\\\": \\\"NA\\\",\\r\\n  \\\"BorrowerName\\\": \\\"test tester\\\",\\r\\n  \\\"AccountType\\\": \\\"0\\\",\\r\\n  \\\"ACHStatus\\\": \\\"Cancelled\\\",\\r\\n  \\\"DebitDueDay\\\": \\\"1\\\",\\r\\n  \\\"DebitFrequency\\\": \\\"1\\\",\\r\\n  \\\"NextDebitDate\\\": \\\"11/01/2020\\\",\\r\\n  \\\"ACHStopDate\\\": \\\"NA\\\",\\r\\n  \\\"ACHDebitAmount\\\": \\\"60.81\\\",\\r\\n  \\\"ApplyDebit\\\": \\\"0\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information for Hardship Extension\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information for Hardship Extension\\r\\nNote: {\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fcispecialtynotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-5775\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO BOX 28720 92809-0112 Anaheim CA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Maturity Date by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Maturity Date by Loan Account\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"MaturityDate\\\": \\\"12/01/2041\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Statement by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Statement by Loan Account\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"RateType\\\": 1,\\r\\n  \\\"NextPaymentDue\\\": \\\"02/01/2021\\\",\\r\\n  \\\"CurrentPaymentAmount\\\": 60.81,\\r\\n  \\\"TotalAmountDue\\\": 1856.42,\\r\\n  \\\"PaymentGraceDays\\\": 15,\\r\\n  \\\"NumberOfPaymentsDue\\\": 27,\\r\\n  \\\"DaysInPaymentFrequency\\\": 30,\\r\\n  \\\"NextDueDate\\\": \\\"11/01/2018\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Wire Status Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Wire Status Information\\r\\nNote: {\\r\\n  \\\"LastPaymentReceivedDate\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information By Loan\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information By Loan\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fundservicingnotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-2429\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO Box 27370 Anaheim CA 92809-0112\\\",\\r\\n  \\\"DepartmentName\\\": \\\"Standard Servicing\\\",\\r\\n  \\\"DepartmentPhone\\\": \\\"800-931-2424\\\",\\r\\n  \\\"DepartmentExt\\\": \\\"651\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Payoff Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Payoff Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DemandStatus\\\": \\\"NA\\\",\\r\\n  \\\"DemandRequestReceivedDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandForwardedToLenderDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandLenderApprovalDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandCompletedDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandEstPayoffDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandComplainceDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandExpiresOnDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandPayoffDate\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Status By Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Status By Loan Account\\r\\nNote: {\\r\\n  \\\"TotalPaymentAmount\\\": 60.81,\\r\\n  \\\"DateReceived\\\": \\\"NA\\\",\\r\\n  \\\"LoanUid\\\": \\\"3c385767eefa405d8a9037d802ae4c7e\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/13/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller set bank account to \\\"default\\\" (primary account for CBP)\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller set bank account to \\\"default\\\" (primary account for CBP)\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nAccount Number: 123456789\\r\\nRouting Number: 121042882\\r\\nIs Default: Yes\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller set bank account to \\\"default\\\" (primary account for CBP)\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller set bank account to \\\"default\\\" (primary account for CBP)\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nAccount Number: 123456789\\r\\nRouting Number: 121042882\\r\\nIs Default: Yes\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\\r\\nLoan Account: test8180\\r\\nBorrowerUID: C0E21F25595A4D8CBF90C59A6AE21DC6\\r\\nAccount Number: 99017176666\\r\\nRouting Number: 917021933\\r\\nAccount Holder Name: : Niyati\\r\\nPayer Address: : Bhat\\r\\nPayer City: : dallas\\r\\nPayer State: : TX\\r\\nPayer Zip: : 92333\\r\\nPayer Phone: : 991123286\\r\\nPayer Email: : nbhat@trustfci.com\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call:Caller requested ACH Cancellation\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call:Caller requested ACH Cancellation\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Details Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Details Information\\r\\nNote: {\\r\\n  \\\"TotalAmount\\\": 60.81,\\r\\n  \\\"regularpayment\\\": 60.81,\\r\\n  \\\"ServiceFee\\\": 0.0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller processed a CBP payment\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller processed a CBP payment\\r\\nINFORMATION FROM VA Call:\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nAccount Number: 100382285\\r\\nRouting Number: 211372828\\r\\nAccount Holder: Open Gate Property Solutions, LLCJohn Giunta\\r\\nPayer Address: 620 East Street\\r\\nPayer City: W. Bridgewater\\r\\nPayer State: MA\\r\\nPayer Zip: 02379\\r\\nPayer Phone: (508) 294-7161\\r\\nPayer Email: nbhat@trustfci.com\\r\\nCheck Number: 999\\r\\nTotal Amount: 14.31\\r\\nService Fee: 4\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[CBP] VCheck Confirmation 21011001243\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 21011001243\\r\\nCheck Number: 999\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $10.31\\r\\nFee: $4.00\\r\\n\\r\\nTotal Amount: $14.31\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"CBP VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 999\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $10.31\\r\\nFee: $4.00\\r\\n\\r\\nTotal Amount: $14.31\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Wire Instructions by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Wire Instructions by Loan Account\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"Beneficiary\\\": \\\"FCI LENDER SERVICES, INC.\\\",\\r\\n  \\\"BankAccount\\\": \\\"101253120\\\",\\r\\n  \\\"BankName\\\": \\\"Sunwest Bank\\\",\\r\\n  \\\"BankRoutingNumber\\\": \\\"122228003\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information By Loan\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information By Loan\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fundservicingnotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-2429\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO Box 27370 Anaheim CA 92809-0112\\\",\\r\\n  \\\"DepartmentName\\\": \\\"Standard Servicing\\\",\\r\\n  \\\"DepartmentPhone\\\": \\\"800-931-2424\\\",\\r\\n  \\\"DepartmentExt\\\": \\\"651\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (949)294-9961\\r\\nCallerUID: 5664984654984651564\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 37E0286F712F46578325B1D6B40049FB\\r\\nFirst Name: Firstname\\r\\nLast Name: LASTname\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 90815\\r\\nLoan Account: test8180\\r\\nLoan Status: Active\\r\\nIntent Name: CBP Payment\\r\\nReason Call: API error 404\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Unknown Caller - VA Call\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Unknown Caller - VA Call\\r\\nCaller ID: (848)459-3843\\r\\nCallerUID: 785878574854\\r\\nFirst Name: First\\r\\nLast Name: Name\\r\\nLast 4 TIN: 1111\\r\\nZip Code: 90503\\r\\nLoan Account: test8180\\r\\nReason Call: exception404\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Customer Service Attention Needed - VA Call\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Customer Service Attention Needed - VA Call\\r\\nCaller ID: (999)999-9999\\r\\nCallerUID: 5664984654984651564\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: TEST111\\r\\nFirst Name: Firstname\\r\\nLast Name: LASTname\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 90815\\r\\nLoan Account: test8180 \\r\\nLoan Status: Active\\r\\nIntent Name: CBP Payment\\r\\nReason Call: API error 404\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Customer Service Attention Needed - VA Call\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Customer Service Attention Needed - VA Call\\r\\nCaller ID: (949)294-9961\\r\\nCallerUID: 5664984654984651564\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 37E0286F712F46578325B1D6B40049FB\\r\\nFirst Name: Firstname\\r\\nLast Name: LASTname\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 90815\\r\\nLoan Account: test8180\\r\\nLoan Status: Active\\r\\nIntent Name: CBP Payment\\r\\nReason Call: API error 404\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 847d9c876029940adb524c1dfb4fc5694\\r\\nAccount Number: 99017170288\\r\\nRouting Number: 917021988\\r\\nAccount Holder Name: : postman holder\\r\\nPayer Address: : address postman\\r\\nPayer City: : dallas\\r\\nPayer State: : TX\\r\\nPayer Zip: : 92333\\r\\nPayer Phone: : 991123286\\r\\nPayer Email: : test@fci.com\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Escrow Status Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Escrow Status Information\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"EscrowStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"Last4TIN\\\": \\\"6789\\\",\\r\\n  \\\"BorrowerUid\\\": \\\"47d9c876029940adb524c1dfb4fc5694\\\",\\r\\n  \\\"IsCompany\\\": \\\"False\\\",\\r\\n  \\\"Company\\\": \\\"Centurion Test\\\",\\r\\n  \\\"ContacName\\\": \\\"NA\\\",\\r\\n  \\\"Salutation\\\": \\\"NA\\\",\\r\\n  \\\"FirstName\\\": \\\"test\\\",\\r\\n  \\\"MiddleName\\\": \\\"NA\\\",\\r\\n  \\\"LastName\\\": \\\"tester\\\",\\r\\n  \\\"FullName\\\": \\\"test tester\\\",\\r\\n  \\\"Street\\\": \\\"8180 E Kaiser Blvd.\\\",\\r\\n  \\\"City\\\": \\\"ANAHEIM\\\",\\r\\n  \\\"State\\\": \\\"CA\\\",\\r\\n  \\\"ZipCode\\\": \\\"NA\\\",\\r\\n  \\\"HomePhone\\\": \\\"NA\\\",\\r\\n  \\\"WorkPhone\\\": \\\"NA\\\",\\r\\n  \\\"MobilePhone\\\": \\\"(657)244-9732\\\",\\r\\n  \\\"Fax\\\": \\\"NA\\\",\\r\\n  \\\"TINType\\\": 1,\\r\\n  \\\"TINMask\\\": \\\"6789\\\",\\r\\n  \\\"Birthday\\\": \\\"NA\\\",\\r\\n  \\\"Email\\\": \\\"vsumathi@trustfci.com\\\",\\r\\n  \\\"EmailFormat\\\": 0,\\r\\n  \\\"DeliveryOptions\\\": 1,\\r\\n  \\\"PrefLang\\\": 0,\\r\\n  \\\"IsActive\\\": \\\"False\\\",\\r\\n  \\\"CallAfter\\\": \\\"NA\\\",\\r\\n  \\\"CallBefore\\\": \\\"NA\\\",\\r\\n  \\\"DaysToCall\\\": 0,\\r\\n  \\\"PhoneMain\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call:Caller receives email from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call:Caller receives email from VA\\r\\nINFORMATION FROM VA Call:\\r\\nLoan Account: test8180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nEmail: nbhat@trustfci.com\\r\\nAttachment: https://trustfci.com/forms/FinancialApplication.pdf\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Type\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Type\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"LoanType\\\": 1\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan ACH Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan ACH Information\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"ACHRoutingNumber\\\": \\\"021000021\\\",\\r\\n  \\\"ACHAccountNumber\\\": \\\"3456\\\",\\r\\n  \\\"ACHRefNumber\\\": \\\"NA\\\",\\r\\n  \\\"BorrowerName\\\": \\\"test tester\\\",\\r\\n  \\\"AccountType\\\": \\\"0\\\",\\r\\n  \\\"ACHStatus\\\": \\\"Active\\\",\\r\\n  \\\"DebitDueDay\\\": \\\"1\\\",\\r\\n  \\\"DebitFrequency\\\": \\\"1\\\",\\r\\n  \\\"NextDebitDate\\\": \\\"11/01/2020\\\",\\r\\n  \\\"ACHStopDate\\\": \\\"NA\\\",\\r\\n  \\\"ACHDebitAmount\\\": \\\"60.81\\\",\\r\\n  \\\"ApplyDebit\\\": \\\"0\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information for Hardship Extension\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information for Hardship Extension\\r\\nNote: {\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fcispecialtynotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-5775\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO BOX 28720 92809-0112 Anaheim CA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Maturity Date by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Maturity Date by Loan Account\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"MaturityDate\\\": \\\"12/01/2041\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Statement by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Statement by Loan Account\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"RateType\\\": 1,\\r\\n  \\\"NextPaymentDue\\\": \\\"02/01/2021\\\",\\r\\n  \\\"CurrentPaymentAmount\\\": 60.81,\\r\\n  \\\"TotalAmountDue\\\": 1852.42,\\r\\n  \\\"PaymentGraceDays\\\": 15,\\r\\n  \\\"NumberOfPaymentsDue\\\": 27,\\r\\n  \\\"DaysInPaymentFrequency\\\": 30,\\r\\n  \\\"NextDueDate\\\": \\\"11/01/2018\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Wire Status Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Wire Status Information\\r\\nNote: {\\r\\n  \\\"LastPaymentReceivedDate\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Department Information By Loan\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Department Information By Loan\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DepartmentEmailAddress\\\": \\\"fundservicingnotifications@trustfci.com\\\",\\r\\n  \\\"DepartmentFAXNumber\\\": \\\"714-282-2429\\\",\\r\\n  \\\"DepartmentPOBoxAddress\\\": \\\"PO Box 27370 Anaheim CA 92809-0112\\\",\\r\\n  \\\"DepartmentName\\\": \\\"Standard Servicing\\\",\\r\\n  \\\"DepartmentPhone\\\": \\\"800-931-2424\\\",\\r\\n  \\\"DepartmentExt\\\": \\\"651\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Payoff Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Payoff Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"DemandStatus\\\": \\\"NA\\\",\\r\\n  \\\"DemandRequestReceivedDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandForwardedToLenderDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandLenderApprovalDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandCompletedDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandEstPayoffDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandComplainceDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandExpiresOnDate\\\": \\\"NA\\\",\\r\\n  \\\"DemandPayoffDate\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Status By Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Status By Loan Account\\r\\nNote: {\\r\\n  \\\"TotalPaymentAmount\\\": 60.81,\\r\\n  \\\"DateReceived\\\": \\\"NA\\\",\\r\\n  \\\"LoanUid\\\": \\\"3c385767eefa405d8a9037d802ae4c7e\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/11/2021\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/08/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 21008000962\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 21008000962\\r\\nCheck Number: 213214654\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/08/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 213214654\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/07/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 1011\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/07/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 1011\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/07/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 1011\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/05/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 21005001355\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 21005001355\\r\\nCheck Number: 001\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"01/05/2021\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 001\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/16/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Customer Service Attention Needed - VA Call\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Customer Service Attention Needed - VA Call\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: 39598d30-3fcb-11eb-b8f8-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 54C7C9F32D9C417AB9E73B09FB7EEF47\\r\\nFirst Name: test\\r\\nLast Name: tester\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: test8180\\r\\nLoan Status: Active\\r\\nIntent Name: Borrower-Request Live Agent\\r\\nReason Call: Customer Service Attention needed\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/16/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: 39598d30-3fcb-11eb-b8f8-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 54C7C9F32D9C417AB9E73B09FB7EEF47\\r\\nFirst Name: test\\r\\nLast Name: tester\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: test8180\\r\\nLoan Status: Active\\r\\nIntent Name: Login\\r\\nReason Call: Caller has successfully been verified and mirandized\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/16/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"test8180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/15/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20350000704\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20350000704\\r\\nCheck Number: 4321\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\n Borrower confirms in BLIS to proceed with the process of an additional payment.\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/15/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 4321\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\n Borrower confirms in BLIS to proceed with the process of an additional payment.\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/15/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20350000698\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20350000698\\r\\nCheck Number: 324\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/15/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 324\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/07/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20342000599\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20342000599\\r\\nCheck Number: 123\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/07/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 123\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: test8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\ntest8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/04/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: a33dd942-3688-11eb-b8f8-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 54C7C9F32D9C417AB9E73B09FB7EEF47\\r\\nFirst Name: test\\r\\nLast Name: tester\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: 999998180\\r\\nLoan Status: Active\\r\\nIntent Name: Login\\r\\nReason Call: Caller has successfully been verified and mirandized\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/04/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: a33dd942-3688-11eb-b8f8-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 54C7C9F32D9C417AB9E73B09FB7EEF47\\r\\nFirst Name: test\\r\\nLast Name: tester\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: 999998180\\r\\nLoan Status: Active\\r\\nIntent Name: Login\\r\\nReason Call: Caller has successfully been verified and mirandized\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/04/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"999998180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/04/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: b4097837-367e-11eb-b8f8-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 54C7C9F32D9C417AB9E73B09FB7EEF47\\r\\nFirst Name: test\\r\\nLast Name: tester\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: 99998180\\r\\nLoan Status: Active\\r\\nIntent Name: Login\\r\\nReason Call: Caller has successfully been verified and mirandized\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/04/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: b4097837-367e-11eb-b8f8-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 54C7C9F32D9C417AB9E73B09FB7EEF47\\r\\nFirst Name: test\\r\\nLast Name: tester\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: 99998180\\r\\nLoan Status: Active\\r\\nIntent Name: Login\\r\\nReason Call: Caller has successfully been verified and mirandized\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/04/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"99998180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/03/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20338000653\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20338000653\\r\\nCheck Number: 010\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: 818088180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\n818088180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/03/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 010\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: 818088180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\n818088180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Customer Service Attention Needed - VA Call\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Customer Service Attention Needed - VA Call\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: 31ecf1b0-34f0-11eb-b8f8-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 54C7C9F32D9C417AB9E73B09FB7EEF47\\r\\nFirst Name: test\\r\\nLast Name: 8180\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: 818088180\\r\\nLoan Status: Active\\r\\nIntent Name: Borrower - Check By Phone - Submit CBP\\r\\nReason Call: API Method Return value=400\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"CBP VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 12345\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: 818088180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\n818088180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 555\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: 818088180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\n818088180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Details Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Details Information\\r\\nNote: {\\r\\n  \\\"TotalAmount\\\": 60.81,\\r\\n  \\\"regularpayment\\\": 60.81,\\r\\n  \\\"ServiceFee\\\": 0.0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Statement by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Statement by Loan Account\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"818088180\\\",\\r\\n  \\\"RateType\\\": 1,\\r\\n  \\\"NextPaymentDue\\\": \\\"01/01/2021\\\",\\r\\n  \\\"CurrentPaymentAmount\\\": 60.81,\\r\\n  \\\"TotalAmountDue\\\": 1768.66,\\r\\n  \\\"PaymentGraceDays\\\": 15,\\r\\n  \\\"NumberOfPaymentsDue\\\": 26,\\r\\n  \\\"DaysInPaymentFrequency\\\": 30,\\r\\n  \\\"NextDueDate\\\": \\\"11/01/2018\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"818088180\\\",\\r\\n  \\\"Last4TIN\\\": \\\"6789\\\",\\r\\n  \\\"BorrowerUid\\\": \\\"47d9c876029940adb524c1dfb4fc5694\\\",\\r\\n  \\\"IsCompany\\\": \\\"False\\\",\\r\\n  \\\"Company\\\": \\\"Centurion Test\\\",\\r\\n  \\\"ContacName\\\": \\\"NA\\\",\\r\\n  \\\"Salutation\\\": \\\"NA\\\",\\r\\n  \\\"FirstName\\\": \\\"test\\\",\\r\\n  \\\"MiddleName\\\": \\\"NA\\\",\\r\\n  \\\"LastName\\\": \\\"8180\\\",\\r\\n  \\\"FullName\\\": \\\"test 8180\\\",\\r\\n  \\\"Street\\\": \\\"8180 E Kaiser Blvd.\\\",\\r\\n  \\\"City\\\": \\\"ANAHEIM\\\",\\r\\n  \\\"State\\\": \\\"CA\\\",\\r\\n  \\\"ZipCode\\\": \\\"NA\\\",\\r\\n  \\\"HomePhone\\\": \\\"(336)938-4568\\\",\\r\\n  \\\"WorkPhone\\\": \\\"(336)938-4568\\\",\\r\\n  \\\"MobilePhone\\\": \\\"(336)938-4568\\\",\\r\\n  \\\"Fax\\\": \\\"NA\\\",\\r\\n  \\\"TINType\\\": 1,\\r\\n  \\\"TINMask\\\": \\\"6789\\\",\\r\\n  \\\"Birthday\\\": \\\"NA\\\",\\r\\n  \\\"Email\\\": \\\"vsumathi@trustfci.com\\\",\\r\\n  \\\"EmailFormat\\\": 0,\\r\\n  \\\"DeliveryOptions\\\": 1,\\r\\n  \\\"PrefLang\\\": 0,\\r\\n  \\\"IsActive\\\": \\\"False\\\",\\r\\n  \\\"CallAfter\\\": \\\"NA\\\",\\r\\n  \\\"CallBefore\\\": \\\"NA\\\",\\r\\n  \\\"DaysToCall\\\": 0,\\r\\n  \\\"PhoneMain\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: 31ecf1b0-34f0-11eb-b8f8-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 54C7C9F32D9C417AB9E73B09FB7EEF47\\r\\nFirst Name: test\\r\\nLast Name: 8180\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: 818088180\\r\\nLoan Status: Active\\r\\nIntent Name: Login\\r\\nReason Call: Caller has successfully been verified and mirandized\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"818088180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Customer Service Attention Needed - VA Call\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Customer Service Attention Needed - VA Call\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: 3fa23226-34ed-11eb-b8f8-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 54C7C9F32D9C417AB9E73B09FB7EEF47\\r\\nFirst Name: test\\r\\nLast Name: 8180\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: 818088180\\r\\nLoan Status: Active\\r\\nIntent Name: Borrower - Check By Phone - Submit CBP\\r\\nReason Call: API Method Return value=400\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"CBP VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 1234\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: 818088180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\n818088180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Details Information\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Details Information\\r\\nNote: {\\r\\n  \\\"TotalAmount\\\": 60.81,\\r\\n  \\\"regularpayment\\\": 60.81,\\r\\n  \\\"ServiceFee\\\": 0.0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Payment Statement by Loan Account\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Payment Statement by Loan Account\\r\\nNote: {\\r\\n  \\\"LoanAccount\\\": \\\"818088180\\\",\\r\\n  \\\"RateType\\\": 1,\\r\\n  \\\"NextPaymentDue\\\": \\\"01/01/2021\\\",\\r\\n  \\\"CurrentPaymentAmount\\\": 60.81,\\r\\n  \\\"TotalAmountDue\\\": 1768.66,\\r\\n  \\\"PaymentGraceDays\\\": 15,\\r\\n  \\\"NumberOfPaymentsDue\\\": 26,\\r\\n  \\\"DaysInPaymentFrequency\\\": 30,\\r\\n  \\\"NextDueDate\\\": \\\"11/01/2018\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller set bank account to \\\"default\\\" (primary account for CBP)\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller set bank account to \\\"default\\\" (primary account for CBP)\\r\\nLoan Account: 818088180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nAccount Number: 123456789\\r\\nRouting Number: 121042882\\r\\nIs Default: Yes\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Caller saved a new bank information (CBP)\\r\\nLoan Account: 818088180\\r\\nBorrowerUID: 47d9c876029940adb524c1dfb4fc5694\\r\\nAccount Number: 123456789\\r\\nRouting Number: 121042882\\r\\nAccount Holder Name: : test 8180\\r\\nPayer Address: : 8180 E Kaiser Blvd.\\r\\nPayer City: : ANAHEIM\\r\\nPayer State: : CA\\r\\nPayer Zip: : 92808\\r\\nPayer Phone: : (336)938-4568\\r\\nPayer Email: : vsumathi@trustfci.com\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Borrower Information by Loan Account and TIN\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"818088180\\\",\\r\\n  \\\"Last4TIN\\\": \\\"6789\\\",\\r\\n  \\\"BorrowerUid\\\": \\\"47d9c876029940adb524c1dfb4fc5694\\\",\\r\\n  \\\"IsCompany\\\": \\\"False\\\",\\r\\n  \\\"Company\\\": \\\"Centurion Test\\\",\\r\\n  \\\"ContacName\\\": \\\"NA\\\",\\r\\n  \\\"Salutation\\\": \\\"NA\\\",\\r\\n  \\\"FirstName\\\": \\\"test\\\",\\r\\n  \\\"MiddleName\\\": \\\"NA\\\",\\r\\n  \\\"LastName\\\": \\\"8180\\\",\\r\\n  \\\"FullName\\\": \\\"test 8180\\\",\\r\\n  \\\"Street\\\": \\\"8180 E Kaiser Blvd.\\\",\\r\\n  \\\"City\\\": \\\"ANAHEIM\\\",\\r\\n  \\\"State\\\": \\\"CA\\\",\\r\\n  \\\"ZipCode\\\": \\\"NA\\\",\\r\\n  \\\"HomePhone\\\": \\\"(336)938-4568\\\",\\r\\n  \\\"WorkPhone\\\": \\\"(336)938-4568\\\",\\r\\n  \\\"MobilePhone\\\": \\\"(336)938-4568\\\",\\r\\n  \\\"Fax\\\": \\\"NA\\\",\\r\\n  \\\"TINType\\\": 1,\\r\\n  \\\"TINMask\\\": \\\"6789\\\",\\r\\n  \\\"Birthday\\\": \\\"NA\\\",\\r\\n  \\\"Email\\\": \\\"vsumathi@trustfci.com\\\",\\r\\n  \\\"EmailFormat\\\": 0,\\r\\n  \\\"DeliveryOptions\\\": 1,\\r\\n  \\\"PrefLang\\\": 0,\\r\\n  \\\"IsActive\\\": \\\"False\\\",\\r\\n  \\\"CallAfter\\\": \\\"NA\\\",\\r\\n  \\\"CallBefore\\\": \\\"NA\\\",\\r\\n  \\\"DaysToCall\\\": 0,\\r\\n  \\\"PhoneMain\\\": \\\"NA\\\"\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Call Information from VA\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: Call Information from VA\\r\\nCaller ID: (657) 244-9732\\r\\nCallerUID: 3fa23226-34ed-11eb-b8f8-506b8d66086d\\r\\nIs Voice Biometric: False\\r\\nIndividualUID: 54C7C9F32D9C417AB9E73B09FB7EEF47\\r\\nFirst Name: test\\r\\nLast Name: 8180\\r\\nLast 4 TIN: 6789\\r\\nZip Code: 92808\\r\\nLoan Account: 818088180\\r\\nLoan Status: Active\\r\\nIntent Name: Login\\r\\nReason Call: Caller has successfully been verified and mirandized\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"12/02/2020\",\n                \"fciRep\": \"Centurion\",\n                \"contactNumber\": \"\",\n                \"subject\": \"INFORMATION FROM VA Call: Loan Status\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"Subject: INFORMATION FROM VA Call: Loan Status\\r\\nNote: {\\r\\n  \\\"loanAccount\\\": \\\"818088180\\\",\\r\\n  \\\"loanStatus\\\": 0\\r\\n}\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/25/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20330000670\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20330000670\\r\\nCheck Number: 111\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $0.10\\r\\n\\r\\nTotal Amount: $0.10\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/25/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 111\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $0.10\\r\\n\\r\\nTotal Amount: $0.10\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/10/2020\",\n                \"fciRep\": \"llopez\",\n                \"contactNumber\": \"\",\n                \"subject\": \"SUNWEST BANK NSF NOTICE FOR ACH DEBIT\",\n                \"noteType\": \"NSF\",\n                \"contactPerson\": \"\",\n                \"note\": \"REC'D emailed NOTICE FROM SUNWEST BANK THAT ACH DEBIT REF# ( 1511198/0140 ) FOR ($60.81 ) HAS COME BACK AS NO ACCOUNT/UNABLE TO LOCATE ACCOUNT & HAS BEEN CHARGED BACK TO OUR ACCOUNT.  PYMT NSF'ED.  PAYMENT REJECTION LETTER PRINTED & MAILED TO BORROWER.  COPY OF BORROWER LETTER & BANK NOTICE. ATTACHED TO FILE.\\r\\n*Test - Letter not mailed/ no fee\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/06/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[CBP] VCheck Confirmation 20311000800\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20311000800\\r\\nCheck Number: 454444\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $1.00\\r\\n\\r\\nTotal Amount: $1.00\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/06/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"CBP VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 454444\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $1.00\\r\\n\\r\\nTotal Amount: $1.00\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/06/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 111111111111\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $1.81\\r\\n\\r\\nTotal Amount: $1.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/06/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 111111111111\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $1.81\\r\\n\\r\\nTotal Amount: $1.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/06/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20311000386\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20311000386\\r\\nCheck Number: 1100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/06/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 1100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/03/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20308000459\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20308000459\\r\\nCheck Number: 443355\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/03/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 443355\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/03/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 443355\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/03/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20308000402\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20308000402\\r\\nCheck Number: 102\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/03/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 102\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/03/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20308000398\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20308000398\\r\\nCheck Number: 101\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/03/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 101\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/03/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 101\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/02/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20307001539\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20307001539\\r\\nCheck Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\nAdditional Unpaid Interest: $10.00\\r\\n\\r\\nTotal Amount: $70.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/02/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\nAdditional Unpaid Interest: $10.00\\r\\n\\r\\nTotal Amount: $70.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/02/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\nAdditional Unpaid Interest: $10.00\\r\\n\\r\\nTotal Amount: $70.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"11/02/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"10/30/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 12355555\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"10/30/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20304001171\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20304001171\\r\\nCheck Number: 123678\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"10/30/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 123678\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"10/30/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"10/30/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20304001147\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20304001147\\r\\nCheck Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"10/30/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"10/30/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20304000469\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20304000469\\r\\nCheck Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"10/30/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"10/29/2020\",\n                \"fciRep\": \"vsumathi\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Test Note for lender app testing\",\n                \"noteType\": \"ADMIN\",\n                \"contactPerson\": \"\",\n                \"note\": \"Test Note for lender app testing\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"10/05/2020\",\n                \"fciRep\": \"llopez\",\n                \"contactNumber\": \"\",\n                \"subject\": \"SUNWEST BANK NSF NOTICE FOR ACH DEBIT\",\n                \"noteType\": \"NSF\",\n                \"contactPerson\": \"\",\n                \"note\": \" REC'D emailed NOTICE FROM SUNWEST BANK THAT ACH DEBIT REF# ( 1479047/1670 ) FOR ($60.81 ) HAS COME BACK AS NO ACCOUNT/UNABLE TO LOCATE ACCOUNT & HAS BEEN CHARGED BACK TO OUR ACCOUNT.  PYMT NSF'ED.  PAYMENT REJECTION LETTER PRINTED & MAILED TO BORROWER.  COPY OF BORROWER LETTER & BANK NOTICE. ATTACHED TO FILE.\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"09/17/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Confirmation 20261000384\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"VCheck Confirmation: 20261000384\\r\\nCheck Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $100.00\\r\\n\\r\\nTotal Amount: $100.00\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"09/17/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $100.00\\r\\n\\r\\nTotal Amount: $100.00\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"09/15/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 123\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $608.14\\r\\nAdditional Impound: $10.00\\r\\n\\r\\nTotal Amount: $618.14\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"09/09/2020\",\n                \"fciRep\": \"nnunez\",\n                \"contactNumber\": \"\",\n                \"subject\": \"FCI BORROWER APP TEST\",\n                \"noteType\": \"CUSTOMER SERVICE\",\n                \"contactPerson\": \"\",\n                \"note\": \"From: Nathaniel Nunez \\r\\nSent: Wednesday, September 09, 2020 4:48 PM\\r\\nTo: Kyle Speer <kspeer@trustfci.com>\\r\\nSubject: FW: Screenshot 2020-09-09 at 4.37.47 PM\\r\\n\\r\\nFCI BORROWER APP\\r\\nYou cannot change the monthly payment amount at all.\\r\\nAdditional impound and late fees/charges have a 0.0 by default but not the other 2 line items.\\r\\nWhen you click on any of the additional line items to add a principal reduction or additional interest there is no button to hide your keyboard. If a borrower adds an additional amount to any line item to pay they will not be able to submit their payment due to the keyboard staying on screen. Usually there is a button on the right above the keyboard that says DONE to hide the keyboard.\\r\\n\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"09/09/2020\",\n                \"fciRep\": null,\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"\\r\\nCheck Number: 100\\r\\n\\r\\nWaive Late Charge: No\\r\\n\\r\\nPayment Information\\r\\nRegular Payment: $60.81\\r\\nTotal Amount: $60.81\\r\\n\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"09/09/2020\",\n                \"fciRep\": null,\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"\\r\\nCheck Number: 100\\r\\n\\r\\nWaive Late Charge: No\\r\\n\\r\\nPayment Information\\r\\nRegular Payment: $60.81\\r\\nTotal Amount: $60.81\\r\\n\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"09/04/2020\",\n                \"fciRep\": \"kspeer\",\n                \"contactNumber\": \"\",\n                \"subject\": \"Tested Express Payment process -\",\n                \"noteType\": \"CUSTOMER SERVICE\",\n                \"contactPerson\": \"\",\n                \"note\": \"CS received 2 calls from borrowers saying they could not create Express payment.  I completed form and \\\"created check\\\" with no problem.  Stopped test at this point.\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"09/04/2020\",\n                \"fciRep\": null,\n                \"contactNumber\": \"\",\n                \"subject\": \"[ExpPmt] VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"\\r\\nCheck Number: 100\\r\\n\\r\\nWaive Late Charge: No\\r\\n\\r\\nPayment Information\\r\\nRegular Payment: $60.81\\r\\nTotal Amount: $60.81\\r\\n\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"08/15/2020\",\n                \"fciRep\": null,\n                \"contactNumber\": \"\",\n                \"subject\": \"[CBP] VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"\\r\\nCheck Number: 456\\r\\n\\r\\nWaive Late Charge: No\\r\\n\\r\\nPayment Information\\r\\nRegular Payment: $1.00\\r\\nTotal Amount: $1.00\\r\\n\\r\\nNotes:\\r\\nThis is a test please remove\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"08/13/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"08/13/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"ExpPmt VCheck Submission\",\n                \"noteType\": \"CALL CENTER\",\n                \"contactPerson\": \"\",\n                \"note\": \"Check Number: 100\\r\\n\\r\\nPayment Information\\r\\nRegular Payment - Account: TEST8180: $60.81\\r\\n\\r\\nTotal Amount: $60.81\\r\\n\\r\\nNotes:\\r\\nTEST8180\\nStandard Servicing\\nManual Process By FCI\",\n                \"borrowerFullName\": \"test tester\"\n            },\n            {\n                \"account\": \"test8180\",\n                \"noteDate\": \"06/18/2020\",\n                \"fciRep\": \"admin\",\n                \"contactNumber\": \"\",\n                \"subject\": \"test\",\n                \"noteType\": \"COLLECTOR NOTES\",\n                \"contactPerson\": \"\",\n                \"note\": \"sdfghjkl;'\\r\\n\\r\\n\",\n                \"borrowerFullName\": \"test tester\"\n            }\n        ]\n    }\n}"}],"_postman_id":"fb489c20-10be-4271-bd7f-5bb948e737e4"},{"name":"Lender Statements","id":"f578c577-3660-47b9-92f3-17fb256672f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n    getLenderStatement{\n        lenderAccount\n        lenderName\n        date\n        description\n        portfolioBalance\n        portfolioYield\n        interestPaid\n        principalPaid\n        interestPaidYtd\n        servicingFeePaidYtd\n        servicingFeePaidOnlyYtd\n    }\n}","variables":""}},"url":"https://tapi.myfci.com/graphql","description":"<p>To map you fields from the following lender portal screens, use this API method:</p>\n<p><strong>getLenderStatement {.......}</strong></p>\n<p><strong>Parameters</strong></p>\n<p>investorAccount: Optional</p>\n<p>dateFrom: Optional</p>\n<p>dateTo: Optional</p>\n<p>*If no filter is used the method will provide all the lender statements for the previous month only</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getLenderStatement {.......}  </p>\n</blockquote>\n<p>getLenderStatement(dateFrom:\"02/01/2024\") {.......}  </p>\n<p>getLenderStatement(dateTo:\"03/01/2024\") {.......}  </p>\n<p>getLenderStatement(investorAccount: \"2301524\") {.......}  </p>\n<p>getLenderStatement(dateFrom:\"02/01/2024\", investorAccount: \"2301524\", dateTo:\"03/01/2024\") {.......}</p>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["tapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"69b8bb66-23c5-46b2-a27d-79bb5674387e","name":"Lender Statements","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n    getLenderStatement{\n        lenderAccount\n        lenderName\n        portfolioBalance\n        portfolioYield\n        date\n        description\n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"20s"},{"key":"X-Rate-Limit-Remaining","value":"297"},{"key":"X-Rate-Limit-Reset","value":"2022-06-27T12:55:46.2437430Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 27 Jun 2022 12:55:38 GMT"},{"key":"Content-Length","value":"10994"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLenderStatement\": [\n            {\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"date\": \"06/06/2022\",\n                \"description\": \"Investor Statement Of Account Report-20220606-125439-SVRCENTPS01\",\n                \"portfolioBalance\": 0,\n                \"portfolioYield\": 0,\n                \"interestPaid\": 0,\n                \"principalPaid\": 0,\n                \"interestPaidYtd\": 0,\n                \"servicingFeePaidYtd\": 0\n            },\n            {\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"date\": \"05/01/2022\",\n                \"description\": \"Investor Statement Of Account Report-20220501-23337-SVRCENTPS01\",\n                \"portfolioBalance\": 0,\n                \"portfolioYield\": 0,\n                \"interestPaid\": 0,\n                \"principalPaid\": 0,\n                \"interestPaidYtd\": 0,\n                \"servicingFeePaidYtd\": 0\n            },\n            {\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"date\": \"04/01/2022\",\n                \"description\": \"Investor Statement Of Account Report-20220401-215822-SVRCENTPS01\",\n                \"portfolioBalance\": 0,\n                \"portfolioYield\": 0,\n                \"interestPaid\": 0,\n                \"principalPaid\": 0,\n                \"interestPaidYtd\": 0,\n                \"servicingFeePaidYtd\": 0\n            },\n            {\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"date\": \"03/10/2022\",\n                \"description\": \"Investor Statement Of Account Report-20220310-194455-SVRCENTPS01\",\n                \"portfolioBalance\": 0,\n                \"portfolioYield\": 0,\n                \"interestPaid\": 0,\n                \"principalPaid\": 0,\n                \"interestPaidYtd\": 0,\n                \"servicingFeePaidYtd\": 0\n            },\n            {\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"date\": \"02/01/2022\",\n                \"description\": \"Investor Statement Of Account Report-20220201-213834-SVRCENTPS01\",\n                \"portfolioBalance\": 0,\n                \"portfolioYield\": 0,\n                \"interestPaid\": 0,\n                \"principalPaid\": 0,\n                \"interestPaidYtd\": 0,\n                \"servicingFeePaidYtd\": 0\n            },\n            {\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"date\": \"01/14/2022\",\n                \"description\": \"Investor Statement Of Account Report-20220114-13038-SVRCENTPS01\",\n                \"portfolioBalance\": 0,\n                \"portfolioYield\": 0,\n                \"interestPaid\": 0,\n                \"principalPaid\": 0,\n                \"interestPaidYtd\": 0,\n                \"servicingFeePaidYtd\": 0\n            },\n            {\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"date\": \"01/04/2022\",\n                \"description\": \"Investor Statement Of Account Report-20220104-201341-SVRCENTPS01\",\n                \"portfolioBalance\": 0,\n                \"portfolioYield\": 0,\n                \"interestPaid\": 0,\n                \"principalPaid\": 0,\n                \"interestPaidYtd\": 0,\n                \"servicingFeePaidYtd\": 0\n            },\n            {\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"date\": \"12/01/2021\",\n                \"description\": \"Investor Statement Of Account Report-20211201-195527-SVRCENTPS01\",\n                \"portfolioBalance\": 0,\n                \"portfolioYield\": 0,\n                \"interestPaid\": 0,\n                \"principalPaid\": 0,\n                \"interestPaidYtd\": 0,\n                \"servicingFeePaidYtd\": 0\n            },\n            {\n                \"lenderAccount\": \"Test1234\",\n                \"lenderName\": \"Centurion Test\",\n                \"date\": \"11/01/2021\",\n                \"description\": \"Investor Statement Of Account Report-20211101-191527-SVRCENTPS01\",\n                \"portfolioBalance\": 0,\n                \"portfolioYield\": 0,\n                \"interestPaid\": 0,\n                \"principalPaid\": 0,\n                \"interestPaidYtd\": 0,\n                \"servicingFeePaidYtd\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"f578c577-3660-47b9-92f3-17fb256672f1"},{"name":"Loan Charges","id":"2b22ee79-d988-4f1d-a77e-4232e51a4669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanCharges(account:\"test8180\"){\n    loanAccount\n    date\n    reference\n    description\n    type\n    interestRate\n    interestFrom\n    deferred\n    origianlBalance\n    unpaidBalance\n    accruedInterest\n    totalDue\n    details{\n      date\n      payerName\n      reference\n      amount\n      prinVendor\n      intVendor\n      prinBehalf\n      intBehalf\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<p><strong>getLoanCharges(account:\"test8180\"){ ......}</strong>  </p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-Charges-by-account.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>getLoanCharges(investor:\"investor\" limit:100){......}</strong>  </p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-LoanChargesSummary.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p>Limit: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getLoanCharges{......} </p>\n</blockquote>\n<blockquote>\n<p>getLoanCharges(account:\"test8180\"){ ......} </p>\n</blockquote>\n<blockquote>\n<p>getLoanCharges(investor:\"investor\"){ ......} </p>\n</blockquote>\n<blockquote>\n<p>getLoanCharges(investor:\"investor\" limit:100){......}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"be779a97-a333-4e0f-826e-b5723fa7cab2","name":"Loan Charges","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanCharges(account:\"test8180\"){\n    loanAccount\n    date\n    reference\n    description\n    type\n    interestRate\n    interestFrom\n    deferred\n    origianlBalance\n    unpaidBalance\n    accruedInterest\n    totalDue\n    details{\n      date\n      payerName\n      reference\n      amount\n      prinVendor\n      intVendor\n      prinBehalf\n      intBehalf\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-07-08T20:06:33.2620884Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 08 Jul 2021 20:06:23 GMT"},{"key":"Content-Length","value":"4144"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanCharges\": [\n            {\n                \"loanAccount\": \"test8180\",\n                \"date\": \"06/17/2021\",\n                \"reference\": \"Ach CBP\",\n                \"description\": \"Ach Payment Confirmation 8233 - CBP Fee\",\n                \"type\": \"Recoverable\",\n                \"interestRate\": 0,\n                \"interestFrom\": null,\n                \"deferred\": false,\n                \"origianlBalance\": 1,\n                \"unpaidBalance\": 0,\n                \"accruedInterest\": 0,\n                \"totalDue\": 0,\n                \"details\": [\n                    {\n                        \"date\": \"06/17/2021\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"\",\n                        \"amount\": 1,\n                        \"prinVendor\": 1,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    },\n                    {\n                        \"date\": \"06/17/2021\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"V000008233\",\n                        \"amount\": -1,\n                        \"prinVendor\": -1,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    }\n                ]\n            },\n            {\n                \"loanAccount\": \"test8180\",\n                \"date\": \"06/02/2021\",\n                \"reference\": \"\",\n                \"description\": \"NSF Payment Charge - NSF Payment Charge\",\n                \"type\": \"Recoverable\",\n                \"interestRate\": 0,\n                \"interestFrom\": null,\n                \"deferred\": false,\n                \"origianlBalance\": 25,\n                \"unpaidBalance\": 25,\n                \"accruedInterest\": 0,\n                \"totalDue\": 25,\n                \"details\": [\n                    {\n                        \"date\": \"06/02/2021\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"\",\n                        \"amount\": 25,\n                        \"prinVendor\": 25,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    }\n                ]\n            },\n            {\n                \"loanAccount\": \"test8180\",\n                \"date\": \"05/12/2021\",\n                \"reference\": \"\",\n                \"description\": \"NSF Payment Charge - NSF Payment Charge\",\n                \"type\": \"Recoverable\",\n                \"interestRate\": 0,\n                \"interestFrom\": null,\n                \"deferred\": false,\n                \"origianlBalance\": 25,\n                \"unpaidBalance\": 25,\n                \"accruedInterest\": 0,\n                \"totalDue\": 25,\n                \"details\": [\n                    {\n                        \"date\": \"05/12/2021\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"\",\n                        \"amount\": 25,\n                        \"prinVendor\": 25,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    }\n                ]\n            },\n            {\n                \"loanAccount\": \"test8180\",\n                \"date\": \"01/11/2021\",\n                \"reference\": \"CBP\",\n                \"description\": \"VCheck Confirmation 21011001243 - CBP Fee\",\n                \"type\": \"Recoverable\",\n                \"interestRate\": 0,\n                \"interestFrom\": null,\n                \"deferred\": false,\n                \"origianlBalance\": 4,\n                \"unpaidBalance\": 0,\n                \"accruedInterest\": 0,\n                \"totalDue\": 0,\n                \"details\": [\n                    {\n                        \"date\": \"05/28/2021\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"V000003713\",\n                        \"amount\": -4,\n                        \"prinVendor\": -4,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    },\n                    {\n                        \"date\": \"06/02/2021\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"V000003713\",\n                        \"amount\": 4,\n                        \"prinVendor\": 4,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    },\n                    {\n                        \"date\": \"05/12/2021\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"V000001270\",\n                        \"amount\": 4,\n                        \"prinVendor\": 4,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    },\n                    {\n                        \"date\": \"07/01/2021\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"V000011581\",\n                        \"amount\": -4,\n                        \"prinVendor\": -4,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    },\n                    {\n                        \"date\": \"01/11/2021\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"\",\n                        \"amount\": 4,\n                        \"prinVendor\": 4,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    },\n                    {\n                        \"date\": \"05/07/2021\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"V000001270\",\n                        \"amount\": -4,\n                        \"prinVendor\": -4,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    }\n                ]\n            },\n            {\n                \"loanAccount\": \"test8180\",\n                \"date\": \"12/08/2020\",\n                \"reference\": \"\",\n                \"description\": \"Admin Fee\",\n                \"type\": \"Nonrecoverable\",\n                \"interestRate\": 5,\n                \"interestFrom\": \"2020-12-08\",\n                \"deferred\": false,\n                \"origianlBalance\": 100,\n                \"unpaidBalance\": 100,\n                \"accruedInterest\": 2.9,\n                \"totalDue\": 102.9,\n                \"details\": [\n                    {\n                        \"date\": \"12/08/2020\",\n                        \"payerName\": \"Centurion Test\",\n                        \"reference\": \"\",\n                        \"amount\": 100,\n                        \"prinVendor\": 100,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    }\n                ]\n            },\n            {\n                \"loanAccount\": \"test8180\",\n                \"date\": \"11/09/2020\",\n                \"reference\": \"\",\n                \"description\": \"NSF Payment Charge - NSF Payment Charge\",\n                \"type\": \"Recoverable\",\n                \"interestRate\": 0,\n                \"interestFrom\": null,\n                \"deferred\": false,\n                \"origianlBalance\": 25,\n                \"unpaidBalance\": 0,\n                \"accruedInterest\": 0,\n                \"totalDue\": 0,\n                \"details\": [\n                    {\n                        \"date\": \"11/09/2020\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"\",\n                        \"amount\": 25,\n                        \"prinVendor\": 25,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    },\n                    {\n                        \"date\": \"11/17/2020\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"\",\n                        \"amount\": -25,\n                        \"prinVendor\": -25,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    }\n                ]\n            },\n            {\n                \"loanAccount\": \"test8180\",\n                \"date\": \"10/02/2020\",\n                \"reference\": \"\",\n                \"description\": \"NSF Payment Charge - NSF Payment Charge\",\n                \"type\": \"Recoverable\",\n                \"interestRate\": 0,\n                \"interestFrom\": null,\n                \"deferred\": false,\n                \"origianlBalance\": 25,\n                \"unpaidBalance\": 25,\n                \"accruedInterest\": 0,\n                \"totalDue\": 25,\n                \"details\": [\n                    {\n                        \"date\": \"10/02/2020\",\n                        \"payerName\": \"F.C.I.\",\n                        \"reference\": \"\",\n                        \"amount\": 25,\n                        \"prinVendor\": 25,\n                        \"intVendor\": 0,\n                        \"prinBehalf\": 0,\n                        \"intBehalf\": 0\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"2b22ee79-d988-4f1d-a77e-4232e51a4669"},{"name":"Loan Charges Details","id":"b5226e3b-8bca-44f8-a319-bee803df2a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanChargesDetails(dateFrom:\"2026-05-01\" dateTo:\"2026-05-02\"){\n    chargeUid\n    paymentUid\n    chargeCode\n    chargeName\n    paymentUid\n    invetorUid\n    investorAccount\n    loanUid\n    loanAccount\n    behalfToUid\n    behalfAccount\n    chargeDate\n    reference\n    description\n    interestRate\n    interestFrom\n    deferred\n    originalBalance\n    unpaidBalance\n    accruedInterest\n    appCreationDate\n    totalDue\n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<p><strong>getLoanChargesDetails(dateFrom:\"MM-DD-YYYY\" dateTo:\"MM-DD-YYYY\"){ }</strong></p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-Charges-by-account.png\" />\n\n<p><strong>Parameters</strong></p>\n<p>dateFrom:\"MM-DD-YYYY\"</p>\n<p>dateTo:\"MM-DD-YYYY\"</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getLoanChargesDetails(dateFrom:\"MM-DD-YYYY\" dateTo:\"MM-DD-YYYY\"){ }</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"915bfce8-0e43-4b9f-b00f-372ddd8a074a","name":"Loan Charges Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanChargesDetails(dateFrom:\"01-13-2017\" dateTo:\"01-01-2020\"){\n    chargeUid\n    chargeCode\n    chargeName\n    paymentUid\n    invetorUid\n    investorAccount\n    loanUid\n    loanAccount\n    behalfToUid\n    behalfAccount\n    chargeDate\n    reference\n    description\n    interestRate\n    interestFrom\n    deferred\n    originalBalance\n    unpaidBalance\n    accruedInterest\n    appCreationDate\n    totalDue\n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"198"},{"key":"X-Rate-Limit-Reset","value":"2022-04-20T23:21:04.5063497Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 20 Apr 2022 23:20:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanChargesDetails\": [\n            {\n                \"chargeUid\": \"90000c92243f449e91bf9a4a427d73c5\",\n                \"chargeCode\": \"INAD104\",\n                \"chargeName\": \"Prior Servicer Escrow Advances\",\n                \"paymentUid\": \"22154ceabeb4d9daf5b0407775c54af\",\n                \"invetorUid\": \"00ddeb4a00123d82a3c2704ff2453c99\",\n                \"investorAccount\": \"test1234\",\n                \"loanUid\": \"baf00123d82aa3588ff6375e000\",\n                \"loanAccount\": \"test8180\",\n                \"behalfToUid\": null,\n                \"behalfAccount\": null,\n                \"chargeDate\": \"12/17/2019\",\n                \"reference\": \"BOARD\",\n                \"description\": \"Prior Servicer Escrow Advances\",\n                \"interestRate\": 0,\n                \"interestFrom\": \"12/17/2020\",\n                \"deferred\": false,\n                \"originalBalance\": 791.4100,\n                \"unpaidBalance\": 791.4100,\n                \"accruedInterest\": 0,\n                \"appCreationDate\": \"12/17/2020\",\n                \"totalDue\": 791.41\n            }\n        ]\n    }\n}"}],"_postman_id":"b5226e3b-8bca-44f8-a319-bee803df2a8b"},{"name":"Loan Charges History","id":"8266ea75-f3e9-4af7-b62f-4dba64c708d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanChargesHistory(dateFrom:\"12-01-2025\" dateTo:\"01-20-2026\"){\n    loanAccount\n    chargeActivityUid\n    chargeUid\n    borrowerPaymentUid\n    chargeCode\n    chargeName\n    chargeDescription\n    loanUid\n    owedToAccountUid\n    owedToAccount\n    behalfToUid\n    behalfAccount\n    date\n    interestRate\n    paidBalance\n    paidBalBehalf\n    paidBalVendor\n    paidIntBehalf\n    paidInterest\n    reference\n    type\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<p><strong>getLoanChargesHistory(dateFrom:\"MM-DD-YYYY\" dateTo:\"MM-DD-YYYY\"){ }</strong></p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-Charges-by-account.png\" />\n\n<p><strong>Parameters</strong></p>\n<p>dateFrom:\"MM-DD-YYYY\"</p>\n<p>dateTo:\"MM-DD-YYYY\"</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getLoanChargesHistory(dateFrom:\"MM-DD-YYYY\" dateTo:\"MM-DD-YYYY\"){ }</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"53084bbf-f03d-44f3-b997-e72a6da1d4c9","name":"Loan Charges History","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanChargesHistory(dateFrom:\"05-01-2021\" dateTo:\"01-01-2022\"){\n    loanAccount\n    chargeActivityUid\n    chargeUid\n    borrowerPaymentUid\n    chargeCode\n    chargeName\n    chargeDescription\n    loanUid\n    owedToAccountUid\n    owedToAccount\n    behalfToUid\n    behalfAccount\n    date\n    interestRate\n    paidBalance\n    paidBalBehalf\n    paidBalVendor\n    paidIntBehalf\n    paidInterest\n    reference\n    type\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"199"},{"key":"X-Rate-Limit-Reset","value":"2022-04-20T23:25:39.8831793Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 20 Apr 2022 23:25:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanChargesHistory\": [\n            {\n                \"loanAccount\": \"test1234\",\n                \"chargeActivityUid\": \"85116c8e85116c8e85116c8e85116c8e\",\n                \"chargeUid\": \"74f4e4b774f4e4b774f4e4b774f4e4b7\",\n                \"borrowerPaymentUid\": null,\n                \"chargeCode\": \"VEFE108\",\n                \"chargeName\": \"Extension Fee-To Vendor\",\n                \"chargeDescription\": \"Extension Fee-To Vendor\",\n                \"loanUid\": \"2084e32084e32084e32084e32084e3\",\n                \"owedToAccountUid\": \"4B566F8B566F8B566F8B566F8B566F8\",\n                \"owedToAccount\": \"TEST1234\",\n                \"behalfToUid\": null,\n                \"behalfAccount\": null,\n                \"date\": \"12/29/2021\",\n                \"interestRate\": 0,\n                \"paidBalance\": -460.1100,\n                \"paidBalBehalf\": 0.0000,\n                \"paidBalVendor\": -460.1100,\n                \"paidIntBehalf\": 0.0000,\n                \"paidInterest\": 0.0000,\n                \"reference\": \"\",\n                \"type\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"8266ea75-f3e9-4af7-b62f-4dba64c708d8"},{"name":"Loan Paid Charges & Other Charges","id":"5b6a64b5-8daa-4548-a9af-b03b2acb99e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getPaidChargesAndOtherPayments(chargeUid:\"f6a76f32c50c46aa8782212fa588a602\"){\n    paymentUid\n    originalAmount\n    amountPaid\n    description\n    codeCategory\n    paymentDate\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>This method allows you to link a borrower payment to a charge</p>\n<p><strong>getPaidChargesAndOtherPayments(chargeUid:\"xxxxxxxxxxxxx\"){}</strong></p>\n<p><strong>Parameters</strong></p>\n<p><strong>chargeUid:</strong> get it from <strong>getLoanChargesHistory</strong> method</p>\n<p><strong>paymentUid</strong>: get it from <strong>getLoanChargesDetails</strong> method.</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p><strong>getPaidChargesAndOtherPayments(chargeUid:\"xxxxxxxxxxxxx\"){}</strong> </p>\n</blockquote>\n<blockquote>\n<p><strong>getPaidChargesAndOtherPayments(paymentUid:\"xxxxxxxxxxxxx\"){}</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"1b3617d9-2feb-48bc-8fc9-256404179003","name":"Loan Paid Charges & Other Charges","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getPaidChargesAndOtherPayments(chargeUid:\"e2df10ef4eea4791933c9424f370000\"){\n    paymentUid\n    originalAmount\n    amountPaid\n    description\n    codeCategory\n    paymentDate\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 14 Jan 2026 18:41:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2026-01-14T18:42:04.6016978Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"getPaidChargesAndOtherPayments\": [\n            {\n                \"paymentUid\": \"2266a44986ba456a864a8a4769d70000\",\n                \"originalAmount\": 1083.7,\n                \"amountPaid\": -1083.7,\n                \"description\": \"Bankruptcy Attorney Fees\",\n                \"codeCategory\": \"NO TAXABLE\",\n                \"paymentDate\": \"01/21/2025\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5b6a64b5-8daa-4548-a9af-b03b2acb99e0"},{"name":"Loan Delinquency","id":"f5871625-543a-4eb1-9d3b-9ba6489f2624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanDeliquency(account:\"test8180\" dateTo:\"03-15-2021\"){\n    summary{\n      status\n      numberOfLoans\n      principalBalance\n      totalPercent\n      upbPercent\n    }\n    detail{\n      account\n      borrowerName\n      current\n      nextDueDate\n      principalBalance\n      upb1to30\n      upb31to60\n      upb61to90\n      upb121plus\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-LoanDeliquency.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p>Limit: Optional</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"7821109a-d9e1-451b-a4e3-0c321cb6b4ca","name":"Loan Delinquency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanDeliquency(account:\"test8180\" dateTo:\"03-15-2021\"){\n    summary{\n      status\n      numberOfLoans\n      principalBalance\n      totalPercent\n      upbPercent\n    }\n    detail{\n      account\n      borrowerName\n      current\n      nextDueDate\n      principalBalance\n      upb1to30\n      upb31to60\n      upb61to90\n      upb121plus\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-06-07T23:32:05.1841654Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jun 2021 23:32:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanDeliquency\": {\n            \"summary\": [\n                {\n                    \"status\": \"121+\",\n                    \"numberOfLoans\": 1,\n                    \"principalBalance\": 60292281.37,\n                    \"totalPercent\": 100,\n                    \"upbPercent\": 100\n                }\n            ],\n            \"detail\": [\n                {\n                    \"account\": \"test8180\",\n                    \"borrowerName\": \"test tester\",\n                    \"current\": 0,\n                    \"nextDueDate\": \"2002-05-01T00:00:00\",\n                    \"principalBalance\": 60292281.37,\n                    \"upb1to30\": 0,\n                    \"upb31to60\": 0,\n                    \"upb61to90\": 0,\n                    \"upb121plus\": 60292281.37\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"f5871625-543a-4eb1-9d3b-9ba6489f2624"},{"name":"Loan Portfolio Statistics","id":"f6320ec2-6ef1-48e2-b19d-1b4199aa4f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanPortfolioStatistics\n  {\n  title\n  data\n    {\n    title\n    count\n    countPercent\n    upb\n    upbPercent\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-LoanPortfolioStatistics.png\" alt=\"FCIAPI Loan-details\" />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"65d7856f-a149-4ad7-9e01-f7f0469a058f","name":"Loan Portfolio Statistics","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanPortfolioStatistics\n  {\n  title\n  data\n    {\n    title\n    count\n    countPercent\n    upb\n    upbPercent\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"8"},{"key":"X-Rate-Limit-Reset","value":"2021-06-07T23:34:00.4829099Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jun 2021 23:34:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanPortfolioStatistics\": [\n            {\n                \"title\": \"State\",\n                \"data\": [\n                    {\n                        \"title\": \"CA\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            },\n            {\n                \"title\": \"Aging (Days)\",\n                \"data\": [\n                    {\n                        \"title\": \"Current\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"16 - 30\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"31 - 60\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"61 - 90\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"91 - 120\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"121 - 150\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"151 and over\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            },\n            {\n                \"title\": \"Loan Age (Months)\",\n                \"data\": [\n                    {\n                        \"title\": \"Less than 37\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"Unknown\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Avg\",\n                        \"count\": 0,\n                        \"countPercent\": 32,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Min\",\n                        \"count\": 0,\n                        \"countPercent\": 32,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Max\",\n                        \"count\": 0,\n                        \"countPercent\": 32,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            },\n            {\n                \"title\": \"Loan Vintage\",\n                \"data\": [\n                    {\n                        \"title\": \"Before 2000\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"2018\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            },\n            {\n                \"title\": \"Loan Rate Type\",\n                \"data\": [\n                    {\n                        \"title\": \"Fixed\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            },\n            {\n                \"title\": \"Loan Amort. Type\",\n                \"data\": [\n                    {\n                        \"title\": \"Fully Amortized\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            },\n            {\n                \"title\": \"Remaing Terms\",\n                \"data\": [\n                    {\n                        \"title\": \"60 and less\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"61 - 120\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"121 - 180\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"181 - 240\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"241 and more\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"Avg\",\n                        \"count\": 0,\n                        \"countPercent\": 246,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Min\",\n                        \"count\": 0,\n                        \"countPercent\": 246,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Max\",\n                        \"count\": 0,\n                        \"countPercent\": 246,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            },\n            {\n                \"title\": \"Interest Rate\",\n                \"data\": [\n                    {\n                        \"title\": \"5.00 - 5.99\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Avg\",\n                        \"count\": 0,\n                        \"countPercent\": 5,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Min\",\n                        \"count\": 0,\n                        \"countPercent\": 5,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Max\",\n                        \"count\": 0,\n                        \"countPercent\": 5,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            },\n            {\n                \"title\": \"Unpaid Prin Bal\",\n                \"data\": [\n                    {\n                        \"title\": \"25,000 and less\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"25,001 - 50,000\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"50,001 - 100,000\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"100,001 - 300,000\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"300,001 and higher\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Avg\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Min\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Max\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 0\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            },\n            {\n                \"title\": \"Occupancy\",\n                \"data\": [\n                    {\n                        \"title\": \"Primary Borrower\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            },\n            {\n                \"title\": \"Property Type\",\n                \"data\": [\n                    {\n                        \"title\": \"Single Family Res\",\n                        \"count\": 1,\n                        \"countPercent\": 100,\n                        \"upb\": 20019.14,\n                        \"upbPercent\": 100\n                    },\n                    {\n                        \"title\": \"Inactive\",\n                        \"count\": 0,\n                        \"countPercent\": 0,\n                        \"upb\": 0,\n                        \"upbPercent\": 0\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"f6320ec2-6ef1-48e2-b19d-1b4199aa4f09"},{"name":"Loan Status Breakdown","id":"45c277e8-7631-447c-9257-f91f3148ffa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanStatusBreakdown\n  {\n    status\n    totalLoans\n    originalBalance\n    principalBalance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Loan-Status-Breakdown.png\" alt=\"FCIAPI Loan-details\" />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"1dc9b14f-1f02-4421-9bb8-20c5949c4170","name":"Loan Status Breakdown","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLoanStatusBreakdown\n  {\n    status\n    totalLoans\n    originalBalance\n    principalBalance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"8"},{"key":"X-Rate-Limit-Reset","value":"2021-06-07T23:35:51.1825454Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jun 2021 23:35:44 GMT"},{"key":"Content-Length","value":"1578"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanStatusBreakdown\": [\n            {\n                \"status\": \"ASSIGNED\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Active\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Closed\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Paid Off\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Transfered\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Bankruptcy\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Foreclosure\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"REO\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Charge Off\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Complete Charge Off\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Transfer out\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Payoff Demand\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Pre Boarding\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Final Boarding\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"RESPA\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"Loss-Mit Request\",\n                \"totalLoans\": 0,\n                \"originalBalance\": 0,\n                \"principalBalance\": 0\n            },\n            {\n                \"status\": \"DELIQUENCY\",\n                \"totalLoans\": 1,\n                \"originalBalance\": 20019.14,\n                \"principalBalance\": 20019.14\n            }\n        ]\n    }\n}"}],"_postman_id":"45c277e8-7631-447c-9257-f91f3148ffa4"},{"name":"ACH Status","id":"5f26b95a-b6a6-42a4-acf5-af47d7ad2ef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getACHStatus(account:\"test8180\" )\n  {\n    loanAccount\n    achStatus\n    borrowerName\n    nextDebitDate\n    customPayment\n    paymentAmount\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-ACHstatus.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>account: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getACHStatus) {.......} </p>\n</blockquote>\n<blockquote>\n<p>getACHStatus(account:\"test8180\" ){ .......... }</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"d623fe2a-d5e2-4f75-ad53-d71d351be4b6","name":"ACH Status","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getACHStatus(account:\"test8180\" )\n  {\n    loanAccount\n    achStatus\n    borrowerName\n    nextDebitDate\n    customPayment\n    paymentAmount\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-03-12T19:43:18.6783484Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 12 Mar 2021 19:43:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getACHStatus\": [\n            {\n                \"loanAccount\": \"test8180\",\n                \"achStatus\": \"NONE\",\n                \"borrowerName\": \"test tester\",\n                \"nextDebitDate\": \"03/10/2021\",\n                \"customPayment\": \"Fixed Amount\",\n                \"paymentAmount\": 60.81\n            }\n        ]\n    }\n}"}],"_postman_id":"5f26b95a-b6a6-42a4-acf5-af47d7ad2ef0"},{"name":"Loan Foreclosure Timelines","id":"4a100cd5-d81e-48f0-b7f0-c11f8fff3114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getForeclosure(account:\"test8180\" includeInactive:true){\n    account\n    property\n    followUpDate\n    foreclosureProccess\n    referedForeclosure\n    dateClosed\n    reasonClosed\n    referenceNo\n    company\n    phone\n    overwriteTempo\n    fcOnHold    \n    referredToFC\n    referredToAtty\n    attyReceived\n    noSent\n    noExpires\n    lastPmtReceived\n    pullTitleActual\n    pullTitleProjected\n    complaintFiledActual\n    complaintFiledProjected\n    servedComplaintActual\n    servedComplaintProjected\n    judgmentFiledActual\n    judgmentFiledProjected\n    judgmentGrantedActual\n    judgmentGrantedProjected\n    saleDateActual\n    saleDateProjected\n    biddindInstructionsRequest\n    biddindInstructionsSent\n    saleResults\n    saleAmount\n    publicationSaleActual\n    publicationSaleProjected\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"6cb155d0-3670-41bb-b638-4bfc1f51a1d9","name":"Loan Foreclosure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getForeclosure(account:\"test8180\"){\n    account\n    property\n    followUpDate\n    foreclosureProccess\n    referedForeclosure\n    dateClosed\n    reasonClosed\n    referenceNo\n    company\n    phone\n    overwriteTempo\n    fcOnHold    \n    referredToFC\n    referredToAtty\n    attyReceived\n    noSent\n    noExpires\n    lastPmtReceived\n    pullTitleActual\n    pullTitleProjected\n    complaintFiledActual\n    complaintFiledProjected\n    servedComplaintActual\n    servedComplaintProjected\n    judgmentFiledActual\n    judgmentFiledProjected\n    judgmentGrantedActual\n    judgmentGrantedProjected\n    saleDateActual\n    saleDateProjected\n    biddindInstructionsRequest\n    biddindInstructionsSent\n    saleResults\n    saleAmount\n    publicationSaleActual\n    publicationSaleProjected\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-03-04T14:24:30.9198796Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 04 Mar 2021 14:24:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getForeclosure\": [\n            {\n                \"account\": \"test8180\",\n                \"property\": \"123 Main Street\",\n                \"followUpDate\": \"03/15/2021\",\n                \"foreclosureProccess\": 1,\n                \"referedForeclosure\": \"2018-12-19T00:00:00\",\n                \"dateClosed\": \"n/a\",\n                \"reasonClosed\": \"BK\",\n                \"referenceNo\": null,\n                \"company\": \"test tester company\",\n                \"phone\": \"000-809-4002\",\n                \"overwriteTempo\": false,\n                \"fcOnHold\": false,\n                \"referredToFC\": \"12/19/2018\",\n                \"referredToAtty\": \"12/19/2018\",\n                \"attyReceived\": \"12/20/2018\",\n                \"noSent\": \"12/21/2018\",\n                \"noExpires\": \"01/25/2019\",\n                \"lastPmtReceived\": \"08/01/2018\",\n                \"pullTitleActual\": \"n/a\",\n                \"pullTitleProjected\": \"04/04/2021\",\n                \"complaintFiledActual\": \"n/a\",\n                \"complaintFiledProjected\": \"n/a\",\n                \"servedComplaintActual\": \"n/a\",\n                \"servedComplaintProjected\": \"n/a\",\n                \"judgmentFiledActual\": \"n/a\",\n                \"judgmentFiledProjected\": \"n/a\",\n                \"judgmentGrantedActual\": \"n/a\",\n                \"judgmentGrantedProjected\": \"n/a\",\n                \"saleDateActual\": \"n/a\",\n                \"saleDateProjected\": \"09/01/2021\",\n                \"biddindInstructionsRequest\": \"n/a\",\n                \"biddindInstructionsSent\": \"n/a\",\n                \"saleResults\": \"\",\n                \"saleAmount\": 0.0000,\n                \"publicationSaleActual\": \"07/10/2024\",\n                \"publicationSaleProjected\": \"07/08/2024\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4a100cd5-d81e-48f0-b7f0-c11f8fff3114"},{"name":"Loan PreForeclosure Report","id":"5a256d57-0f6f-4378-82bf-cde35c43e3e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n    getPreForeclosure{\n        account\n        loanUid\n        followUpDate\n        lastReview\n        property\n        city\n        state\n        createdAt\n        pfcRequired\n        pfcStart\n        pfcExpires\n        noiSent\n        noiExpires\n        company\n        phone\n        referredToAtty\n        attyNOISent\n        attyReceived\n        attyNOIExpires\n        attyNOIRcvd\n        closed\n        referredToFC\n        resolution\n        pfcOpened\n        pfcStatus\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p><strong>Parameters</strong></p>\n<p>account: Optional, without this filter will show report including all accounts</p>\n<p>isClosed: Optional, by default set to False. Will include closed accounts</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"1f40c1c8-d764-4ad1-8967-a303b8548511","name":"Loan PreForeclosure Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n    getPreForeclosure{\n        account\n        loanUid\n        followUpDate\n        lastReview\n        property\n        city\n        state\n        createdAt\n        pfcRequired\n        pfcStart\n        pfcExpires\n        noiSent\n        noiExpires\n        company\n        phone\n        referredToAtty\n        attyNOISent\n        attyReceived\n        attyNOIExpires\n        attyNOIRcvd\n        closed\n        referredToFC\n        resolution\n        pfcOpened\n        pfcStatus\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 13:52:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2023-03-14T13:52:27.4395271Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getPreForeclosure\": [\n            {\n                \"account\": \"test8180\",\n                \"loanUid\": \"01d6a322c0c44cc6bXXXXab426d1b8b\",\n                \"followUpDate\": \"n/a\",\n                \"lastReview\": \"n/a\",\n                \"property\": \"123 Main Street\",\n                \"city\": \"Lake Harmony\",\n                \"state\": \"PA\",\n                \"createdAt\": \"06/20/2022\",\n                \"pfcRequired\": false,\n                \"pfcStart\": \"n/a\",\n                \"pfcExpires\": \"n/a\",\n                \"noiSent\": \"n/a\",\n                \"noiExpires\": \"n/a\",\n                \"company\": \"Test Tester GROUP LLC\",\n                \"phone\": \"000-000-1234\",\n                \"referredToAtty\": \"n/a\",\n                \"attyNOISent\": \"06/13/2022\",\n                \"attyReceived\": \"n/a\",\n                \"attyNOIExpires\": \"06/23/2022\",\n                \"attyNOIRcvd\": \"06/20/2022\",\n                \"closed\": \"08/15/2022\",\n                \"referredToFC\": \"n/a\",\n                \"resolution\": \"OTHER\",\n                \"pfcOpened\": \"n/a\",\n                \"pfcStatus\": \"Inactive\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5a256d57-0f6f-4378-82bf-cde35c43e3e4"},{"name":"Default Interest Report","id":"5398765a-539a-4aad-98e8-cd10b833aa56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLenderDefaultInterestReport{\n        checkDate\n        paymentDate\n        checkNo\n        lenderAccount\n        loanAccount\n        borrowerName\n        prevAccount\n        noteRate\n        defaultInterestRate\n        checkAmount\n        toServiceFee\n        toNoteInterest\n        toDefaultInterest\n        toPrincipal\n        toLateCharge\n        toChargesPrincipal\n        toChargesInterest\n        toPrepay\n        toOtherTaxable\n        toOtherTaxFree\n        toOtherPayments\n        distToLender\n        distToVendor\n        distToCompany\n        maxDistToCompany\n    }\n  }","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/06/FCIAPI-DefaultInterestReport.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional, without this filter will show report including all investors</p>\n<p>dateFrom: Optional, default is last 6 months if filter is not used.</p>\n<p>dateTo: Optional, default is today if filter is not used.</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getLenderDefaultInterestReport{..........} </p>\n</blockquote>\n<blockquote>\n<p>getLenderDefaultInterestReport(investor:\"Investor\" ){.........} </p>\n</blockquote>\n<blockquote>\n<p>getLenderDefaultInterestReport(investor:\"Investor\" dateFrom:\"01-01-2021\" ){.........} </p>\n</blockquote>\n<blockquote>\n<p>getLenderDefaultInterestReport(investor:\"Investor\" dateTo:\"12-31-2021\" ){.........}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"0148ef46-3d57-4bf8-9e36-0526de47bbcc","name":"Default Interest Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLenderDefaultInterestReport{\n        checkDate\n        paymentDate\n        checkNo\n        lenderAccount\n        loanAccount\n        borrowerName\n        prevAccount\n        noteRate\n        defaultInterestRate\n        checkAmount\n        toServiceFee\n        toNoteInterest\n        toDefaultInterest\n        toPrincipal\n        toLateCharge\n        toChargesPrincipal\n        toChargesInterest\n        toPrepay\n        toOtherTaxable\n        toOtherTaxFree\n        toOtherPayments\n        distToLender\n        distToVendor\n        distToCompany\n        maxDistToCompany\n    }\n  }","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-06-08T00:18:51.9771821Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 08 Jun 2021 00:18:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLenderDefaultInterestReport\": [\n            {\n                \"checkDate\": \"05/21/2021\",\n                \"paymentDate\": \"05/07/2021\",\n                \"checkNo\": \"654788\",\n                \"lenderAccount\": \"Test1234\",\n                \"loanAccount\": \"test8180\",\n                \"borrowerName\": \"test tester\",\n                \"prevAccount\": null,\n                \"noteRate\": 5,\n                \"defaultInterestRate\": 0,\n                \"checkAmount\": 41.81,\n                \"toServiceFee\": -15,\n                \"toNoteInterest\": 56.81,\n                \"toDefaultInterest\": 0,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"distToLender\": 100,\n                \"distToVendor\": 0,\n                \"distToCompany\": 0,\n                \"maxDistToCompany\": 0.0000\n            },\n            {\n                \"checkDate\": \"05/21/2021\",\n                \"paymentDate\": \"05/12/2021\",\n                \"checkNo\": \"654788\",\n                \"lenderAccount\": \"Test1234\",\n                \"loanAccount\": \"test8180\",\n                \"borrowerName\": \"test tester\",\n                \"prevAccount\": null,\n                \"noteRate\": 5,\n                \"defaultInterestRate\": 0,\n                \"checkAmount\": -41.81,\n                \"toServiceFee\": 15,\n                \"toNoteInterest\": -56.81,\n                \"toDefaultInterest\": 0,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"distToLender\": 100,\n                \"distToVendor\": 0,\n                \"distToCompany\": 0,\n                \"maxDistToCompany\": 0.0000\n            }\n        ]\n    }\n}"}],"_postman_id":"5398765a-539a-4aad-98e8-cd10b833aa56"},{"name":"Lender Disbursement","id":"030a1fd1-eb45-4ff8-9775-e8f2f5da3b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getPaymentListToLender(account:\"test8180\"){\n   checkDate\n   checkNo\n   checkMemo\n   account\n   lenderAccount\n   paymentType\n   paymentDue\n   paymentDate\n   checkAmount\n   toServiceFee\n   toInterest\n   toPrincipal\n   toLateCharge\n   toChargesPrincipal\n   toChargesInterest\n   toPrepay\n   toOtherTaxable\n   toOtherTaxFree\n   toOtherPayments\n   toTrust\n   defaultInterest\n   noteInterest\n   investorAssetNumber\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>Refer to the Lender Disbursment Report section for details.</p>\n<img src=\"https://content.pstmn.io/ebe901c9-68bd-4390-b676-bb1026ea1a34/bGVuZGVyLWRpc2JpcnNtZW50LnBuZw==\" alt height=\"449\" width=\"1440\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p>onlyPending: Optional</p>\n<p>Limit: Optional</p>\n<p>dateFrom: Optional</p>\n<p>dateTo: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getPaymentListToLender{......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(dateFrom:\"05-05-2021\" dateTo:\"05-06-2021\"){......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(account:\"test8180\"){ ......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(investor:\"investor\"){ ......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(investor:\"investor\" limit:100){......}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"6f9b8d64-a4a1-4a60-b9e7-8011836828b6","name":"Lender Disbursement","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getPaymentListToLender(account:\"test8180\"){\n   checkDate\n   checkNo\n   checkMemo\n   account\n   lenderAccount\n   paymentType\n   paymentDue\n   paymentDate\n   checkAmount\n   toServiceFee\n   toInterest\n   toPrincipal\n   toLateCharge\n   toChargesPrincipal\n   toChargesInterest\n   toPrepay\n   toOtherTaxable\n   toOtherTaxFree\n   toOtherPayments\n   toTrust\n   defaultInterest\n   noteInterest\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Dec 2022 17:37:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"148"},{"key":"X-Rate-Limit-Reset","value":"2022-12-26T17:37:10.9935571Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getPaymentListToLender\": [\n            {\n                \"checkDate\": \"08/26/2022\",\n                \"checkNo\": \"697282\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"02/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 0.77,\n                \"toServiceFee\": -15,\n                \"toInterest\": 15.77,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 15.77\n            },\n            {\n                \"checkDate\": \"08/26/2022\",\n                \"checkNo\": \"697282\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"02/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -0.77,\n                \"toServiceFee\": 15,\n                \"toInterest\": -15.77,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -15.77\n            },\n            {\n                \"checkDate\": \"08/26/2022\",\n                \"checkNo\": \"697282\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"03/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -1.68,\n                \"toServiceFee\": 15,\n                \"toInterest\": -16.68,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -16.68\n            },\n            {\n                \"checkDate\": \"08/26/2022\",\n                \"checkNo\": \"697282\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"03/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 1.68,\n                \"toServiceFee\": -15,\n                \"toInterest\": 16.68,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 16.68\n            },\n            {\n                \"checkDate\": \"06/13/2022\",\n                \"checkNo\": \"2132907\",\n                \"checkMemo\": \"Reverse Loan Payment\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"Oth\",\n                \"paymentDue\": \"05/26/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -0.23,\n                \"toServiceFee\": 0,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": -0.23,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 0\n            },\n            {\n                \"checkDate\": \"06/13/2022\",\n                \"checkNo\": \"2132907\",\n                \"checkMemo\": \"Investor Disbursement\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"Oth\",\n                \"paymentDue\": \"05/26/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 0.23,\n                \"toServiceFee\": 0,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0.23,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 0\n            },\n            {\n                \"checkDate\": \"06/13/2022\",\n                \"checkNo\": \"2132907\",\n                \"checkMemo\": \"Reverse Loan Payment\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"02/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -39.38,\n                \"toServiceFee\": 15,\n                \"toInterest\": -54.38,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -54.38\n            },\n            {\n                \"checkDate\": \"06/13/2022\",\n                \"checkNo\": \"2132907\",\n                \"checkMemo\": \"Investor Disbursement\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"02/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 39.38,\n                \"toServiceFee\": -15,\n                \"toInterest\": 54.38,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 54.38\n            },\n            {\n                \"checkDate\": \"05/27/2022\",\n                \"checkNo\": \"688851\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"Oth\",\n                \"paymentDue\": \"05/18/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 0.23,\n                \"toServiceFee\": 0,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0.23,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 0\n            },\n            {\n                \"checkDate\": \"05/27/2022\",\n                \"checkNo\": \"688851\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"Oth\",\n                \"paymentDue\": \"05/18/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -0.23,\n                \"toServiceFee\": 0,\n                \"toInterest\": 0,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": -0.23,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 0\n            },\n            {\n                \"checkDate\": \"04/08/2022\",\n                \"checkNo\": \"683009\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"02/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 0,\n                \"toServiceFee\": -0.1,\n                \"toInterest\": 0.1,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 0.1\n            },\n            {\n                \"checkDate\": \"04/08/2022\",\n                \"checkNo\": \"683009\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"02/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 0,\n                \"toServiceFee\": 0.1,\n                \"toInterest\": -0.1,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -0.1\n            },\n            {\n                \"checkDate\": \"03/11/2022\",\n                \"checkNo\": \"679827\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"01/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29\n            },\n            {\n                \"checkDate\": \"03/11/2022\",\n                \"checkNo\": \"679827\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"01/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29\n            },\n            {\n                \"checkDate\": \"03/11/2022\",\n                \"checkNo\": \"679827\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"02/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29\n            },\n            {\n                \"checkDate\": \"03/11/2022\",\n                \"checkNo\": \"679827\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"02/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29\n            },\n            {\n                \"checkDate\": \"03/04/2022\",\n                \"checkNo\": \"678936\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"Oth\",\n                \"paymentDue\": \"02/23/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 1.82,\n                \"toServiceFee\": 0,\n                \"toInterest\": 1.82,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 1.82\n            },\n            {\n                \"checkDate\": \"02/18/2022\",\n                \"checkNo\": \"677869\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"01/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29\n            },\n            {\n                \"checkDate\": \"02/18/2022\",\n                \"checkNo\": \"677869\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"01/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29\n            },\n            {\n                \"checkDate\": \"02/11/2022\",\n                \"checkNo\": \"677258\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"01/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29\n            },\n            {\n                \"checkDate\": \"02/11/2022\",\n                \"checkNo\": \"677258\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"01/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29\n            },\n            {\n                \"checkDate\": \"01/28/2022\",\n                \"checkNo\": \"675920\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"01/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29\n            },\n            {\n                \"checkDate\": \"01/28/2022\",\n                \"checkNo\": \"675920\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"01/05/2022\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29\n            },\n            {\n                \"checkDate\": \"01/21/2022\",\n                \"checkNo\": \"675379\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"12/05/2021\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29\n            },\n            {\n                \"checkDate\": \"01/21/2022\",\n                \"checkNo\": \"675379\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"12/05/2021\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29\n            },\n            {\n                \"checkDate\": \"12/31/2021\",\n                \"checkNo\": \"673313\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"12/05/2021\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": 40.29,\n                \"toServiceFee\": -15,\n                \"toInterest\": 55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": 55.29\n            },\n            {\n                \"checkDate\": \"12/31/2021\",\n                \"checkNo\": \"673313\",\n                \"checkMemo\": \"Investor Check\",\n                \"account\": \"test8180\",\n                \"lenderAccount\": \"Test1234\",\n                \"paymentType\": \"RegPmt\",\n                \"paymentDue\": \"12/05/2021\",\n                \"paymentDate\": \"01/05/2022\",\n                \"checkAmount\": -40.29,\n                \"toServiceFee\": 15,\n                \"toInterest\": -55.29,\n                \"toPrincipal\": 0,\n                \"toLateCharge\": 0,\n                \"toChargesPrincipal\": 0,\n                \"toChargesInterest\": 0,\n                \"toPrepay\": 0,\n                \"toOtherTaxable\": 0,\n                \"toOtherTaxFree\": 0,\n                \"toOtherPayments\": 0,\n                \"toTrust\": 0,\n                \"defaultInterest\": 0,\n                \"noteInterest\": -55.29\n            }\n        ]\n    }\n}"}],"_postman_id":"030a1fd1-eb45-4ff8-9775-e8f2f5da3b70"},{"name":"Investor Earnings","id":"22489793-7487-4b7d-8d40-fd96899f79e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getInvestorEarnings(investor:\"INV-1\"){\n    investorAccount\n    investorName\n    totalLoansInvested\n    totalLoansServiced\n    originalUPBServiced\n    currentUPBBalance\n    priorYearDistributions\n    currentYearDistributions\n    details{\n      loanAccount\n      borrowerName\n      originalUPBalance\n      currentUPBalance\n      priorYeardistributions\n      currentYearDistributions \n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-InvestorEarnings.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getInvestorEarnings{..........} </p>\n</blockquote>\n<blockquote>\n<p>getInvestorEarnings(investor:\"Investor\" ){.........} </p>\n</blockquote>\n<blockquote>\n<p>getInvestorEarnings(investor:\"Investor\" ){....details(account:\"account\" ){....}}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"c50742e6-64dd-4a9b-b410-873b1cc78a75","name":"Investor Earnings","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getInvestorEarnings{\n    investorAccount\n    investorName\n    totalLoansInvested\n    totalLoansServiced\n    originalUPBServiced\n    currentUPBBalance\n    priorYearDistributions\n    currentYearDistributions\n    details{\n      loanAccount\n      borrowerName\n      originalUPBalance\n      currentUPBalance\n      priorYeardistributions\n      currentYearDistributions\n    }\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-03-09T01:54:55.0085156Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Mar 2021 01:54:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getInvestorEarnings\": [\n            {\n                \"investorAccount\": \"INV-1\",\n                \"investorName\": \"Investments LLC\",\n                \"totalLoansInvested\": 1,\n                \"totalLoansServiced\": 1,\n                \"originalUPBServiced\": 4254.69,\n                \"currentUPBBalance\": 2538.69,\n                \"priorYearDistributions\": 572,\n                \"currentYearDistributions\": 1144,\n                \"details\": [\n                    {\n                        \"loanAccount\": \"Test8180\",\n                        \"borrowerName\": \"Bororower Test\",\n                        \"originalUPBalance\": 4254.6900,\n                        \"currentUPBalance\": 2538.6900,\n                        \"priorYeardistributions\": 572.0000,\n                        \"currentYearDistributions\": 1144.0000\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"22489793-7487-4b7d-8d40-fd96899f79e5"},{"name":"Lender Trust Ledger","id":"c6741010-64c5-4a04-b898-410fb0b39c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLenderTrustLedger(investor:\"INV-1\" dateFrom:\"01/01/2021\"){\n    type\n    beneficiary\n    dateDeposited\n    reference\n    memo\n    deposit\n    payment\n    balance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-LenderTrustLedger.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Required.</p>\n<p>dateFrom: Optional.</p>\n<p>dateTo: Optional.</p>\n<p>limit: Optional.</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getLenderTrustLedger(investor:\"investor\" ){.....} </p>\n</blockquote>\n<blockquote>\n<p>getLenderTrustLedger(investor:\"investor\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...} </p>\n</blockquote>\n<blockquote>\n<p>getLenderTrustLedger(investor:\"investor\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020\" limit:10){...}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"b9fb1052-ef42-4f79-8807-155de81b216b","name":"Lender Trust Ledger","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLenderTrustLedger(investor:\"INV-1\" dateFrom:\"01/01/2021\"){\n    type\n    beneficiary\n    dateDeposited\n    reference\n    memo\n    deposit\n    payment\n    balance\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"8"},{"key":"X-Rate-Limit-Reset","value":"2021-03-09T01:48:08.7456795Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Mar 2021 01:48:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLenderTrustLedger\": [\n            {\n                \"type\": \"REGULAR\",\n                \"beneficiary\": \"INV-1 Investments LLC\",\n                \"dateDeposited\": \"03/04/2021\",\n                \"reference\": \"1000011\",\n                \"memo\": \"Investor Check-ACH\",\n                \"deposit\": 0,\n                \"payment\": -572,\n                \"balance\": 0\n            },\n            {\n                \"type\": \"REGULAR\",\n                \"beneficiary\": \"TEST8180 BENEFICIARY\",\n                \"dateDeposited\": \"02/22/2021\",\n                \"reference\": \"004111\",\n                \"memo\": \"Investor Disbursement\",\n                \"deposit\": 572,\n                \"payment\": 0,\n                \"balance\": 572\n            },\n            {\n                \"type\": \"REGULAR\",\n                \"beneficiary\": \"INV-1 Investments LLC\",\n                \"dateDeposited\": \"02/03/2021\",\n                \"reference\": \"11111111\",\n                \"memo\": \"Investor Check-ACH\",\n                \"deposit\": 0,\n                \"payment\": -572,\n                \"balance\": 0\n            },\n            {\n                \"type\": \"REGULAR\",\n                \"beneficiary\": \"TEST8180 BENEFICIARY\",\n                \"dateDeposited\": \"01/22/2021\",\n                \"reference\": \"FCI001111\",\n                \"memo\": \"Investor Disbursement\",\n                \"deposit\": 572,\n                \"payment\": 0,\n                \"balance\": 572\n            }\n        ]\n    }\n}"}],"_postman_id":"c6741010-64c5-4a04-b898-410fb0b39c19"},{"name":"Loan Cash Flow","id":"fcb04a69-551f-400b-ae3d-1602d45eda3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"  {\n  getLoanCashFlow{\n    account\n    assetNumber\n    borrowerName\n    status\n    nextDueDate\n    paymentDate\n    monthToDate\n    lastMonth\n    month2\n    month3\n    month4\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-LoanCashFlow.png\" alt=\"FCIAPI Loan-details\" />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"987061b4-da2e-4cdc-996c-29eec23ef9a0","name":"Loan Cash Flow Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"  {\n  getLoanCashFlow(limit:2){\n    account\n    assetNumber\n    borrowerName\n    status\n    nextDueDate\n    paymentDate\n    monthToDate\n    lastMonth\n    month2\n    month3\n    month4\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-03-09T01:40:41.4923449Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 09 Mar 2021 01:40:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLoanCashFlow\": [\n            {\n                \"account\": \"test8180\",\n                \"assetNumber\": null,\n                \"borrowerName\": \"TEST PROPERTIES, LLC\",\n                \"status\": \"ACTIVE\",\n                \"nextDueDate\": \"05/01/2021\",\n                \"paymentDate\": \"02/23/2021\",\n                \"monthToDate\": 0,\n                \"lastMonth\": 832.36,\n                \"month2\": 832.36,\n                \"month3\": 832.36,\n                \"month4\": 832.36\n            },\n            {\n                \"account\": \"TEST12345\",\n                \"assetNumber\": null,\n                \"borrowerName\": \"BORROWER TEST\",\n                \"status\": \"ACTIVE\",\n                \"nextDueDate\": \"04/01/2021\",\n                \"paymentDate\": \"03/04/2021\",\n                \"monthToDate\": 547.22,\n                \"lastMonth\": 547.22,\n                \"month2\": 547.22,\n                \"month3\": 609.15,\n                \"month4\": 609.15\n            }\n        ]\n    }\n}"}],"_postman_id":"fcb04a69-551f-400b-ae3d-1602d45eda3b"},{"name":"Pay String Report","id":"0cd7deb1-1100-46bf-b817-228f3aeae677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getPayString(account:\"test8180\"){\n    account\n    principalBalance\n    currentDQStatus\n    payString\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Pay-String.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getPayString(account:\"testaccount1\"){........} </p>\n</blockquote>\n<blockquote>\n<p>getPayString(investor:\"investorname\"){........} </p>\n</blockquote>\n<blockquote>\n<p>getPayString(investor:\"investorname\" account:\"testaccount1\"){........}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"90ea3dac-9264-440a-ba31-2822f21a0cb4","name":"Pay String Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getPayString(account:\"test8180\"){\n    account\n    principalBalance\n    currentDQStatus\n    payString\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-03-10T18:13:28.9119457Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 10 Mar 2021 18:13:18 GMT"},{"key":"Content-Length","value":"125"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getPayString\": [\n            {\n                \"account\": \"test8180\",\n                \"principalBalance\": 20019.14,\n                \"currentDQStatus\": \"Current\",\n                \"payString\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"0cd7deb1-1100-46bf-b817-228f3aeae677"},{"name":"Current Paystring Report","id":"32f6e837-ff61-4d77-b104-86a7c3aa8abc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n    getCurrentPaystring(loanAccount: \"test8180\") {\n        resume\n        details {\n            valPaystring\n            dateDue\n            dateReceived\n        }\n        principalBalance\n        originalBalance\n        paymentFrequency\n        paidToDate\n        firstPaymentDate\n        maturityDate\n        nextDueDate\n        paymentDay\n        reportDate\n    }\n  \n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Pay-String.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getPayString(account:\"testaccount1\"){........} </p>\n</blockquote>\n<blockquote>\n<p>getPayString(investor:\"investorname\"){........} </p>\n</blockquote>\n<blockquote>\n<p>getPayString(investor:\"investorname\" account:\"testaccount1\"){........}</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"8fac14cd-6574-4578-bbb6-4f42e5016930","name":"Current paystring report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n    getCurrentPaystring(loanAccount: \"test8180\") {\n        resume\n        details {\n            valPaystring\n            dateDue\n            dateReceived\n        }\n        principalBalance\n        originalBalance\n        paymentFrequency\n        paidToDate\n        firstPaymentDate\n        maturityDate\n        nextDueDate\n        paymentDay\n        reportDate\n    }\n  \n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-03-12T19:50:51.0695753Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 12 Mar 2021 19:50:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getCurrentPaystring\": {\n            \"resume\": \"P\",\n            \"details\": [\n                {\n                    \"valPaystring\": \"P\",\n                    \"dateDue\": \"02/01/2022\",\n                    \"dateReceived\": \"n/a\"\n                }\n            ],\n            \"principalBalance\": \"¤0.00\",\n            \"originalBalance\": \"¤177,400.00\",\n            \"paymentFrequency\": \"Monthly\",\n            \"paidToDate\": \"01/01/2022\",\n            \"firstPaymentDate\": \"05/01/2021\",\n            \"maturityDate\": \"04/01/2022\",\n            \"nextDueDate\": \"02/01/2022\",\n            \"paymentDay\": 1,\n            \"reportDate\": \"08/08/2025\"\n        }\n    }\n}"}],"_postman_id":"32f6e837-ff61-4d77-b104-86a7c3aa8abc"},{"name":"Scheduled Vs Actual Payment Report","id":"b05f4627-02f0-4b8e-8e23-9a29a4184ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getSVAPaymentReport {\n    fromYear\n    toYear\n    totalPrincipalScheduled\n    totalPrincipalReceived\n    totalInterestScheduled\n    totalInterestReceived\n    months {\n      year\n      month\n      totalPrincipalScheduled\n      totalPrincipalReceived\n      totalInterestScheduled\n      totalInterestReceived\n      unpaidCount\n      paidCount\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://content.pstmn.io/00ee7355-448b-41a0-a279-35cb0b243f0c/aW1hZ2UgLSAyMDI1LTExLTAzVDEzNTMzMS44NzYucG5n\" width=\"326\" height=\"205\" />\n\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getSVAPaymentReport { }</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"b3da81bc-1cb5-4a0c-b64b-c0c9b90ac21e","name":"Scheduled Vs Actual Payment Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getSVAPaymentReport {\n    fromYear\n    toYear\n    totalPrincipalScheduled\n    totalPrincipalReceived\n    totalInterestScheduled\n    totalInterestReceived\n    months {\n      year\n      month\n      totalPrincipalScheduled\n      totalPrincipalReceived\n      totalInterestScheduled\n      totalInterestReceived\n      unpaidCount\n      paidCount\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Mon, 03 Nov 2025 18:49:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2025-11-03T18:49:45.2940821Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getSVAPaymentReport\": {\n            \"fromYear\": 2023,\n            \"toYear\": 2025,\n            \"totalPrincipalScheduled\": 0,\n            \"totalPrincipalReceived\": 0,\n            \"totalInterestScheduled\": 0,\n            \"totalInterestReceived\": 0,\n            \"months\": [\n                {\n                    \"year\": 2023,\n                    \"month\": 11,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2023,\n                    \"month\": 12,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 1,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 2,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 3,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 4,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 5,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 6,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 7,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 8,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 9,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 10,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 11,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2024,\n                    \"month\": 12,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 1,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 2,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 3,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 4,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 5,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 6,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 7,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 8,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 9,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 10,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                },\n                {\n                    \"year\": 2025,\n                    \"month\": 11,\n                    \"totalPrincipalScheduled\": 0,\n                    \"totalPrincipalReceived\": 0,\n                    \"totalInterestScheduled\": 0,\n                    \"totalInterestReceived\": 0,\n                    \"unpaidCount\": 1,\n                    \"paidCount\": 0\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"b05f4627-02f0-4b8e-8e23-9a29a4184ec7"},{"name":"Scheduled Vs Actual Payment by Loan Report","id":"7318b21f-7b78-4d99-bc1c-8fbaad46b8b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n    getSVALoanPaymentReport(account:\"test8180\") {\n    fromYear\n    toYear\n    totalPrincipalScheduled\n    totalPrincipalReceived\n    totalInterestScheduled\n    totalInterestReceived\n    months {\n      dateDue\n      dateReceived\n      principalScheduled\n      principalReceived\n      interestScheduled\n      interestReceived\n      isPerforming\n      isPaid\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://content.pstmn.io/00ee7355-448b-41a0-a279-35cb0b243f0c/aW1hZ2UgLSAyMDI1LTExLTAzVDEzNTMzMS44NzYucG5n\" width=\"326\" height=\"205\" />\n\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getSVAPaymentReport { }</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"cf591e7f-292d-4520-b84b-698cd3f820fb","name":"Scheduled Vs Actual Payment by Loan Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n    getSVALoanPaymentReport(account:\"test8180\") {\n    fromYear\n    toYear\n    totalPrincipalScheduled\n    totalPrincipalReceived\n    totalInterestScheduled\n    totalInterestReceived\n    months {\n      dateDue\n      dateReceived\n      principalScheduled\n      principalReceived\n      interestScheduled\n      interestReceived\n      isPerforming\n      isPaid\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 25 Nov 2025 16:58:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"147"},{"key":"X-Rate-Limit-Reset","value":"2025-11-25T16:59:02.7247848Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getSVALoanPaymentReport\": {\n            \"fromYear\": 2023,\n            \"toYear\": 2025,\n            \"totalPrincipalScheduled\": 0,\n            \"totalPrincipalReceived\": 0,\n            \"totalInterestScheduled\": 58713.46,\n            \"totalInterestReceived\": 58712.55,\n            \"months\": [\n                {\n                    \"dateDue\": \"11/01/2023\",\n                    \"dateReceived\": \"10/19/2023\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 8365,\n                    \"interestReceived\": 8364.09,\n                    \"isPerforming\": true,\n                    \"isPaid\": true\n                },\n                {\n                    \"dateDue\": \"12/01/2023\",\n                    \"dateReceived\": \"12/11/2023\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 8391.41,\n                    \"interestReceived\": 8391.41,\n                    \"isPerforming\": true,\n                    \"isPaid\": true\n                },\n                {\n                    \"dateDue\": \"01/01/2024\",\n                    \"dateReceived\": \"12/14/2023\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 8391.41,\n                    \"interestReceived\": 8391.41,\n                    \"isPerforming\": true,\n                    \"isPaid\": true\n                },\n                {\n                    \"dateDue\": \"02/01/2024\",\n                    \"dateReceived\": \"01/19/2024\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 8391.41,\n                    \"interestReceived\": 8391.41,\n                    \"isPerforming\": true,\n                    \"isPaid\": true\n                },\n                {\n                    \"dateDue\": \"03/01/2024\",\n                    \"dateReceived\": \"02/26/2024\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 8391.41,\n                    \"interestReceived\": 8391.41,\n                    \"isPerforming\": true,\n                    \"isPaid\": true\n                },\n                {\n                    \"dateDue\": \"04/01/2024\",\n                    \"dateReceived\": \"03/08/2024\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 8391.41,\n                    \"interestReceived\": 8391.41,\n                    \"isPerforming\": true,\n                    \"isPaid\": true\n                },\n                {\n                    \"dateDue\": \"05/01/2024\",\n                    \"dateReceived\": \"05/01/2024\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 8391.41,\n                    \"interestReceived\": 8391.41,\n                    \"isPerforming\": true,\n                    \"isPaid\": true\n                },\n                {\n                    \"dateDue\": \"06/01/2024\",\n                    \"dateReceived\": \"n/a\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 0,\n                    \"interestReceived\": 0,\n                    \"isPerforming\": false,\n                    \"isPaid\": false\n                },\n                {\n                    \"dateDue\": \"07/01/2024\",\n                    \"dateReceived\": \"n/a\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 0,\n                    \"interestReceived\": 0,\n                    \"isPerforming\": false,\n                    \"isPaid\": false\n                },\n                {\n                    \"dateDue\": \"08/01/2024\",\n                    \"dateReceived\": \"n/a\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 0,\n                    \"interestReceived\": 0,\n                    \"isPerforming\": false,\n                    \"isPaid\": false\n                },\n                {\n                    \"dateDue\": \"09/01/2024\",\n                    \"dateReceived\": \"n/a\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 0,\n                    \"interestReceived\": 0,\n                    \"isPerforming\": false,\n                    \"isPaid\": false\n                },\n                {\n                    \"dateDue\": \"10/01/2024\",\n                    \"dateReceived\": \"n/a\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 0,\n                    \"interestReceived\": 0,\n                    \"isPerforming\": false,\n                    \"isPaid\": false\n                },\n                {\n                    \"dateDue\": \"11/01/2024\",\n                    \"dateReceived\": \"n/a\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 0,\n                    \"interestReceived\": 0,\n                    \"isPerforming\": false,\n                    \"isPaid\": false\n                },\n                {\n                    \"dateDue\": \"12/01/2024\",\n                    \"dateReceived\": \"n/a\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 0,\n                    \"interestReceived\": 0,\n                    \"isPerforming\": false,\n                    \"isPaid\": false\n                },\n                {\n                    \"dateDue\": \"01/01/2025\",\n                    \"dateReceived\": \"n/a\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 0,\n                    \"interestReceived\": 0,\n                    \"isPerforming\": false,\n                    \"isPaid\": false\n                },\n                {\n                    \"dateDue\": \"02/01/2025\",\n                    \"dateReceived\": \"n/a\",\n                    \"principalScheduled\": 0,\n                    \"principalReceived\": 0,\n                    \"interestScheduled\": 0,\n                    \"interestReceived\": 0,\n                    \"isPerforming\": false,\n                    \"isPaid\": false\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"7318b21f-7b78-4d99-bc1c-8fbaad46b8b9"},{"name":"Payoff Value to Date","id":"b4d9bbb5-fb38-44cd-a7cb-489d4eda547e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getPayoffValuetoDate(account:\"test8180\")\n  {\n    payoffDate\n    maturityDate\n    interestPaidToDate   \n    nextPaymentDue\n    unpaidPrincipal\n    deferredUnpaidPrincipal\n    interestRate\n    currentRate\n    noteInterestRateDue\n    additionalDefaultInterestRate\n    unpaidInterest\n    deferredUnpaidInterest\n    unpaidFees\n    otherPayments\n    accLateCharges\n    unpaidLateCharges\n    deferredUnpaidLateCharges\n    unpaidCharges\n    otherEstimatedFees\n    suspenseBalance\n    escrowBalance\n    restrictedFunds\n    judgmentInterestFromDate\n    judgmentAmount\n    postJudgmentInterestRate\n    judgmentRateDue\n    prepaymentPenalty\n    accrualRate\n    noteInterestRateCredit\n    drawLoan\n    lenderExitFee\n    interestGuarantee\n    dailyInterest\n    fullyPayoff\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://content.pstmn.io/28833ef7-16e0-4959-b9ed-5bf9a1e16ece/U2NyZWVuc2hvdCAyMDI0LTEwLTMwIGF0IDEyLjU4LjIy4oCvUE0ucG5n\" alt />\n\n<p><strong>Parameters</strong></p>\n<p>account: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getPayoffValuetoDate(account:\"tes8180\" ){...}</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"cde4a076-f4a8-47cd-83cd-c2f3cc50281c","name":"Payoff Value to Date","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getPayoffValuetoDate(account:\"test8180\")\n  {\n    payoffDate\n    maturityDate\n    interestPaidToDate   \n    nextPaymentDue\n    unpaidPrincipal\n    deferredUnpaidPrincipal\n    interestRate\n    currentRate\n    noteInterestRateDue\n    additionalDefaultInterestRate\n    unpaidInterest\n    deferredUnpaidInterest\n    unpaidFees\n    otherPayments\n    accLateCharges\n    unpaidLateCharges\n    deferredUnpaidLateCharges\n    unpaidCharges\n    otherEstimatedFees\n    suspenseBalance\n    escrowBalance\n    restrictedFunds\n    judgmentInterestFromDate\n    judgmentAmount\n    postJudgmentInterestRate\n    judgmentRateDue\n    prepaymentPenalty\n    accrualRate\n    noteInterestRateCredit\n    drawLoan\n    lenderExitFee\n    interestGuarantee\n    dailyInterest\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-03-12T19:50:51.0695753Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 12 Mar 2021 19:50:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getPayoffValuetoDate\": {\n            \"payoffDate\": \"1/31/2025\",\n            \"maturityDate\": \"12/31/2060\",\n            \"interestPaidToDate\": \"10/01/2024\",\n            \"nextPaymentDue\": \"11/01/2024\",\n            \"unpaidPrincipal\": 25019.14,\n            \"deferredUnpaidPrincipal\": 0,\n            \"interestRate\": 1,\n            \"currentRate\": 1,\n            \"noteInterestRateDue\": 84.31,\n            \"additionalDefaultInterestRate\": 0.00,\n            \"unpaidInterest\": 0,\n            \"deferredUnpaidInterest\": 0,\n            \"unpaidFees\": 0,\n            \"otherPayments\": 0,\n            \"accLateCharges\": 17.01,\n            \"unpaidLateCharges\": 2.43,\n            \"deferredUnpaidLateCharges\": 0,\n            \"unpaidCharges\": 526.00,\n            \"otherEstimatedFees\": 264.00,\n            \"suspenseBalance\": -162.31,\n            \"escrowBalance\": 0,\n            \"restrictedFunds\": 0,\n            \"judgmentInterestFromDate\": \"n/a\",\n            \"judgmentAmount\": 0,\n            \"postJudgmentInterestRate\": 0,\n            \"judgmentRateDue\": 0,\n            \"prepaymentPenalty\": 0,\n            \"accrualRate\": 0,\n            \"noteInterestRateCredit\": 0,\n            \"drawLoan\": 0,\n            \"lenderExitFee\": 0,\n            \"interestGuarantee\": 0,\n            \"dailyInterest\": 0.70,\n            \"fullyPayoff\": 25750.58\n        }\n    }\n}"}],"_postman_id":"b4d9bbb5-fb38-44cd-a7cb-489d4eda547e"},{"name":"Payoff Demand Status","id":"09960f66-0815-4f88-9fe2-f27c63320af0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getPayOffDemandStatus(wasPaid:false dateFrom:\"01-01-2024\") {\n    account\n    dateReceived\n    borrowerName\n    borrowerAddress\n    borrowerCity\n    borrowerState\n    borrowerZip\n    complianceDate\n    upb\n    interestRate\n    paidToDate\n    nextDueDate\n    maturityDate\n    paidOffDate\n    closedDate\n    propertyState\n    propertyCity\n    propertyZip\n    loanStatus\n    datePayoffDemandQuoteIssued\n    wasPaid\n    expiresOnDate\n    forwardToLender\n    demandStatus\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Payoff-Demand-status.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p>dateFrom: Optional</p>\n<p>dateTo: Optional</p>\n<p>wasPaid: Optional</p>\n<p>Limit: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getPayOffDemandStatus{.....} </p>\n</blockquote>\n<blockquote>\n<p>getPayOffDemandStatus(investor:\"test1234\" ){.....} </p>\n</blockquote>\n<blockquote>\n<p>getPayOffDemandStatus(investor:\"test1234\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...} </p>\n</blockquote>\n<blockquote>\n<p>getPayOffDemandStatus(account:\"tes8180\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...} </p>\n</blockquote>\n<blockquote>\n<p>getPayOffDemandStatus(wasPaid:true<br />investor:\"test1234\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020\" ) {.....}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"f2026e65-1b51-49bc-85c0-7363895ebbf9","name":"Payoff Demand Status","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getPayOffDemandStatus(wasPaid:false dateFrom:\"01-01-2021\") {\n    account\n    borrowerName\n    borrowerAddress\n    borrowerCity\n    borrowerState\n    borrowerZip\n    complianceDate\n    upb\n    interestRate\n    paidToDate\n    nextDueDate\n    maturityDate\n    paidOffDate\n    closedDate\n    propertyState\n    propertyCity\n    propertyZip\n    loanStatus\n    datePayoffDemandQuoteIssued\n    wasPaid\n    forwardToLender\n    demandStatus\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-03-12T19:50:51.0695753Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 12 Mar 2021 19:50:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getPayOffDemandStatus\": [\n            {\n                \"account\": \"test8180\",\n                \"dateReceived\": \"06/06/2022\",\n                \"borrowerName\": \"test8180\",\n                \"borrowerAddress\": \"8180 E Kaiser Blvd.\",\n                \"borrowerCity\": \"ANAHEIM\",\n                \"borrowerState\": \"CA\",\n                \"borrowerZip\": \"92808\",\n                \"complianceDate\": \"09/14/2022\",\n                \"upb\": 125719.81,\n                \"interestRate\": 6,\n                \"paidToDate\": \"03/01/2021\",\n                \"nextDueDate\": \"04/01/2021\",\n                \"maturityDate\": \"08/01/2048\",\n                \"paidOffDate\": \"n/a\",\n                \"closedDate\": \"n/a\",\n                \"propertyState\": \"TN\",\n                \"propertyCity\": \"ANAHEIM\",\n                \"propertyZip\": \"92808\",\n                \"loanStatus\": \"Performing\",\n                \"datePayoffDemandQuoteIssued\": \"02/19/2021\",\n                \"wasPaid\": 0,\n                \"expiresOnDate\":\"12/19/2022\",\n                \"forwardToLender\": \"09/02/2022\"\n                \"demandStatus\": \"COMPLETED\"\n            }\n        ]\n    }\n}"}],"_postman_id":"09960f66-0815-4f88-9fe2-f27c63320af0"},{"name":"Trust Balance","id":"9e2ef241-7584-4fa7-96fd-d5e0c736b78c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getTrustBalance(dateFrom:\"10-01-2020\" account:\"test8180\"){\n    account\n    borowerName\n    status\n    escrowBalance\n    suspenseBalance\n    trustTotal\n  }\n}\n","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Trust-Balance.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p>dateFrom: Optional</p>\n<p>dateTo: Optional</p>\n<p>Limit: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getTrustBalance{.....} </p>\n</blockquote>\n<blockquote>\n<p>getTrustBalance (investor:\"test1234\" ){.....} </p>\n</blockquote>\n<blockquote>\n<p>getTrustBalance (investor:\"test1234\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...} </p>\n</blockquote>\n<blockquote>\n<p>getTrustBalance (account:\"test8180\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"3b92321e-c1eb-4254-8ee6-7cb44850cc02","name":"Trust Balance","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getTrustBalance(dateFrom:\"10-01-2020\" account:\"9160035254BK1\"){\n    account\n    borowerName\n    status\n    escrowBalance\n    suspenseBalance\n    trustTotal\n  }\n}\n","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-03-12T19:58:30.2721294Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 12 Mar 2021 19:58:20 GMT"},{"key":"Content-Length","value":"182"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTrustBalance\": [\n            {\n                \"account\": \"test8180\",\n                \"borowerName\": \"TEST BORROWER\",\n                \"status\": 4,\n                \"escrowBalance\": 0,\n                \"suspenseBalance\": 0,\n                \"trustTotal\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"9e2ef241-7584-4fa7-96fd-d5e0c736b78c"},{"name":"Lien Release Report","id":"722b6087-3638-43b8-bc4e-62400416e4b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLienReport{\n    lenderAccount\n    loanAccount\n    street\n    city\n    state\n    zipCode\n    date\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2022/07/Screen-Shot-2022-07-13-at-3.16.52-PM.png\" />\n\n<p><strong>Parameters</strong></p>\n<ul>\n<li>investor: lender account (OPCIONAL)</li>\n<li>account: loan Account (OPCIONAL)</li>\n<li>dateFrom: (OPCIONAL)</li>\n<li>dateTo: (OPCIONAL)</li>\n</ul>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getLienReport{.....} </p>\n</blockquote>\n<blockquote>\n<p>getLienReport (investor:\"test1234\" ){.....} </p>\n</blockquote>\n<blockquote>\n<p>getLienReport (investor:\"test1234\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...} </p>\n</blockquote>\n<blockquote>\n<p>getLienReport (account:\"test8180\" dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"4d990a9f-00c4-4f56-a73a-cc381a42a96b","name":"Lien Release Report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getLienReport{\n    lenderAccount\n    loanAccount\n    street\n    city\n    state\n    zipCode\n    date\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"98"},{"key":"X-Rate-Limit-Reset","value":"2022-07-13T19:19:54.8476824Z"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 13 Jul 2022 19:19:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLienReport\": [\n            {\n                \"lenderAccount\": \"test1234\",\n                \"loanAccount\": \"testaccount\",\n                \"street\": \"357 Address ave\",\n                \"city\": \" Las Vegas\",\n                \"state\": \"NV\",\n                \"zipCode\": \"00000\",\n                \"date\": \"03/10/2022\"\n            },\n            {\n                \"lenderAccount\": \"test12345\",\n                \"loanAccount\": \"testaccount00\",\n                \"street\": \"10602 Address ave\",\n                \"city\": \"Charlotte\",\n                \"state\": \"NC\",\n                \"zipCode\": \"00000\",\n                \"date\": \"11/03/2021\"\n            }\n        ]\n    }\n}"}],"_postman_id":"722b6087-3638-43b8-bc4e-62400416e4b8"},{"name":"Loss Mit Report","id":"c787e291-a0e2-4e9f-8a36-e9cccb92538d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLossMitReport { \n    lossMitStatus \n    decision \n    planStartDate \n    reasonClosed \n    initialAppReceived \n    requestReceivedFrom \n    workoutTypeRequested \n    acknowledegementSent \n    appSentToLender \n    additionalDocsNoticeSent \n    appComplete \n    foreclosureHoldAdded \n    decisionMade \n    workoutType \n    decisionNoticeSent \n    appealReceived \n    appealSentToLender \n    appealDecision \n    agreementReceived \n    loanTermsUpdated \n    followUpDate \n    lastReview \n    creationDate \n    initialAppComplete \n    appealEligible \n    fCIDraftedAgreement \n    comments \n    closedDate \n    propertyType \n    propertyStreet \n    lienPosition \n    propertyOccupancy \n    loanStatus \n    isCoveredCFPB \n    account \n    fCLSaleDate \n    consumerResponseDeadline \n    responseDeadlineForAddDocs \n    lenderDecisionDeadline \n    acknowledgmentDeadline \n    planStatus \n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://content.pstmn.io/023a0ceb-a0a4-47fb-bb8d-2e2d33189413/U2NyZWVuc2hvdCAyMDI1LTA5LTA4IGF0IDUuMjMuMDDigK9QTS5wbmc=\" width=\"326\" height=\"187\" />\n\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getBankruptcyReport.....} </p>\n</blockquote>\n<blockquote>\n<p>getBankruptcyReport (dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...}</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"152bbc42-f56c-402a-a64b-4e711f4c0748","name":"Loss Mit Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getLossMitReport { \n    lossMitStatus \n    decision \n    planStartDate \n    reasonClosed \n    initialAppReceived \n    requestReceivedFrom \n    workoutTypeRequested \n    acknowledegementSent \n    appSentToLender \n    additionalDocsNoticeSent \n    appComplete \n    foreclosureHoldAdded \n    decisionMade \n    workoutType \n    decisionNoticeSent \n    appealReceived \n    appealSentToLender \n    appealDecision \n    agreementReceived \n    loanTermsUpdated \n    followUpDate \n    lastReview \n    creationDate \n    initialAppComplete \n    appealEligible \n    fCIDraftedAgreement \n    comments \n    closedDate \n    propertyType \n    propertyStreet \n    lienPosition \n    propertyOccupancy \n    loanStatus \n    isCoveredCFPB \n    account \n    fCLSaleDate \n    consumerResponseDeadline \n    responseDeadlineForAddDocs \n    lenderDecisionDeadline \n    acknowledgmentDeadline \n    planStatus \n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Mon, 08 Sep 2025 22:16:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2025-09-08T22:16:40.5258219Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLossMitReport\": [\n            {\n                \"lossMitStatus\": \"Active\",\n                \"decision\": \"Approved\",\n                \"planStartDate\": \"12/19/2025\",\n                \"reasonClosed\": \"\",\n                \"initialAppReceived\": \"n/a\",\n                \"requestReceivedFrom\": \"Lender\",\n                \"workoutTypeRequested\": \"Keep Property\",\n                \"acknowledegementSent\": \"n/a\",\n                \"appSentToLender\": \"n/a\",\n                \"additionalDocsNoticeSent\": \"n/a\",\n                \"appComplete\": \"n/a\",\n                \"foreclosureHoldAdded\": \"n/a\",\n                \"decisionMade\": \"n/a\",\n                \"workoutType\": \"Forbearance Plan\",\n                \"decisionNoticeSent\": \"n/a\",\n                \"appealReceived\": \"n/a\",\n                \"appealSentToLender\": \"n/a\",\n                \"appealDecision\": \"\",\n                \"agreementReceived\": \"n/a\",\n                \"loanTermsUpdated\": \"n/a\",\n                \"followUpDate\": \"n/a\",\n                \"lastReview\": \"n/a\",\n                \"creationDate\": \"12/19/2025\",\n                \"initialAppComplete\": \"\",\n                \"appealEligible\": \"\",\n                \"fCIDraftedAgreement\": \"\",\n                \"comments\": null,\n                \"closedDate\": \"n/a\",\n                \"propertyType\": \"Commercial\",\n                \"propertyStreet\": \"propertyStreet , 33000\",\n                \"lienPosition\": \"2nd\",\n                \"propertyOccupancy\": \"Tenant\",\n                \"loanStatus\": \"Foreclosure\",\n                \"isCoveredCFPB\": \"False\",\n                \"account\": \"test8180\",\n                \"fCLSaleDate\": \"n/a\",\n                \"consumerResponseDeadline\": \"n/a\",\n                \"responseDeadlineForAddDocs\": \"n/a\",\n                \"lenderDecisionDeadline\": \"n/a\",\n                \"acknowledgmentDeadline\": \"n/a\",\n                \"planStatus\": \"Active\"\n            },\n            {\n                \"lossMitStatus\": \"Active\",\n                \"decision\": \"Approved\",\n                \"planStartDate\": \"12/19/2025\",\n                \"reasonClosed\": \"\",\n                \"initialAppReceived\": \"n/a\",\n                \"requestReceivedFrom\": \"Lender\",\n                \"workoutTypeRequested\": \"Keep Property\",\n                \"acknowledegementSent\": \"n/a\",\n                \"appSentToLender\": \"n/a\",\n                \"additionalDocsNoticeSent\": \"n/a\",\n                \"appComplete\": \"n/a\",\n                \"foreclosureHoldAdded\": \"n/a\",\n                \"decisionMade\": \"n/a\",\n                \"workoutType\": \"Forbearance Plan\",\n                \"decisionNoticeSent\": \"n/a\",\n                \"appealReceived\": \"n/a\",\n                \"appealSentToLender\": \"n/a\",\n                \"appealDecision\": \"\",\n                \"agreementReceived\": \"n/a\",\n                \"loanTermsUpdated\": \"n/a\",\n                \"followUpDate\": \"n/a\",\n                \"lastReview\": \"n/a\",\n                \"creationDate\": \"12/19/2025\",\n                \"initialAppComplete\": \"\",\n                \"appealEligible\": \"\",\n                \"fCIDraftedAgreement\": \"\",\n                \"comments\": null,\n                \"closedDate\": \"n/a\",\n                \"propertyType\": \"Commercial\",\n                \"propertyStreet\": \"testing Avenue, Drive Grove, 99045\",\n                \"lienPosition\": \"2nd\",\n                \"propertyOccupancy\": \"Tenant\",\n                \"loanStatus\": \"Foreclosure\",\n                \"isCoveredCFPB\": \"False\",\n                \"account\": \"test8180\",\n                \"fCLSaleDate\": \"n/a\",\n                \"consumerResponseDeadline\": \"n/a\",\n                \"responseDeadlineForAddDocs\": \"n/a\",\n                \"lenderDecisionDeadline\": \"n/a\",\n                \"acknowledgmentDeadline\": \"n/a\",\n                \"planStatus\": \"Active\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c787e291-a0e2-4e9f-8a36-e9cccb92538d"},{"name":"Bankruptcy Report","id":"bfc52e1b-8db3-4fc6-bdf1-e9b72cd88fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getBankruptcyReport{\n        loanAccount\n        bKFiler\n        caseNumber\n        bKChapter\n        stateBKFiled\n        trusteePayall\n        pOCBarDate\n        pOCReferred\n        pOCFiledDate\n        tOCReferred\n        tOCFiledDate\n        pPFNDate\n        planConfirmed\n        pCNDate\n        nOFCDate\n        confHearingDate\n        propertyTreatment\n        mFRFiled\n        mFRReferred\n        mFRHearing\n        mFRResults\n        orderEntered\n        caseDisposition\n        dispositionDate\n        closedDate\n        cFPBReview\n        trackContractually\n        contractualDueDate\n        postPeditionDueDate\n        originalArrears\n        currentArrears\n        fPASent\n        propertyAddress\n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://content.pstmn.io/023a0ceb-a0a4-47fb-bb8d-2e2d33189413/U2NyZWVuc2hvdCAyMDI1LTA5LTA4IGF0IDUuMjMuMDDigK9QTS5wbmc=\" width=\"326\" height=\"186\" />\n\n<p><strong>Parameters</strong></p>\n<ul>\n<li><p>dateFrom: (OPCIONAL)</p>\n</li>\n<li><p>dateTo: (OPCIONAL)</p>\n</li>\n</ul>\n<p><strong>Data Dictionary:</strong></p>\n<p>bKChapter</p>\n<p><code>0=EMPTY | 1=NONE| 2=CHAPTER7 | 3=CHAPTER9 | 4=CHAPTER11 | 5=CHAPTER12 | 6=CHAPTER13 |7=CHAPTER15</code></p>\n<p>trusteePayall</p>\n<p><code>0=EMPTY | 1=YES | 2=NO</code></p>\n<p>propertyTreatment<br /><code>0=EMPTY | 1=CRAMDOWN | 2=LIEN_STRIP | 3=BIFURCATION | 4=MODIFICATION | 5=SURRENDERED | 6=RETAINED | 7=REAFFIRMED | 8=REAFFIRMED_ORDER | 9=TOTAL_DEBT | 10=SALE_PROPERTY | 11=NOT_PROVIDED_PLAN | 12=MISCELLANEOUS</code></p>\n<p>mFRResults</p>\n<p><code>0=EMPTY | 1=GRANTED | 2=DENIED | 3=AGREED_ORDER | 4=DAY_WAIVER | 5=MISC</code></p>\n<p>caseDisposition</p>\n<p><code>0=EMPTY | 1=DISMISSED | 2=DISCHARGED</code></p>\n<p>cFPBReview<br /><code>0=EMPTY | 1=YES | 2=NO</code></p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getBankruptcyReport.....} </p>\n</blockquote>\n<blockquote>\n<p>getBankruptcyReport (dateFrom:\"01/01/2020\" dateTo:\" 12/31/2020 \"){...}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"1a72a350-f4f3-443f-9d38-09e9de48c08a","name":"Bankruptcy Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getBankruptcyReport{\n        loanAccount\n        bKFiler\n        caseNumber\n        bKChapter\n        stateBKFiled\n        trusteePayall\n        pOCBarDate\n        pOCReferred\n        pOCFiledDate\n        tOCReferred\n        tOCFiledDate\n        pPFNDate\n        planConfirmed\n        pCNDate\n        nOFCDate\n        confHearingDate\n        propertyTreatment\n        mFRFiled\n        mFRReferred\n        mFRHearing\n        mFRResults\n        orderEntered\n        caseDisposition\n        dispositionDate\n        closedDate\n        cFPBReview\n        trackContractually\n        contractualDueDate\n        postPeditionDueDate\n        originalArrears\n        currentArrears\n        fPASent\n        propertyAddress\n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Mon, 08 Sep 2025 22:16:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2025-09-08T22:16:40.5258219Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"getBankruptcyReport\": [\n            {\n                \"loanAccount\": \"test8180\",\n                \"bKFiler\": \"10/02/2017\",\n                \"caseNumber\": \"00-44111\",\n                \"bKChapter\": \"6\",\n                \"stateBKFiled\": \"TX\",\n                \"trusteePayall\": 1,\n                \"pOCBarDate\": \"n/a\",\n                \"pOCReferred\": null,\n                \"pOCFiledDate\": \"03/08/2018\",\n                \"tOCReferred\": \"n/a\",\n                \"tOCFiledDate\": \"n/a\",\n                \"pPFNDate\": \"n/a\",\n                \"planConfirmed\": \"12/14/2017\",\n                \"pCNDate\": \"n/a\",\n                \"nOFCDate\": \"n/a\",\n                \"confHearingDate\": \"12/14/2017\",\n                \"propertyTreatment\": 6,\n                \"mFRFiled\": \"n/a\",\n                \"mFRReferred\": \"n/a\",\n                \"mFRHearing\": \"n/a\",\n                \"mFRResults\": 0,\n                \"orderEntered\": \"n/a\",\n                \"caseDisposition\": 1,\n                \"dispositionDate\": \"05/16/2018\",\n                \"closedDate\": \"n/a\",\n                \"cFPBReview\": 2,\n                \"trackContractually\": 2,\n                \"contractualDueDate\": \"03/01/2013\",\n                \"postPeditionDueDate\": \"04/01/2019\",\n                \"originalArrears\": 6999.37,\n                \"currentArrears\": 6999.37,\n                \"fPASent\": \"n/a\",\n                \"propertyAddress\": \"0001 Street Dr\"\n            }\n        ]\n    }\n}"}],"_postman_id":"bfc52e1b-8db3-4fc6-bdf1-e9b72cd88fb2"},{"name":"FCI Invoice List","id":"780207b3-5d5e-4d54-afd4-5fe6219468eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n    getInvoiceList{\n        numInvoice\n        fullName\n        account\n        isFrozen\n        department\n        amount\n        date\n        dateDue\n        lastDateSent\n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-FCIinvoices.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>type: Optional<br />type=1, shows pending invoices<br />type=2, shows paid invoices</p>\n<p>dateFrom: Optional</p>\n<p>dateTo: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getInvoiceList {.......} </p>\n</blockquote>\n<blockquote>\n<p>getInvoiceList(type:1){ .......... } </p>\n</blockquote>\n<blockquote>\n<p>getInvoiceList(type:2){ .......... } </p>\n</blockquote>\n<blockquote>\n<p>getInvoiceList (dateFrom:\"01-05-2020\" dateTo:\"05-06-2021\"){.......}</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"838ef471-6ef6-4f06-b688-3858432bdb2d","name":"FCI Invoice List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n    getInvoiceList{\n        numInvoice\n        fullName\n        account\n        isFrozen\n        department\n        amount\n        date\n        dateDue\n        lastDateSent\n    }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-05-06T17:24:32.5306384Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 06 May 2021 17:24:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getInvoiceList\": [\n            {\n                \"numInvoice\": \"SP000001\",\n                \"fullName\": \"test LLC\",\n                \"account\": \"test8081\",\n                \"isFrozen\": false,\n                \"department\": \"Specialty Servicing\",\n                \"amount\": 0.5,\n                \"date\": \"01/31/2021\",\n                \"dateDue\": \"02/09/2021\",\n                \"lastDateSent\": \"n/a\"\n            }\n        ]\n    }\n}"}],"_postman_id":"780207b3-5d5e-4d54-afd4-5fe6219468eb"},{"name":"FCI Invoice Details","id":"9a2bcd72-9992-4e8b-8055-3fc34047cca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getInvoiceDetail(invoice:\"ST100001\"){\n    fullName\n    dateDue\n    date\n    numInvoice\n    dateReceived\n    isACH\n    account\n    loanAcct\n    borrower\n    propStreet\n    propState\n    propCity\n    propState\n    propZip\n    loanStatus\n    detailDescription\n    quantity\n    amount\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-FCIinvoices.png\" alt=\"FCIAPI Loan-details\" />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"1a870be7-1e70-42b0-aac7-dd4b5e644e4f","name":"Invoice Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getInvoiceDetail(invoice:\"ST000001\"){\n    fullName\n    dateDue\n    date\n    numInvoice\n    dateReceived\n    isACH\n    account\n    loanAcct\n    borrower\n    propStreet\n    propCity\n    propState\n    propZip\n    loanStatus\n    detailDescription\n    quantity\n    amount\n  }\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-02-26T01:42:18.8114174Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 26 Feb 2021 01:42:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getInvoiceDetail\": [\n            {\n                \"fullName\": \"Test Company Name Bank\",\n                \"dateDue\": \"06/26/2019\",\n                \"date\": \"06/30/2019\",\n                \"numInvoice\": \"ST000001\",\n                \"dateReceived\": \"06/19/2019\",\n                \"isACH\": false,\n                \"account\": \"1711696\",\n                \"loanAcct\": \"TS1111111\",\n                \"borrower\": \"Borrower-test\",\n                \"propStreet\": \"Atlantic Ave\",\n                \"propState\": \"NY\",\n                \"propCity\": \"BROOKLYN\",\n                \"propZip\": \"11238\",\n                \"detailDescription\": \"New York Delinquent Property Inspection\",\n                \"quantity\": 1,\n                \"amount\": 16\n            },\n            {\n                \"fullName\": \"Test Company Name Bank\",\n                \"dateDue\": \"06/26/2019\",\n                \"date\": \"06/30/2019\",\n                \"numInvoice\": \"ST000001\",\n                \"dateReceived\": \"06/19/2019\",\n                \"isACH\": false,\n                \"account\": \"TS1111112\",\n                \"loanAcct\": \"G18012775\",\n                \"borrower\": \"37 Borrower-test\",\n                \"propStreet\": \"37 St\",\n                \"propState\": \"NY\",\n                \"propCity\": \"BROOKLYN\",\n                \"propZip\": \"11231\",\n                \"detailDescription\": \"Assignment Fee-By Investor\",\n                \"quantity\": 1,\n                \"amount\": 25\n            },\n            {\n                \"fullName\": \"Test Company Name Bank\",\n                \"dateDue\": \"06/26/2019\",\n                \"date\": \"06/30/2019\",\n                \"numInvoice\": \"TS1111113\",\n                \"dateReceived\": \"06/19/2019\",\n                \"isACH\": false,\n                \"account\": \"1711696\",\n                \"loanAcct\": \"G17129522\",\n                \"borrower\": \"Borrower-test LLC\",\n                \"propStreet\": \"00 Highland Terrace\",\n                \"propState\": \"NY\",\n                \"propCity\": \"Bridgehampton\",\n                \"propZip\": \"11932\",\n                \"detailDescription\": \"New York Delinquent Property Inspection\",\n                \"quantity\": 1,\n                \"amount\": 16\n            },\n            {\n                \"fullName\": \"Test Company Name Bank\",\n                \"dateDue\": \"06/26/2019\",\n                \"date\": \"06/30/2019\",\n                \"numInvoice\": \"ST000001\",\n                \"dateReceived\": \"06/19/2019\",\n                \"isACH\": false,\n                \"account\": \"TS1111111\",\n                \"loanAcct\": \"G17119262\",\n                \"borrower\": \"Borrower-test CORP\",\n                \"propStreet\": \"700 Avenue\",\n                \"propState\": \"NY\",\n                \"propCity\": \"BROOKLYN\",\n                \"propZip\": \"11203\",\n                \"detailDescription\": \"Base - Servicing Fee\",\n                \"quantity\": 1,\n                \"amount\": 95\n            }\n        ]\n    }\n}"}],"_postman_id":"9a2bcd72-9992-4e8b-8055-3fc34047cca4"},{"name":"ARM Report","id":"8f5155b7-72ec-44c2-ae98-88da92879c59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getArmReport\n  {\n    account\n    adjForPayment\n    appCreationDate\n    ceiling\n    dayisMonth\n    daysinYear\n    floatFirstRateMinCap\n    floatFreqPymtChange\n    floatPeriodicMaxCap\n    floor\n    indexARMString\n    loanStatus\n    lookBackDays\n    margin\n    newInterestRate\n    newTotalPayment\n    noticeType\n    originationDate\n    propertyState\n    propertyType\n    rateType\n    roundFactor\n    roundMethod\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To map the fields from the following lender portal screen, use this API method</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2021/03/FCIAPI-Payments-to-lenders-report.png\" alt=\"FCIAPI Loan-details\" />\n\n<p><strong>Parameters</strong></p>\n<p>investor: Optional</p>\n<p>account: Optional</p>\n<p>onlyPending: Optional</p>\n<p>Limit: Optional</p>\n<p>dateFrom: Optional</p>\n<p>dateTo: Optional</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>getPaymentListToLender{......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(dateFrom:\"05-05-2021\" dateTo:\"05-06-2021\"){......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(account:\"test8180\"){ ......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(investor:\"investor\"){ ......} </p>\n</blockquote>\n<blockquote>\n<p>getPaymentListToLender(investor:\"investor\" limit:100){......}</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"47e3818f-61bc-4728-9540-4a39fddf6653","name":"ARM Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getArmReport\n  {\n    account\n    adjForPayment\n    appCreationDate\n    ceiling\n    dayisMonth\n    daysinYear\n    floatFirstRateMinCap\n    floatFreqPymtChange\n    floatPeriodicMaxCap\n    floor\n    indexARMString\n    loanStatus\n    lookBackDays\n    margin\n    newInterestRate\n    newTotalPayment\n    noticeType\n    originationDate\n    propertyState\n    propertyType\n    rateType\n    roundFactor\n    roundMethod\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 29 Oct 2025 15:57:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2025-10-29T15:57:15.6321970Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"getArmReport\": [\n            {\n                \"account\": \"test8180\",\n                \"adjForPayment\": \"2026-01-01T00:00:00.000-08:00\",\n                \"appCreationDate\": \"2025-10-24T12:35:40.120-07:00\",\n                \"ceiling\": 13,\n                \"dayisMonth\": true,\n                \"daysinYear\": false,\n                \"floatFirstRateMinCap\": null,\n                \"floatFreqPymtChange\": 12,\n                \"floatPeriodicMaxCap\": 2,\n                \"floor\": 3.25,\n                \"indexARMString\": \"CMT 1-Year Weekly\",\n                \"loanStatus\": 0,\n                \"lookBackDays\": 45,\n                \"margin\": 3.25,\n                \"newInterestRate\": 6.875,\n                \"newTotalPayment\": 678.09,\n                \"noticeType\": 2,\n                \"originationDate\": \"2006-11-03T00:00:00.000-08:00\",\n                \"propertyState\": \"NV\",\n                \"propertyType\": 0,\n                \"rateType\": 2,\n                \"roundFactor\": 0.125,\n                \"roundMethod\": 3\n            },\n            {\n                \"account\": \"test81800\",\n                \"adjForPayment\": null,\n                \"appCreationDate\": \"2025-06-02T09:20:02.890-07:00\",\n                \"ceiling\": 11.375,\n                \"dayisMonth\": true,\n                \"daysinYear\": false,\n                \"floatFirstRateMinCap\": null,\n                \"floatFreqPymtChange\": 6,\n                \"floatPeriodicMaxCap\": 2,\n                \"floor\": 2.25,\n                \"indexARMString\": \"SOFR 6-Month Term\",\n                \"loanStatus\": 0,\n                \"lookBackDays\": 30,\n                \"margin\": 2.25,\n                \"newInterestRate\": 7,\n                \"newTotalPayment\": null,\n                \"noticeType\": 2,\n                \"originationDate\": \"2005-06-21T00:00:00.000-07:00\",\n                \"propertyState\": \"NC\",\n                \"propertyType\": 3,\n                \"rateType\": 2,\n                \"roundFactor\": 0.125,\n                \"roundMethod\": 3\n            }\n        ]\n    }\n}"}],"_postman_id":"8f5155b7-72ec-44c2-ae98-88da92879c59"},{"name":"One Time Payment Link","id":"d6059ee0-3fb4-4a2a-b792-86d18b2613b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\ngetOTPLink(account:\"test8180\")\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To get the direct link to our new tool One Time Payment for a specific loan</p>\n<p><strong>Parameters</strong></p>\n<p>account: Required</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>{ getOTPLink(account:\"testAccount\")</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"a5b6dfa8-129b-41c3-811c-05ef96f240ee","name":"One Time Payment Link","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\ngetOTPLink(account:\"test8180\")\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 22:32:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2024-09-09T22:32:27.2652253Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOTPLink\": \"https://blis.myfci.com/otp/3c385767eefa405d8a9037d802ae4c7e\"\n    }\n}"}],"_postman_id":"d6059ee0-3fb4-4a2a-b792-86d18b2613b6"},{"name":"Payoff Request Tracker *Beta Testing","id":"546ce803-a324-4d29-b8b6-546cb094683e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getPayoffRequests(account: \"test8180\") {\n    account\n    payoffStatus\n    fundsReleaseDate\n    latestRequest {\n      dateReceived\n      expirationDate\n      payoffDate\n      trackingStatus\n      trackingFailedStatus\n      requestedBy\n      signatureFor\n      activities {\n        date\n        description\n      }\n    }\n    requests {\n      dateReceived\n      expirationDate\n      payoffDate\n      trackingStatus\n      trackingFailedStatus\n      requestedBy\n      signatureFor\n      activities {\n        date\n        description\n      }\n    }\n  }\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>To get the direct link to our new tool One Time Payment for a specific loan</p>\n<p><strong>Parameters</strong></p>\n<p>account: Required</p>\n<p><strong>Query Options:</strong></p>\n<blockquote>\n<p>{ getOTPLink(account:\"testAccount\")</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"3f329cb3-53d6-42b2-9c62-5b620b37c0ca","name":"Payoff Request Tracker","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getPayoffRequests(account: \"test8180\") {\n    account\n    payoffStatus\n    fundsReleaseDate\n    latestRequest {\n      dateReceived\n      expirationDate\n      payoffDate\n      trackingStatus\n      trackingFailedStatus\n      requestedBy\n      signatureFor\n      activities {\n        date\n        description\n      }\n    }\n    requests {\n      dateReceived\n      expirationDate\n      payoffDate\n      trackingStatus\n      trackingFailedStatus\n      requestedBy\n      signatureFor\n      activities {\n        date\n        description\n      }\n    }\n  }\n}","variables":""}},"url":"https://tapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 May 2025 18:01:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"142"},{"key":"X-Rate-Limit-Reset","value":"2025-05-06T18:01:11.6873692Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getPayoffRequests\": {\n            \"account\": \"test8180\",\n            \"payoffStatus\": \"Completed\",\n            \"fundsReleaseDate\": null,\n            \"latestRequest\": {\n                \"dateReceived\": \"2025-04-01T12:45:53.323-07:00\",\n                \"expirationDate\": \"2025-04-02T00:00:00.000-07:00\",\n                \"payoffDate\": \"2025-04-01T00:00:00.000-07:00\",\n                \"trackingStatus\": \"Completed\",\n                \"trackingFailedStatus\": null,\n                \"requestedBy\": \"Borrower\",\n                \"signatureFor\": null,\n                \"activities\": [\n                    {\n                        \"date\": \"2025-04-10T16:51:05.823-07:00\",\n                        \"description\": \"Payoff Payment Pending, Expires On Date: 04/02/25\"\n                    },\n                    {\n                        \"date\": \"2025-04-10T16:51:05.623-07:00\",\n                        \"description\": \"Request Completed\"\n                    },\n                    {\n                        \"date\": \"2025-04-01T12:46:30.650-07:00\",\n                        \"description\": \"Demand made and Sent to Lender\"\n                    },\n                    {\n                        \"date\": \"2025-04-01T12:45:53.323-07:00\",\n                        \"description\": \"Request Received by Borrower\"\n                    },\n                    {\n                        \"date\": \"2025-04-01T12:45:53.673-07:00\",\n                        \"description\": \"Request Sent by Borrower\"\n                    }\n                ]\n            },\n            \"requests\": [\n                {\n                    \"dateReceived\": \"2025-04-01T12:45:53.323-07:00\",\n                    \"expirationDate\": \"2025-04-02T00:00:00.000-07:00\",\n                    \"payoffDate\": \"2025-04-01T00:00:00.000-07:00\",\n                    \"trackingStatus\": \"Completed\",\n                    \"trackingFailedStatus\": null,\n                    \"requestedBy\": \"Borrower\",\n                    \"signatureFor\": null,\n                    \"activities\": [\n                        {\n                            \"date\": \"2025-04-10T16:51:05.823-07:00\",\n                            \"description\": \"Payoff Payment Pending, Expires On Date: 04/02/25\"\n                        },\n                        {\n                            \"date\": \"2025-04-10T16:51:05.623-07:00\",\n                            \"description\": \"Request Completed\"\n                        },\n                        {\n                            \"date\": \"2025-04-01T12:46:30.650-07:00\",\n                            \"description\": \"Demand made and Sent to Lender\"\n                        },\n                        {\n                            \"date\": \"2025-04-01T12:45:53.323-07:00\",\n                            \"description\": \"Request Received by Borrower\"\n                        },\n                        {\n                            \"date\": \"2025-04-01T12:45:53.673-07:00\",\n                            \"description\": \"Request Sent by Borrower\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"546ce803-a324-4d29-b8b6-546cb094683e"},{"name":"getVersion","id":"49630050-bf49-4ee0-af1a-3420ac1abbb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  getApiVersion\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","description":"<p>Method to get the Version number of the API</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","name":"Pull API - FCI Web Loan Information","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"b15ed342-86f1-4cb9-9c56-52ba4b8f84c9","name":"getVersion","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  getApiVersion\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-06-24T18:58:23.7775795Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 24 Jun 2021 18:58:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getApiVersion\": {\n            \"enviroment\": \"Integration\",\n            \"version\": \"v 1.21.6.24:2\"\n        }\n    }\n}"}],"_postman_id":"49630050-bf49-4ee0-af1a-3420ac1abbb7"}],"id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54","description":"<p>This API allows our lenders to obtain live data from every screen in our Lender Portal.</p>\n<h1 id=\"to-use-this-collection-of-apis-requests-you-need-to-generate-a-new-key-for-fci-web---loan-information-pull\">To use this collection of API's requests you need to generate a new key for FCI Web - Loan Information (PULL)</h1>\n<h1 id=\"data-dictionary\">Data Dictionary</h1>\n<p>To download the data dictionary for all the FCI API requests <a href=\"https://unifiedsoftware.us/wp-content/uploads/2025/04/FCI-API-Data-Dictionary52.xlsx\">click here</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"00c21072-1015-4615-81df-e87a8164cb9f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5e80ac18-93ae-4073-8634-d938eef2d5d0","type":"text/javascript","exec":["pm.test(\"OK\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 204]);","});"]}}],"_postman_id":"8bc837ba-2a1e-4d15-81f5-99ed972c5d54"},{"name":"Push API -  Update Charges","item":[{"name":"Update Charges Structure","item":[],"id":"4e048f17-6767-47b6-833e-20cf80165e85","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>insertLoanCharge(\n  charges:[\n    { \n      loanNumber:\"String\",\n      investorAccountNumber:\"String\",\n      chargeDate:\"DateTime\",\n      chargeAmount:Decimal,\n      paidBy:\"String\",\n      invoiceNumber:\"String\",\n      comments:\"String\",\n      doc1:\"URL\",\n      doc2:\"URL\",\n      doc3:\"URL\"\n    }\n  ])\n\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"e819a4ee-1a2c-4043-8eaf-4b6866d6cd9b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"091bc5b9-e22e-4fa1-85d5-3c1f967ae510","type":"text/javascript","exec":[""]}}],"_postman_id":"4e048f17-6767-47b6-833e-20cf80165e85","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"3ef541c5-924e-4f99-b9c9-d148baf9bd45","id":"3ef541c5-924e-4f99-b9c9-d148baf9bd45","name":"Push API -  Update Charges","type":"folder"}}},{"name":"Charges Fields","item":[],"id":"bdb29683-edfd-4193-8cc9-29f50b7544a6","description":"<p><strong>Below are the variables used to upload charges.</strong></p>\n<ul>\n<li><p>loanNumber : Your FCI loan account number</p>\n</li>\n<li><p>investorAccountNumber : FCI Investor/Broker account number</p>\n</li>\n<li><p>chargeDate: Date on which charge was added<br />  chargeAmount: Charge Amount</p>\n</li>\n<li><p>paidBy: Who is paying the charges (Select the option from the drop down)</p>\n</li>\n<li><p>invoiceNumber : Invoice Number</p>\n</li>\n<li><p>comments : Any comments/descriptions related to charges</p>\n</li>\n<li><p>doc1, doc2, doc3 : URL of the documents related to charges (You can use your document repository and provide the url to access the documents related to charges)</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"50de40bf-bbda-4bfe-9ba1-66602882702a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c5808ee6-d2e4-4e7a-b489-3e1b1e3fb46d","type":"text/javascript","exec":[""]}}],"_postman_id":"bdb29683-edfd-4193-8cc9-29f50b7544a6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"3ef541c5-924e-4f99-b9c9-d148baf9bd45","id":"3ef541c5-924e-4f99-b9c9-d148baf9bd45","name":"Push API -  Update Charges","type":"folder"}}},{"name":"Update Charges","id":"c9efadcd-db25-47f3-b46d-2e0b93ef0fa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation\n{\n insertLoanCharge(\n  charges:[\n    { \n      loanNumber:\"test8180\",\n      investorAccountNumber:\"Test1234\",\n      chargeCode:\"code\",\n      isBorrowerRecoverable:true,\n      chargeDate:\"11/15/2021\",\n      chargeAmount:900123.45,\n      interestRate:15.75,\n      paidBy:\"Borrower\",\n      invoiceNumber:\"TestReference\",\n      comments:\"ThisisTestCharges\",\n      doc1:\"https://file-examples-com.github.io/uploads/2017/02/file-sample_500kB.doc\",\n      doc2:\"https://file-examples-com.github.io/uploads/2017/02/file-sample_500kB.doc\",\n      doc3:\"https://file-examples-com.github.io/uploads/2017/02/file-sample_500kB.doc\"\n    }\n  ])\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"3ef541c5-924e-4f99-b9c9-d148baf9bd45","id":"3ef541c5-924e-4f99-b9c9-d148baf9bd45","name":"Push API -  Update Charges","type":"folder"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"881e0a3b-d097-4fbe-bbfd-c32b44dc1a85","name":"Update Charges","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation\n{\n insertLoanCharge(\n  charges:[\n    { \n      loanNumber:\"test8180\",\n      investorAccountNumber:\"Test1234\",\n      chargeDate:\"11/15/2021\",\n      chargeAmount:900123.45,\n      interestRate:15.75,\n      paidBy:\"Borrower\",\n      invoiceNumber:\"TestReference\",\n      comments:\"ThisisTestCharges\",\n      doc1:\"https://file-examples-com.github.io/uploads/2017/02/file-sample_500kB.doc\",\n      doc2:\"https://file-examples-com.github.io/uploads/2017/02/file-sample_500kB.doc\",\n      doc3:\"https://file-examples-com.github.io/uploads/2017/02/file-sample_500kB.doc\"\n    }\n  ])\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2022-08-01T18:47:58.4290951Z"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 01 Aug 2022 18:47:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"insertLoanCharge\": \"Success\"\n    }\n}"}],"_postman_id":"c9efadcd-db25-47f3-b46d-2e0b93ef0fa3"}],"id":"3ef541c5-924e-4f99-b9c9-d148baf9bd45","description":"<p>Push FCI API- Update Charges is a GraphQL API with methods created to send new charges to FCI with updated information for any loan and to make the process easier for all our lenders.</p>\n<h2 id=\"bulk-upload-of-charges\">Bulk Upload of Charges</h2>\n<p>Login to FCI Web portal using your credentials</p>\n<p>URL: <a href=\"https://fciwebmyfci.com/login\">https://fciweb.myfci.com/login</a></p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2022/07/Picture1.png\" />\n\n<p>After you login to the website, navigate to ‘API registration Key’ section and create a API token for uploading the Charges. See screenshot below for additional information.</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2022/07/Picture2.png\" />\n\n<p>You can upload the charges to FCI using our API. You can use your own application and connect to our API and upload the charges.</p>\n<p>You can use the below variables to upload the charges using our API</p>\n<ul>\n<li><p><strong>loanNumber</strong> : Your FCI loan account number</p>\n</li>\n<li><p><strong>investorAccountNumbe</strong>r : FCI Investor/Broker account number</p>\n</li>\n<li><p><strong>chargeDate</strong>: Date on which charge was added<br />  <strong>chargeAmount:</strong> Charge Amount</p>\n</li>\n<li><p><strong>paidBy:</strong> Who is paying the charges (Select the option from the drop down)</p>\n</li>\n<li><p><strong>invoiceNumber</strong> : Invoice Number</p>\n</li>\n<li><p><strong>comments</strong> : Any comments/descriptions related to charges</p>\n</li>\n<li><p><strong>doc1, doc2, doc3</strong> : URL of the documents related to charges (You can use your document repository and provide the url to access the documents related to charges)</p>\n</li>\n</ul>\n<p>“Success “message will be displayed after a successful upload of charges</p>\n<p>The data will be processed by FCI servicing department and will notify you through email once the upload process is completed. Once the charges are processed by FCI, they will be displayed under ‘Borrower Charges’ section on the FCI Website</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2022/07/Picture8.png\" />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4fe79f1e-4e9d-45ed-b8a5-62945fdcf14f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4bfe61f8-c394-4ced-bd30-29b3229a4c13","type":"text/javascript","exec":["pm.test(\"OK\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 204]);","});"]}}],"_postman_id":"3ef541c5-924e-4f99-b9c9-d148baf9bd45"},{"name":"Push API -  Draw Request","item":[{"name":"Insert Draw Structure","item":[{"name":"New Request","id":"4cf83d69-4f9f-4158-bab4-055d97f13e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"104e305d-9931-40f9-8e48-708f136017e4","id":"104e305d-9931-40f9-8e48-708f136017e4","name":"Push API -  Draw Request","type":"folder"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"4cf83d69-4f9f-4158-bab4-055d97f13e49"}],"id":"aedf35f7-a2e5-4388-a827-d2641e81dde4","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>mutation {\n insertDrawLoan(\n  drawloan:\n    { \n      loanNumber:\"String\",\n      investorAccountNumber:\"String\",\n      dateReceived:\"DateTime\",\n      amount:Decimal,\n      comments:\"String\"\n    }\n  )\n}\n\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"e819a4ee-1a2c-4043-8eaf-4b6866d6cd9b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"091bc5b9-e22e-4fa1-85d5-3c1f967ae510","type":"text/javascript","exec":[""]}}],"_postman_id":"aedf35f7-a2e5-4388-a827-d2641e81dde4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"104e305d-9931-40f9-8e48-708f136017e4","id":"104e305d-9931-40f9-8e48-708f136017e4","name":"Push API -  Draw Request","type":"folder"}}},{"name":"Draw Fields","item":[],"id":"07f8e81a-a343-491f-aa5b-6c206d205b08","description":"<p><strong>Below are the variables used to request a Draw for a Loan.</strong></p>\n<ul>\n<li><p>loanNumber : Your FCI loan account number</p>\n</li>\n<li><p>investorAccountNumber : FCI Investor/Broker account number</p>\n</li>\n<li><p>dateReceived : Date on which the draw was recorded in the loan.</p>\n</li>\n<li><p>amount: Draw Amount</p>\n</li>\n<li><p>comments : Any comments/descriptions related to the draw request</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"50de40bf-bbda-4bfe-9ba1-66602882702a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c5808ee6-d2e4-4e7a-b489-3e1b1e3fb46d","type":"text/javascript","exec":[""]}}],"_postman_id":"07f8e81a-a343-491f-aa5b-6c206d205b08","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"104e305d-9931-40f9-8e48-708f136017e4","id":"104e305d-9931-40f9-8e48-708f136017e4","name":"Push API -  Draw Request","type":"folder"}}},{"name":"Draw Request","id":"b7b7b3ef-d737-4a28-96da-5be9f01f1bb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation\n{\n insertDrawLoan(\n  drawloan:\n    { \n      loanNumber:\"test8180\",\n      investorAccountNumber:\"Test1234\"\n      dateReceived: \"11-15-2021\"\n      amount:900123.45\n      comments:\"ThisisTestForADrawRequest\"\n    }\n  )\n}","variables":""}},"url":"https://tapi.myfci.com/graphql","description":"<p>To be able to send this request with an attachment using our GraphQL mutation you need to convert your file to base64 encoded Blobs, see the example below:</p>\n<p><strong>*if you prefer to not convert your file please use our REST API which is also available</strong></p>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["tapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"6321c03d-c199-48d2-aca3-89cf38095630","name":"Draw Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation\n{\n insertDrawLoan(\n  drawloan:\n    { \n      loanNumber:\"test8180\",\n      investorAccountNumber:\"Test1234\"\n      dateReceived: \"11-15-2021\"\n      amount:900123.45\n      comments:\"ThisisTestForADrawRequest\"\n    }\n  )\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Jun 2023 09:34:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2023-06-12T09:34:46.0035850Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"insertDrawLoan\": \"Success\"\n    }\n}"},{"id":"d0070118-c8d1-42ad-a362-6eaa096d674a","name":"Draw Request with attachment (base64)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation\n{\n insertDrawLoan(\n  drawloan:\n    { \n      loanNumber:\"test8180\",\n      investorAccountNumber:\"Test1234\"\n      dateReceived: \"11-15-2021\"\n      amount:900123.45\n      comments:\"ThisisTestForADrawRequest\"\n      attachment: \"JVBERi0xLjMKJcTl8uXrp/Og0MTGCjMgMCBvYmoKPDwgL0ZpbHRlciAvRmxhdGVEZWNvZGUgL0xlbmd0aCAyOTAgPj4Kc3RyZWFtCngBpVPLTsMwELznKwbKwy5kY8fvK4gLNyRLHCinCA5IRSr5f4lNUqBpQw+NfNi1tdKMZ2Y3eMIGEWWC1wYhGXy94RmfqO5bjaaF6k/b8Jii2g73rolkkvJwyVDwyRbNGncZbpjnUvtASikDGwLyGlXONTTyO8SZRP7AQ2bwCfjiFHgcwCdLUcUOvRihv0CcSzhyEAuJUpGBuLi8+mmvJf9TQ6yExCvy4zTN4kSVtjQZlaVxyM2OYNYbslq7Q8piJZdHJZvj2MCFLdrl4pQnH0w9Yd7i5n8qM2X5C4/zieq6hx+71/tyJDxzldD857ESIZEJcUIJDtKS01Ly3ojbbS1l0d+79whBXAJEtR+l2csVrKEUQh/vveXqgvsr0DcbL8+4CmVuZHN0cmVhbQplbmRvYmoKMSAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDIgMCBSIC9SZXNvdXJjZXMgNCAwIFIgL0NvbnRlbnRzIDMgMCBSIC9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCj4+CmVuZG9iago0IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczEgNSAwIFIgPj4gL0ZvbnQgPDwgL1RUMiA3IDAgUgo+PiA+PgplbmRvYmoKOCAwIG9iago8PCAvTiAzIC9BbHRlcm5hdGUgL0RldmljZVJHQiAvTGVuZ3RoIDI2MTIgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4Kc3RyZWFtCngBnZZ3VFPZFofPvTe90BIiICX0GnoJINI7SBUEUYlJgFAChoQmdkQFRhQRKVZkVMABR4ciY0UUC4OCYtcJ8hBQxsFRREXl3YxrCe+tNfPemv3HWd/Z57fX2Wfvfde6AFD8ggTCdFgBgDShWBTu68FcEhPLxPcCGBABDlgBwOFmZgRH+EQC1Py9PZmZqEjGs/buLoBku9ssv1Amc9b/f5EiN0MkBgAKRdU2PH4mF+UClFOzxRky/wTK9JUpMoYxMhahCaKsIuPEr2z2p+Yru8mYlybkoRpZzhm8NJ6Mu1DemiXho4wEoVyYJeBno3wHZb1USZoA5fco09P4nEwAMBSZX8znJqFsiTJFFBnuifICAAiUxDm8cg6L+TlongB4pmfkigSJSWKmEdeYaeXoyGb68bNT+WIxK5TDTeGIeEzP9LQMjjAXgK9vlkUBJVltmWiR7a0c7e1Z1uZo+b/Z3x5+U/09yHr7VfEm7M+eQYyeWd9s7KwvvRYA9iRamx2zvpVVALRtBkDl4axP7yAA8gUAtN6c8x6GbF6SxOIMJwuL7OxscwGfay4r6Df7n4Jvyr+GOfeZy+77VjumFz+BI0kVM2VF5aanpktEzMwMDpfPZP33EP/jwDlpzcnDLJyfwBfxhehVUeiUCYSJaLuFPIFYkC5kCoR/1eF/GDYnBxl+nWsUaHVfAH2FOVC4SQfIbz0AQyMDJG4/egJ961sQMQrIvrxorZGvc48yev7n+h8LXIpu4UxBIlPm9gyPZHIloiwZo9+EbMECEpAHdKAKNIEuMAIsYA0cgDNwA94gAISASBADlgMuSAJpQASyQT7YAApBMdgBdoNqcADUgXrQBE6CNnAGXARXwA1wCwyAR0AKhsFLMAHegWkIgvAQFaJBqpAWpA+ZQtYQG1oIeUNBUDgUA8VDiZAQkkD50CaoGCqDqqFDUD30I3Qaughdg/qgB9AgNAb9AX2EEZgC02EN2AC2gNmwOxwIR8LL4ER4FZwHF8Db4Uq4Fj4Ot8IX4RvwACyFX8KTCEDICAPRRlgIG/FEQpBYJAERIWuRIqQCqUWakA6kG7mNSJFx5AMGh6FhmBgWxhnjh1mM4WJWYdZiSjDVmGOYVkwX5jZmEDOB+YKlYtWxplgnrD92CTYRm40txFZgj2BbsJexA9hh7DscDsfAGeIccH64GFwybjWuBLcP14y7gOvDDeEm8Xi8Kt4U74IPwXPwYnwhvgp/HH8e348fxr8nkAlaBGuCDyGWICRsJFQQGgjnCP2EEcI0UYGoT3QihhB5xFxiKbGO2EG8SRwmTpMUSYYkF1IkKZm0gVRJaiJdJj0mvSGTyTpkR3IYWUBeT64knyBfJQ+SP1CUKCYUT0ocRULZTjlKuUB5QHlDpVINqG7UWKqYup1aT71EfUp9L0eTM5fzl+PJrZOrkWuV65d7JU+U15d3l18unydfIX9K/qb8uAJRwUDBU4GjsFahRuG0wj2FSUWaopViiGKaYolig+I1xVElvJKBkrcST6lA6bDSJaUhGkLTpXnSuLRNtDraZdowHUc3pPvTk+nF9B/ovfQJZSVlW+Uo5RzlGuWzylIGwjBg+DNSGaWMk4y7jI/zNOa5z+PP2zavaV7/vCmV+SpuKnyVIpVmlQGVj6pMVW/VFNWdqm2qT9QwaiZqYWrZavvVLquNz6fPd57PnV80/+T8h+qwuol6uPpq9cPqPeqTGpoavhoZGlUalzTGNRmabprJmuWa5zTHtGhaC7UEWuVa57VeMJWZ7sxUZiWzizmhra7tpy3RPqTdqz2tY6izWGejTrPOE12SLls3Qbdct1N3Qk9LL1gvX69R76E+UZ+tn6S/R79bf8rA0CDaYItBm8GooYqhv2GeYaPhYyOqkavRKqNaozvGOGO2cYrxPuNbJrCJnUmSSY3JTVPY1N5UYLrPtM8Ma+ZoJjSrNbvHorDcWVmsRtagOcM8yHyjeZv5Kws9i1iLnRbdFl8s7SxTLessH1kpWQVYbbTqsPrD2sSaa11jfceGauNjs86m3ea1rakt33a/7X07ml2w3Ra7TrvP9g72Ivsm+zEHPYd4h70O99h0dii7hH3VEevo4bjO8YzjByd7J7HTSaffnVnOKc4NzqMLDBfwF9QtGHLRceG4HHKRLmQujF94cKHUVduV41rr+sxN143ndsRtxN3YPdn9uPsrD0sPkUeLx5Snk+cazwteiJevV5FXr7eS92Lvau+nPjo+iT6NPhO+dr6rfS/4Yf0C/Xb63fPX8Of61/tPBDgErAnoCqQERgRWBz4LMgkSBXUEw8EBwbuCHy/SXyRc1BYCQvxDdoU8CTUMXRX6cxguLDSsJux5uFV4fnh3BC1iRURDxLtIj8jSyEeLjRZLFndGyUfFRdVHTUV7RZdFS5dYLFmz5EaMWowgpj0WHxsVeyR2cqn30t1Lh+Ps4grj7i4zXJaz7NpyteWpy8+ukF/BWXEqHhsfHd8Q/4kTwqnlTK70X7l35QTXk7uH+5LnxivnjfFd+GX8kQSXhLKE0USXxF2JY0muSRVJ4wJPQbXgdbJf8oHkqZSQlKMpM6nRqc1phLT4tNNCJWGKsCtdMz0nvS/DNKMwQ7rKadXuVROiQNGRTChzWWa7mI7+TPVIjCSbJYNZC7Nqst5nR2WfylHMEeb05JrkbssdyfPJ+341ZjV3dWe+dv6G/ME17msOrYXWrlzbuU53XcG64fW+649tIG1I2fDLRsuNZRvfbore1FGgUbC+YGiz7+bGQrlCUeG9Lc5bDmzFbBVs7d1ms61q25ciXtH1YsviiuJPJdyS699ZfVf53cz2hO29pfal+3fgdgh33N3puvNYmWJZXtnQruBdreXM8qLyt7tX7L5WYVtxYA9pj2SPtDKosr1Kr2pH1afqpOqBGo+a5r3qe7ftndrH29e/321/0wGNA8UHPh4UHLx/yPdQa61BbcVh3OGsw8/rouq6v2d/X39E7Ujxkc9HhUelx8KPddU71Nc3qDeUNsKNksax43HHb/3g9UN7E6vpUDOjufgEOCE58eLH+B/vngw82XmKfarpJ/2f9rbQWopaodbc1om2pDZpe0x73+mA050dzh0tP5v/fPSM9pmas8pnS8+RzhWcmzmfd37yQsaF8YuJF4c6V3Q+urTk0p2usK7ey4GXr17xuXKp2737/FWXq2euOV07fZ19ve2G/Y3WHruell/sfmnpte9tvelws/2W462OvgV95/pd+y/e9rp95Y7/nRsDiwb67i6+e/9e3D3pfd790QepD14/zHo4/Wj9Y+zjoicKTyqeqj+t/dX412apvfTsoNdgz7OIZ4+GuEMv/5X5r0/DBc+pzytGtEbqR61Hz4z5jN16sfTF8MuMl9Pjhb8p/rb3ldGrn353+71nYsnE8GvR65k/St6ovjn61vZt52To5NN3ae+mp4req74/9oH9oftj9MeR6exP+E+Vn40/d3wJ/PJ4Jm1m5t/3hPP7CmVuZHN0cmVhbQplbmRvYmoKNSAwIG9iagpbIC9JQ0NCYXNlZCA4IDAgUiBdCmVuZG9iagoyIDAgb2JqCjw8IC9UeXBlIC9QYWdlcyAvTWVkaWFCb3ggWzAgMCA2MTIgNzkyXSAvQ291bnQgMSAvS2lkcyBbIDEgMCBSIF0gPj4KZW5kb2JqCjkgMCBvYmoKPDwgL1R5cGUgL0NhdGFsb2cgL1BhZ2VzIDIgMCBSID4+CmVuZG9iago3IDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVlVHlwZSAvQmFzZUZvbnQgL0FBQUFBQytBcHRvcyAvRm9udERlc2NyaXB0b3IKMTAgMCBSIC9Ub1VuaWNvZGUgMTEgMCBSIC9GaXJzdENoYXIgMzMgL0xhc3RDaGFyIDQ3IC9XaWR0aHMgWyA1NTYgNDQyIDUzMQo4NTMgNTYxIDI2MCA1MjcgMjAzIDU2MSAzMzQgNzIxIDU2MSA1NTkgNDg2IDMyMyBdID4+CmVuZG9iagoxMSAwIG9iago8PCAvTGVuZ3RoIDMwOCAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAFdkctqwzAQRff6Ci3TRbDsOI+CMZSUgBd9ULcfYEvjIKhlISsL/33vKGkKXZzFmRfSTHZsnhtno8zew6RbinKwzgSap0vQJHs6WyfyQhqr481STI+dFxma22WONDZumGRVCSmzD7TMMSxy9WSmnh449hYMBevOcvV1bFOkvXj/TSO5KJWoa2lowLiXzr92I8ksta4bg7yNyxpdfxWfiyeJF6Ejvz5JT4Zm32kKnTuTqJSqq9OpFuTMv1ReXjv64VZa5HXFKFVua1EVBRQotT+wbqBAqV3OWkIB1LBuoQDFinUHBchq1j0UQNPkAxQoVaTiRyhAtuTiDgowqmDtoQC6Z9VQAE3PMFAATZMJOiTdpD//fo6/z2e6r1VfQsBG0y3TsnmJ1tH93H7yvLTEDydRmkwKZW5kc3RyZWFtCmVuZG9iagoxMCAwIG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0ZvbnROYW1lIC9BQUFBQUMrQXB0b3MgL0ZsYWdzIDQgL0ZvbnRCQm94IFstNTAwIC0yNzUgMTE4MiAxMDEwXQovSXRhbGljQW5nbGUgMCAvQXNjZW50IDkzOSAvRGVzY2VudCAtMjgyIC9DYXBIZWlnaHQgNjU3IC9TdGVtViAwIC9YSGVpZ2h0CjQ3NiAvQXZnV2lkdGggNTYxIC9NYXhXaWR0aCAxMjY5IC9Gb250RmlsZTIgMTIgMCBSID4+CmVuZG9iagoxMiAwIG9iago8PCAvTGVuZ3RoMSA3MDA4IC9MZW5ndGggNDU4MiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGNWAtwHOV9/3b3XtKdpTs9bZ2k3fPqzjYnWbaelmRgLVlvW9bT3EoWutPpaVu2fH5iSyAwxmIJhinEEIcWzDtxAnt2Q2UmYyAt6TCN6bSdaWY6EEhpQmkbQjpTmjLSXX/ftyvZuCTTu318/8f3//7vb3ePxI6OEieZIwLZFJ2KTBP2y/wP3Kqix45IBixM4P722PT4lAFb1hOSfnp8/z1jBpzVQojty4nRyIgBk0XcqyaAMGCuAveiiakjJww48we4K/sPRk16VhHgtVORE+b65APA0oHI1KjB71UoPB0bNelciBA+zaD9kSsHmptsJhbGw2NcChTHt6WfZhhK53L/9t8e/vujQ+lb/4s4HQz94YtHv6KDj//1heuL3NL1lKOOLIA2wjMy5hBiP730FiGpgUXu9/+ZcpRivvZzK8mhTUnx7s1JcbA0Ju4pfUIcKE2K/RuTorrxuhgqTop3lSTF3SXXxb5gUuzd0Cb2bEiK3bclxa7bLomdGyRx1/pGsWP9JXHn+qS4Y11SbA8kxbZAUGwtGhdbiq6LzUVJscmfFBv9l8TtclJsWJsU633XxW2+pKj4Lol3StfFO6SkeLv0hLhVKhXrCmNibWFSrBGT4hZxTqwuiIlVBUmxsuC6WJF/XSzPT4pl+ZfEzZti4sbi28WS4ph424a7RT/WKsrzrtkjr1XEtULemj2+vNtFaSsGYuG4WLhhdc6egtykmJ+TFL2Va2oHVlfl1A7kKR10nEvH2Wvqcib6M2sy+jw17r4M1a2uqnH1WWssfS7VoqZXpfU5a1L77DW2vjQ1VbWpRE2pcfQJNXyfQ+VVNxEUxcpd5R4nvcH2BXuyu113dA7o3Lzu76FXpatft83rpK9/IBTnuHPqmUcfJQX17frjPaHLAsFQjfN8Q1cobhHOqfUkSIJBnMbfHBqIYJC76U8wpgfY2YBOw4BNx42NVwADpiwG/gYbMKsJsdbTP8mw5pIM4UuSQUjy8+UzcSH5G4o3YDJD7idT+B8nI/jT8UkyTY6RHjJKjpL9ZBwc+3A9TPaSn5MI6Scx0guOcXIK3A+RCcw4hushwA+SMDkISafITswPMQkRcO4H9RikzzJJlL8b0CTkn4bMPsgcgZQY6SJ3kUHwH1LavvP0U+fPPnTmwdMP3D93372zM6dO3nPi+LGjRw7HDk0fPDC1f9/eyYnxsdGR6HAkPHT34J6BfjV01+6+3p6uzl0dO3e0t7W2NDetF92pKcVc3JnaIDeMppYUk3iqE0NnSTGn2xp0O0Pqu4ISwhrytXeHGrd7fT7VK/t0Rbf4G+kZGdGiywQVIjALcyGivUdu7+oPSY1amM0CpvdrkEHfQiUymjnS+YbekN4UBJ5RDLiZwWA0wJZbyK3LZFnSSaemjcSJ4IcYxRvn2MDa8IgKS1RZHw7KPjk0ClFxB3H5esMNGLmWR5zUjBWkBTcZxhm9S17gzFF/SJfCY2oLuAnv19nRs0Aq5RPGOKxLUUnSbX55uDOk+XQuLHtNuDsEj3ERr+aTfZKqLiTfyafcsg+yeFIfl7n5rrjCzff0h6660Vvne0OXeY5vCKNYikALXZXQoRkWtROup0jKIlGAtHOIzGXewfi9VxVC5hjVwhAMjsIKhjOYgONIdIE3cG7GFw+whRT01eiCxaAoyxIswDkM3JzBvd7kdoDippQ3CY++y4gq+8FLCKSSalUcSori4lfxiAVFXQbmTfCmcOSKi1vFeeOQCQuAXuDm4imK9yqTZKDe5ObASXFzEGiy8YSy3SQIKxqG9+FmWtDXH7riIpDPruCop7+S4sY43xGUb6R1VwgBbIxzHcEwUrsdoOBvlJDWutITorxhL3Lep6rbS4ppdkkhedQrq/GsLG26Me52N7RrDUh05BpLsHjEFggHtZBOU44mmuyuRdoK/tao3BQGi4yywdEKVHS3FNaHw0EMJXeTBrIUjVBukhPnBX+cs/i5O8gd8JvNpafKo/W6U65fodxJ7jQoNkqxy/U6l2N4vVFulFZPalF5GBmodIbGvWNqBLJ1RY7oFrneG7eQelTXag4mNcZJRxC2tSMHdwU7B1Ck1BmSpm2X4oolEIlGKLzdh7rXTJK8fTst2uUZjZKmK5FoGByNKmMuKYYKWqMckUbQPGAuPNcj0+2hn67S2x/SXCPyiAwPK4oWgdleKap6NTXKPA51oBopKbbe6E5mc+JpD/BHx3BZkMhwWB42ELQ6b8WN34oYA9fNOLmNLgdl26jWuGttcuMIOOgZGdEFZJxPGsGeRVOGdLK+8QeZIGKFSUJMmXDNXUfzhkKgMwgADk0f/zo4sQI2gYxksPg3GrmiWwI080I+fa9X36/SfDFYIvrcsKRJbrlWpheWZ82gNod1q79Zn4tGYAd6EnIPiDYgpNAwchkCm8LacsZhmiWwspJ+ALG/SSRaKteLpXk/9YI+1ymFVSkcBhabgs8r6VbcpbEITS7adjuxPo5O9H7cIloP5hJaQF7djh1gLDIq+9DcgVOZX1n4sHobMiSkE6+myZrOQUV/E5ghPqDbAq30hmM6KEdGEUS6nhQZZXOboC7zDtXP2yj7VLDwfup36jj0uWF6iWrIRn0Q1Wb1e7QMTarR0LUG0XAtgejuMLYFyS01SSzUEWQydUIrhVQIMhhTULFsPkRQbaaC8UG7/wYGSL9+MGgwO5hUaNYd0jvpovSwswODQ0Gdz90CIg0Q143+ga6AQFHnWf2tcK+C1PPS2ZLOYytjTcOY30qnek2MOQ0Y1nbprol9xVDBaehrLGqj8nUXO1L8usOPQOsW6GCQ7dScZZlsDKWNOVAJ6hoGYIyl6D5HD2ZI2AQsfrgd8tjWSA2gkVciqPqI7F1Ivt2JHhkGFJZVlS6PA2lHZzDRmiGYuguSHd/oCnMlY3GnX3eCi5pgIIxrql/HAaOgM6UZjsMSQDF96Tqm964m3yaA4DnmN+Y6OkHwn6WBQJGadTfq1SfU4IghzGbcWiV0VHTuaBd72hhANcg+O/oYPICGJuk9QWwizLazbEYAKU5bCM1KrkkmTcghc0ByiE7kFo5eCEpLbtF5gCsj+TJPOIe8hd5S5C1xnrOj26MHy+5VLjR6LRoewdaHjRpeJlu8W+mjEvyBQONAbI/R1tQbsnottLJQUfpxI6QoK/iFMqzQj6MTUm8ZnnRQmrZCpI5kk6m3UZrseizogLz/O0tz/P8WQyqwaOopTBHajQIOqtgfXkowAtRGF0Bz5Q0z2qgpVjgaNa1p0QiesAbTaIW6Ah7gM2BTDUyrMW2Db2ZgdyddHTrAYAb2hqj5TiQBSx4nCG748R0jtZ0gumH4O2hopt5Xk0kCB5rchuvgX8hjeW6SWWFQYXTe8aCKURM9w+BqoqdZSU6zSl23dH1TvBHTlK8T5RVhdKOXVyRSKM658DBs8VqxYkByw121LHQBWAJYq41z9oDJgIx0w8xaTXPKxpYi0/Z/FQ+ghD1cEhXd+esIfRah1zTHqm+mOG7lX8Um0OJHlFet3KkUsxxSG3RnA31+QQD1FNqHNiK+s+/SdENWsMeJm7ZDhqKlePMmuZr6Ho7GFHj8IGtmlHHZb2OspA1xt2J7Q7NYhHrqXTjDrXO4WwM+enqp61jO6aiMg0HVeOSapbnxACupB4KSNInnrAYOT1vYKDGW0A3A7QiwJqfhgWcygq0ZfYj2HXU1nqW66dMx3gBkt8RtJVuN1yLZyLge7AEWf2irt0bFe8VC8rN82q/gGh6bPM5eTZLcHpA0KQMvGvoZWooWkyYzHHZxW8DkohacCWqawUefyV281t4DJ9A3ttQt3lTotPL+9XTwj5GxOTX0ol/pQ/IJH3WFvlu+Bw8LDbIuSXvQEoFszlc1DdupJtN3qt0h40pJXHE+fTKgTzEmrzcf72g3QBemwqKF5JV8+rq0stqp5dViWI0uqy0vp0e/cTWaZdwAvbKDWRevIrKxviVgLqrt0frxfujTC+jCph4A0/Jp12aaPE01IcK7eG44THSLQvZaZnBWk718Njlv+wdy0TKLEzj+h+Si8AkZ488TyXKCPGX9K+IUNLzOPEfoj8Of/lz4moVveMRH0oFJw/uLjdiJFc08HV8CU8gqghdVkoovg8ZvCN8F/o7L4HZzR7i38J64nZ/kf8x/JqwWGoVTwikwsW9swrvWNsxPJ5mkhJQqebflSnnrrEWW1KzJVIvbvbGgKDOT42PEEcOXkjL3T8s85bgEPRm5NZs2H/L4PP61gcqKqvKynOwsm9Xn8XGBquqqqsqKgLzWli0vU+w2m114N7GmaNOmoqKyssQ24Y7Fn3Cjlrq62qru3b1D08/f/8B3Oxuq11qsbV+98VFpUVEpPZ+x/GTxy+59JcXNVXW7Qp2z8zP7Okcqgu2V1C86THDiC42TrFFcVoeDWKBoCtO0LFjmqSkt37T5sMeXDaXYqQsDSyp/aOkx/hVr/flEz5OJ4HkCP+5Nfi58T/iIFMK/PsWTlxpzyHI6cWXZY2I+ccLwMiavxlMe3LS5cW2AGlxUfcNEWF/IZ3vkdTbburKq6kqLLTsrh3um95GeF7ni92aGRrXnx390tP3hKeUZe0O8beS5qsSXnw5mKLN7Ts9v5rfPDo4dOPHk9vy2M5NLR59sH5i7u+Wnwt37Wu8ydfuAfoUiIilQ3GmpsVUklud02GOZ7hXVyoI39KKRyPWUryjjCbBAQJ/Pj782NLowO3Gh9JU/S6l4cee+c8UbzoyeOXtfRuyTV17+xaGBDt711bVzzerDo83c8e59117/0TVTg5/BO3nIvAIlzZtD0tOJSBUw1meezqiBr03PmLlg9xXy5fBGeRrP+ZgSfNWzfzM89Jfn//qfeX6pjaubm5y+V3hJGPnzRITPEubvOflIxplfPfbtT+a++GX6hpShZ8OT0fFvd/Hq/OOPIdoIFfc7eMJF0t6wklgqSaWBgeERGhBYnJVTXp7NXT1+78aXS9WS9kejFvsiNxCehw0X8Sl4q/ABySJ+IisZhXk+n1uw2WOcLeZ3Og1JCC7ijPRmWVOeW8Xs8MieCqa8HalujtaZpIvP2YIvzzx/7tWCjtbxc0HLzoKOlolzG9fUxoEU3j9fN3nt+0vf4vc0H7gzWrfUwQaRupPKAYqmWiUuWDLhWTO2mZ40Z2yNqRZJo/XGEq9s0+Yej6kPLTKbvDawzsOVmTVm9+TkXHzeWvHS1Aka35mJZ0q5rDNn7z2574kN6+cTF6wVz3YMH/r4lZd+ebinJeHhPnwrfuVabEdifscQjW7igvCB8PGyDhlpMY8tlpfuQng5y3Lqs/za5mEr09xnOVZdTnWoRn6tQ6Fn5QiVUOGe1wdH/2Jm/9OltouJzVOPFW94cOzMI6cTF7j/ae+P/csrL/0iNrjjqa9+xn043sYd2bWfe+u1N64htogPPy/8E7patuJMWXYBDTB1Aa1iZn95NnqKze65+Ke2DX9yNCu39UC3JLz/8o6x7wQaipd6aU8YQy3PwqebSKGSUeyypa8vzCxyEN9qOzoDsydYxlpX49qNfGU5cob5cR2AijuQr6hj2WhdWTk5uYCykL5fdT8xfefFR/cOnTr4rdgzHdXRhzp2nh3f+vyM2j9ddmxk6sn2uslHM4o67uuPDbb2tjT5vM1TPdui9b6iHSd6J3Yr29dVBVfntRwK7TjYvJZqKcHeAcsPkY9eJc2WluZM2Wt32mIZZk6XBcs9yEIjseXK8srybJhuJvivj91b+sILL3/xRam6F0nOu85+9NHZpcWByFkq+ank74SfC+9Dcq7icqfG0i0Qi03BbGJGnzCqhZpebXYK7h+/d/7Vwt5dB54sefWitfRS+o9f4meWvls/UTuwlb+8WHa+dh+Vjr3FugDpLiIqbqdgE4jDYbWiiparEeVj7AwRrjwzkx6cLAhcfeK91z797OpvfvVi4j39t58L7y9+LmQs/lbwLJYJaxY/RR6mECLcD8l27ESSkpliS7Vyaat4hwUt3hZLX3aMIfwwVw3Bds7HrcMyuVwKN9b8+yuJy0riUz478ev6xBtX/ruB28d7qrmHEjmViS7u9Qru3xMnNy99ZuyNHPLd2FVtsIVso7+G4LbpIwcPE/K/97g1rwplbmRzdHJlYW0KZW5kb2JqCjEzIDAgb2JqCjw8IC9UaXRsZSAoRG9jIERyYXcgVGVzdDgxODApIC9Qcm9kdWNlciAobWFjT1MgVmVyc2lvbiAxNC4wIFwoQnVpbGQgMjNBMzQ0XCkgUXVhcnR6IFBERkNvbnRleHQpCi9DcmVhdG9yIChXb3JkKSAvQ3JlYXRpb25EYXRlIChEOjIwMjQwMzIxMTYxODQ1WjAwJzAwJykgL01vZERhdGUgKEQ6MjAyNDAzMjExNjE4NDVaMDAnMDAnKQo+PgplbmRvYmoKeHJlZgowIDE0CjAwMDAwMDAwMDAgNjU1MzUgZiAKMDAwMDAwMDM4NCAwMDAwMCBuIAowMDAwMDAzMzMyIDAwMDAwIG4gCjAwMDAwMDAwMjIgMDAwMDAgbiAKMDAwMDAwMDQ4OCAwMDAwMCBuIAowMDAwMDAzMjk3IDAwMDAwIG4gCjAwMDAwMDAwMDAgMDAwMDAgbiAKMDAwMDAwMzQ2NCAwMDAwMCBuIAowMDAwMDAwNTg1IDAwMDAwIG4gCjAwMDAwMDM0MTUgMDAwMDAgbiAKMDAwMDAwNDA2MSAwMDAwMCBuIAowMDAwMDAzNjgwIDAwMDAwIG4gCjAwMDAwMDQyOTUgMDAwMDAgbiAKMDAwMDAwODk2NSAwMDAwMCBuIAp0cmFpbGVyCjw8IC9TaXplIDE0IC9Sb290IDkgMCBSIC9JbmZvIDEzIDAgUiAvSUQgWyA8YWE4YWIwNTkyM2IwY2Y1OTcxYmIzNDk5ZjcxY2YxMDE+CjxhYThhYjA1OTIzYjBjZjU5NzFiYjM0OTlmNzFjZjEwMT4gXSA+PgpzdGFydHhyZWYKOTE3MQolJUVPRgo=\"\n    }\n  )\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Mar 2024 16:58:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"148"},{"key":"X-Rate-Limit-Reset","value":"2024-03-21T16:58:31.7204937Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"insertDrawLoan\": \"Success\"\n    }\n}"}],"_postman_id":"b7b7b3ef-d737-4a28-96da-5be9f01f1bb7"},{"name":"Draw Request RestAPI","id":"e597accb-4063-4591-9ad8-9b3013f9408e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"loanNumber","value":"test8180","type":"text"},{"key":"investorAccountNumber","value":"Test1234","type":"text"},{"key":"dateReceived","value":"03/15/2024","type":"text"},{"key":"amount","value":"500.50","type":"text"},{"key":"comments","value":"this is a draw request with attachment","type":"text"},{"key":"attachment","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/carolinacampana/Downloads/Doc Draw Test8180 v2.pdf"],"src":"/Users/carolinacampana/Downloads/Doc Draw Test8180 v2.pdf"}]},"url":"https://fapi.myfci.com/api/v1/boarding/drawLoan","urlObject":{"protocol":"https","path":["api","v1","boarding","drawLoan"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"712e7d82-ec16-4c31-8569-0773f7fa6d19","name":"Draw Request RESTAPI","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"loanNumber","value":"test8180","type":"text"},{"key":"investorAccountNumber","value":"Test1234","type":"text"},{"key":"dateReceived","value":"03/15/2024","type":"text"},{"key":"amount","value":"500.50","type":"text"},{"key":"comments","value":"this is a draw request with attachment","type":"text"},{"key":"attchment","type":"file","src":"/Users/carolinacampana/Downloads/Doc Draw Test8180.pdf"}]},"url":"https://fapi.myfci.com/api/v1/boarding/drawLoan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Mar 2024 15:54:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2024-03-21T15:54:22.9889258Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": \"Success\"\n}"}],"_postman_id":"e597accb-4063-4591-9ad8-9b3013f9408e"}],"id":"104e305d-9931-40f9-8e48-708f136017e4","description":"<p>Push FCI API- Update Charges is a GraphQL API with methods created to send DRAW requests (Dutch and Non Dutch) to FCI with updated information for any loan and to make the process easier for all our lenders.</p>\n<h3 id=\"draw-requests-dutch-and-non-dutch\"><strong>DRAW requests (Dutch and Non Dutch)</strong></h3>\n<p>Login to FCI Web portal using your credentials</p>\n<p>URL: <a href=\"https://fciwebmyfci.com/login\">https://fciweb.myfci.com/login</a></p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2022/07/Picture1.png\" />\n\n<p>After you login to the website, navigate to ‘API registration Key’ section and create a API token for uploading the Draws of a loan. See screenshot below for additional information.</p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2023/06/draw-loans-API.png\" />\n\n<p>You can use your own application and connect to our API and be able to notify us of DRAW requests (Dutch and Non Dutch) via the API.</p>\n<p><strong>Below are the variables used to send Draw Requests.</strong></p>\n<ul>\n<li><p><strong>loanNumber</strong> : Your FCI loan account number</p>\n</li>\n<li><p><strong>investorAccountNumbe</strong>r : FCI Investor/Broker account number</p>\n</li>\n<li><p><strong>dateReceived</strong>: Date on which the draw was recorded in the loan.</p>\n</li>\n<li><p><strong>amount:</strong> Draw Amount</p>\n</li>\n<li><p><strong>comments</strong> : Any comments/descriptions related to charges</p>\n</li>\n</ul>\n<p>The data will be processed by FCI servicing department and will notify you through email once the upload process is completed. Once the draws are processed by FCI, you will received an email with the confirmation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"dd150bb4-b88c-4adb-af53-b41a838f4b13","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"89f770e3-5139-4c3e-97d2-dcc57538e2e0","type":"text/javascript","exec":["pm.test(\"OK\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 204]);","});"]}}],"_postman_id":"104e305d-9931-40f9-8e48-708f136017e4"},{"name":"Push API -  Payoff Request","item":[{"name":"Insert Payoff Structure","item":[],"id":"fe8aa348-12fb-403a-91d6-805bfc5af51b","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>insertPayoff(\n  payoff:\n    { \n        loanNumber: String!\n        payoffDate: CustomDateFormat!\n        reason: Int\n        reqCompany: String\n        reqContact: String\n        reqEmail: String\n        reqMailing: String\n        reqPhone: String\n        description: String\n        dateReceived: CustomDateFormat!\n        requestedBy: String!\n    }\n  )\n\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"e819a4ee-1a2c-4043-8eaf-4b6866d6cd9b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"091bc5b9-e22e-4fa1-85d5-3c1f967ae510","type":"text/javascript","exec":[""]}}],"_postman_id":"fe8aa348-12fb-403a-91d6-805bfc5af51b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"9da1df0f-69f4-45e5-a216-0900b21455fe","id":"9da1df0f-69f4-45e5-a216-0900b21455fe","name":"Push API -  Payoff Request","type":"folder"}}},{"name":"Payoff Fields","item":[],"id":"1d30524e-2984-488a-8933-5bc057366825","description":"<p><strong>Below are the variables used to upload charges.</strong></p>\n<ul>\n<li><p><strong>loanNumber</strong>: Your FCI loan account number</p>\n</li>\n<li><p><strong>payoffDate</strong>: Date of Payoff</p>\n</li>\n<li><p><strong>reason</strong>: 0 = Payoff, 1 = Litigation, 2 = Inquiry, 3 = Other</p>\n</li>\n<li><p><strong>reqCompany</strong>: Requestor Company Information</p>\n</li>\n<li><p><strong>reqContact</strong>: Requestor Contact Information</p>\n</li>\n<li><p><strong>reqEmail</strong>: Requestor Email Information</p>\n</li>\n<li><p><strong>reqMailing</strong>: Requestor Mailing information</p>\n</li>\n<li><p><strong>reqPhone</strong>: Requestor Phone Number</p>\n</li>\n<li><p><strong>description</strong>: Any comments/descriptions related to charges</p>\n</li>\n<li><p><strong>dateReceived</strong>: Date on which the draw was recorded in the loan.</p>\n</li>\n<li><p><strong>requestedBy</strong>: Requestor Name</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"50de40bf-bbda-4bfe-9ba1-66602882702a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c5808ee6-d2e4-4e7a-b489-3e1b1e3fb46d","type":"text/javascript","exec":[""]}}],"_postman_id":"1d30524e-2984-488a-8933-5bc057366825","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"9da1df0f-69f4-45e5-a216-0900b21455fe","id":"9da1df0f-69f4-45e5-a216-0900b21455fe","name":"Push API -  Payoff Request","type":"folder"}}},{"name":"Payoff Request","id":"f4f6c5f2-2f8d-4f4e-815b-c1c7ea15ae65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n  insertPayoff(payoff:\n                    {\n                      loanNumber:\"test8180\"\n                      payoffDate:\"01/01/2023\"\n                      reason:1\n                      reqCompany:\"company\"\n                      reqContact:\"contact\"\n                      reqEmail:\"email\"\n                      reqMailing:\"mailling\"\n                      reqPhone:\"phone\"\n                      description:\"mydescription\"\n                      dateReceived:\"03-03-2024\"\n                      requestedBy:\"Lender\"\n                    })\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"4ac14e79-36ea-40cb-8ccb-0098441c9d9d","name":"Payoff Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n  insertPayoff(payoff:\n                    {\n                      loanNumber:\"test8180\"\n                      payoffDate:\"01/01/2023\"\n                      lsaRequired:true\n                      reason:1\n                      reqCompany:\"company\"\n                      reqContact:\"contact\"\n                      reqEmail:\"email\"\n                      reqMailing:\"mailling\"\n                      reqPhone:\"phone\"\n                      description:\"mydescription\"\n                      dateReceived:\"03-03-2024\"\n                      requestedBy:\"Lender\"\n                    })\n}","variables":""}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Apr 2024 21:22:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Rate-Limit-Limit","value":"15s"},{"key":"X-Rate-Limit-Remaining","value":"149"},{"key":"X-Rate-Limit-Reset","value":"2024-04-16T21:22:18.7519830Z"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"insertPayoff\": \"Success\"\n    }\n}"}],"_postman_id":"f4f6c5f2-2f8d-4f4e-815b-c1c7ea15ae65"}],"id":"9da1df0f-69f4-45e5-a216-0900b21455fe","description":"<p>Push FCI API- Payoff Request is a GraphQL API with methods created to send PAYOFF requests to FCI with updated information for any loan and to make the process easier for all our lenders.</p>\n<h3 id=\"payoff-requests\"><strong>PAYOFF requests</strong></h3>\n<p>Login to FCI Web portal using your credentials</p>\n<p>URL: <a href=\"https://\">https://fciweb.myfci.com/login</a></p>\n<img src=\"https://www.unifiedsoftware.us/wp-content/uploads/2022/07/Picture1.png\" />\n\n<p>After you login to the website, navigate to ‘API registration Key’ section and create a API token for uploading the PAYOFF of a loan. See screenshot below for additional information.</p>\n<img src=\"https://content.pstmn.io/27db074a-d1fb-48df-af10-4eb090bcf539/U2NyZWVuc2hvdCAyMDIzLTA4LTI4IGF0IDEuNTYuNDYgUE0tMjAyMzA4MjgtMTc1NjUxLnBuZw==\" />\n\n<p>You can use your own application and connect to our API and be able to notify us of PAYOFF requests via the API.</p>\n<p><strong>Below are the variables used to send Draw Requests.</strong></p>\n<ul>\n<li><p><strong>loanNumber</strong>: Your FCI loan account number</p>\n</li>\n<li><p><strong>payoffDate</strong>: Date of Payoff</p>\n</li>\n<li><p><strong>reason</strong>: 0 = Payoff, 1 = Litigation, 2 = Inquiry, 3 = Other</p>\n</li>\n<li><p><strong>reqCompany</strong>: Requestor Company Information</p>\n</li>\n<li><p><strong>reqContact</strong>: Requestor Contact Information</p>\n</li>\n<li><p><strong>reqEmail</strong>: Requestor Email Information</p>\n</li>\n<li><p><strong>reqMailing</strong>: Requestor Mailing information</p>\n</li>\n<li><p><strong>reqPhone</strong>: Requestor Phone Number</p>\n</li>\n<li><p><strong>description</strong>: Any comments/descriptions related to charges</p>\n</li>\n<li><p><strong>dateReceived</strong>: Date on which the draw was recorded in the loan.</p>\n</li>\n<li><p><strong>requestedBy</strong>: Requestor Name</p>\n</li>\n</ul>\n<p>The data will be processed by FCI servicing department and will notify you through email once the upload process is completed. Once the PAYOFF is processed by FCI, you will received an email with the confirmation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"66bbb4ea-7362-4aa9-a67a-e8ce49e9052b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"148096cd-3455-4e54-b40b-9061f610b92f","type":"text/javascript","exec":["pm.test(\"OK\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 204]);","});"]}}],"_postman_id":"9da1df0f-69f4-45e5-a216-0900b21455fe"},{"name":"Push API - Boarding Loans","item":[{"name":"Loan Boarding Structure","item":[],"id":"b2fb3563-f320-4d8c-bf19-0c8c4773133f","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-html\">mutation{\n   insertBoarding\n   (\n       insertLoan:\n       {\n            prevAccount:\"TESTLOAN01\",\n            lienPosition:1\n            lenderAccount:\"test1234\",\n            originationDate: \"08/25/2020\",\n            fundingDate:\"08/25/2020\",\n            firstPaymentDate:\"08/25/2020\",\n            paidToDate:\"08/25/2020\"\n            nextDueDate:\"08/25/2020\"\n            originalBalance:12\n            principalBalance:12.3\n            lateChargesDays:1\n            payment:5.0\n            paymentImpound:12\n            paymentFrequency:1\n            maturityDate:\"08/25/2020\"\n            noteRate:12.3\n            primaryPurpose:1\n            defaultRate: 12.32\n            loanType: 1\n            rateType: 1\n            noteType: 1\n            paymentPropertyTax: 12.30\n            paymentSchoolTax: 12.32\n            paymentCityTax: 15.00\n            paymentWaterSewerTax: 15.00\n            paymentTownshipTax: 10.00\n            paymentOtherTax: 5.00\n            withheldHazardInsurance: 0\n            withheldPropertyTax: 0\n            withheldWindInsurance: 0\n            withheldFloodInsurance: 0\n            reservePropertyTax: 5\n            reserveSchoolTax: 5\n            reserveCityTax: 0\n            reserveWaterSewerTax: 0\n            reserveTownshipTax: 0\n            startingBalance: 0\n            amortizationType: 1\n            is365DayYears: true\n            is30DayMonths: true\n            negativeToPrincipal: true\n            accruedMethod: 0\n            lateChargesMin: 130\n            lateChargeMax: 150\n            lateChargesPct: 5\n            noPyramiding: true\n            lateChargesPostMaturity: false\n            lateChargesDaily: 3\n            lateChargesLenderPct: 40\n            lateChargesVendorPct: 35\n            lateChargesCompanyMaxDist: 50\n            defaultIntIsEnabled: false\n            defaultIntEnableMaturity: false\n            defaultIntTypeCalculation: 0\n            defaultIntUseCustomDate: false\n            defaultIntDays:0\n            defaultIntOptionDays:0\n            defaultIntDateFrom: 1\n            defaultCustomDateFrom: 2\n            defaultIntEffectiveDays: 1\n            defaultIntEffectiveOptionDays: 1\n            defaultIntEffectiveDateFrom: 1\n            defaultIntModifier: 1\n            defaultIntRate: 1\n            defaultIntLastEffectiveStatus: true\n            defaultIntLastImplementationDate: \"6/1/21\"\n            defaultIntLastEffectiveDate: \"6/1/21\"\n            defaultIntLastTopDate: \"6/1/21\"\n            defaultIntAllowLateCharges: false\n            defaultIntActiveDaily: false\n            defaultIntLenderPct: 10\n            defaultIntVendorPct: 10\n            defaultIntCompanyMaxDist: 100    \n            originalVendor: \"VENDORaccount\"\n            trustAccount: \"FCI - Pool 1 Trust Account\"\n            approvalPayoff:BROKER\n            approvalChangeFeesTerms: LENDER\n            approvaleReinstatement:EITHER\n            approvalStartForeclosure:BOTH\n            setBorrower:[\n                {\n                firstName:\"TEST\"\n                middleName:\"TESTTEST\"\n                lastName:\"TEST\"\n                street:\"street\"\n                city:\"sd\"\n                state:\"sd\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                tinType: 1\n                email:\"testemail@gmail.com\"\n                contactName:\"ContactName\"\n                isCompany:true\n                company:\"Company\"\n                isPrimary:true\n                }\n            ]\n            setLenders:[\n              {\n                account:\"test1234\"\n                firstName:\"Lender Name\"\n                middleName:\"Lender Middle Name\"\n                lastName:\"Lender LastName\"\n                street:\"Lender street\"\n                city:\"COSTA\"\n                state:\"CA\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                email:\"email@gmail.com\"\n              }\n            ]\n            setProperties:\n            [\n                {\n                description:\"Description\"\n                street:\"Street\"\n                city:\"City\"\n                state:\"sa\"\n                zipCode:\"011\"\n                county:\"SLASD\"\n                occupancyStatus:1\n                type:0\n                isPrimary:true\n                }\n            ]\n            setFundings:[\n              {\n                agreementeTemplateEnumValue: BASIC_LIMITED\n                lenderAccount: \"test1234\"\n                funds: 126.00\n                brokerFeePct: 0.00\n                brokerFeeFlat: 11.00\n                brokerFeeMin: 10.00\n                vendorFeePct: 0.00\n                vendorFeeFlat: 0.00\n                vendorFeeMin: 0.00\n                roundError: true\n                rateType: 1\n                rateValue: 12.00\n                gSTaxUse: true\n                brokerFeeFlatNPerf: 95.00\n                brokerFeeMinNPerf: 95.00\n                brokerResFee: 0.00\n                brokerResAddFee: 0.00\n                brokerResAddDays: 0\n                brokerResAddFee_2: 0.00\n                brokerResAddDays_2: 0\n                brokerResAddFee_3: 0.00\n                brokerResAddDays_3: 60\n                trustAccount: \"FCI - Pool 1 Trust Account\"\n              }\n            ]\n        }\n    )\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"e819a4ee-1a2c-4043-8eaf-4b6866d6cd9b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"091bc5b9-e22e-4fa1-85d5-3c1f967ae510","type":"text/javascript","exec":[""]}}],"_postman_id":"b2fb3563-f320-4d8c-bf19-0c8c4773133f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","name":"Push API - Boarding Loans","type":"folder"}}},{"name":"Loan Variables","item":[],"id":"a962e081-d14b-4ce8-bfd0-ba62519e11d3","description":"<h2 id=\"lienposition\">LienPosition</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>1st = 1,\n2nd = 2,\n3rd = 3,\n4th = 4,\n5th = 5,\n6th = 6,\n7th = 7,\n8th = 8,\n9th = 9,\n10th = 10,\nUNS = 11,\nLEASE = 12\n\n</code></pre><h2 id=\"amortizationtype\">AmortizationType</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    OTHER = 0,\n    FULLY_AMORTIZED = 1,\n    PARTIALLY_AMORTIZED = 2,\n    INTEREST_ONLY = 3,\n    CONSTANT_AMORTIZATION = 4,\n    INTEREST_ONLY_PYMT = 5,\n    YEAR_AMORTIZED_15 = 6,\n    YEAR_AMORTIZED_30 = 7  \n\n</code></pre><h2 id=\"ratetype\">RateType</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    OTHER = 0,\n    FIXED_RATE = 1,\n    ARM = 2,\n    GRADUATED_TERMS = 3\n\n</code></pre><h2 id=\"paymentfrequency\">PaymentFrequency</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    BIWEEKLY = 0,\n    MONTHLY = 1,\n    QUATERLY = 2,\n    SEMI_YEARLY = 3,\n    YEARLY = 4,\n    TWICE_MONTHLY = 5,\n    STRAIGHT = 6\n\n</code></pre><h2 id=\"primarypurpose\">PrimaryPurpose</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    CONSUMER = 0,\n    BUSINESS = 1\n\n</code></pre><h2 id=\"notetype\">noteType</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    OTHER = 0,\n    CONVENTIONAL = 1,\n    CONSTRUCTION = 2,\n    LINE_OF_CREDIT = 3,\n    AUTO = 4,\n    BUSINESS_PURPOSE_LOAN = 5,\n    CASH_ADVANCE = 6,\n    FANNIE_MAE = 7,\n    FHA = 8,\n    FREDDIE_MAC = 9,\n    HECM = 10,\n    HUD = 11,\n    LEASE = 12,\n    PERSONAL = 13,\n    PURCHASE_CONTRACT = 14,\n    UNSECURED = 16,\n    VA = 17,\n    SECURITIZED_LOAN = 18,\n    DRAW_LOAN_NON_DUTCH = 19,\n    DRAW_LOAN_DUTCH = 20,\n    LOC_OPEN = 21,\n    LOC_CLOSED = 22,\n    DSCR = 23\n\n</code></pre><h2 id=\"accruedmethod\">accruedMethod</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>DUE_TO_DUE_FIXED = 0 → Regular Period (Due Date to Due Date) \nDUE_TO_DUE_ACTUAL = 1 → Actual Days (Due Date to Due Date) \nRECEIVED_TO_RECEIVED = 2 → Actual Days (Received Date to Received Date) \n\n</code></pre><h2 id=\"approvalpayoff\">approvalPayoff</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Broker = BROKER,\n    Lender = LENDER,\n    Either = EITHER,\n    Both = BOTH\n\n</code></pre><h2 id=\"approvalchangefeesterms\">approvalChangeFeesTerms</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Broker = BROKER,\n    Lender = LENDER,\n    Either = EITHER,\n    Both = BOTH\n\n</code></pre><h2 id=\"approvalereinstatement\">approvaleReinstatement</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Broker = BROKER,\n    Lender = LENDER,\n    Either = EITHER,\n    Both = BOTH\n\n</code></pre><h2 id=\"approvalstartforeclosure\">approvalStartForeclosure</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Broker = BROKER,\n    Lender = LENDER,\n    Either = EITHER,\n    Both = BOTH\n\n</code></pre><h2 id=\"tintype\">tinType</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   0 = EIN\n   1 = SNN\n   2 = ITIN\n   3 = ATIN\n   4 = PTIN\n   5 = OTHER\n\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"d12c4712-8f32-4f07-a123-5b7fd933df4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0fda1a66-c039-4fbf-8722-83cf4a940756","type":"text/javascript","exec":[""]}}],"_postman_id":"a962e081-d14b-4ce8-bfd0-ba62519e11d3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","name":"Push API - Boarding Loans","type":"folder"}}},{"name":"Property Variables","item":[],"id":"8404014a-5523-418b-8086-1b031cf219d5","description":"<h2 id=\"type\">Type</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   SINGLE_FAMILY_RES = 0,\n   TWO_FAMILY_RES = 1,\n   FOUR_FAMILY_RES = 2,\n   TWO_TO_FOUR_FAMILY = 3,\n   OFFICE_CONDO = 4,\n   RESIDENTIAL_CONDO = 5,\n   RESIDENTIAL_INCOME_1_4 = 6,\n   RESIDENTIAL_INCOME_5 = 7,\n   APARTMENT_COMPLEX_5_PLUS = 8,\n   PUD = 9,\n   FARM = 10,\n   RANCH = 11,\n   RESORT = 12,\n   MIX_USE = 13,\n   INDUSTRIAL = 14,\n   COMERCIAL = 15,\n   RAW_LAND = 16,\n   MOBILE_HOME = 17,\n   UNSECURED = 18,\n   AUTOMOBILE = 19,\n   AIRCRAFT = 20,\n   OTHER = 21,\n   COOP = 22,\n   TOWNHOUSE = 23,\n   FIVE_FAMILY_RES = 24,\n   HOUSE_BOAT = 25\n</code></pre><h2 id=\"occupancystatus\">OccupancyStatus</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   PRIMARY_BORROWER = 0,\n   SECONDARY_BORROWER = 1,\n   VACANT = 2,\n   TENANT = 3,\n   INVESTOR = 4,\n   OTHER = 5,\n   UNKNOWN = 6\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"a4c7b688-01ea-4706-94fe-f9edf37438a3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eac8e4a5-095f-4db2-8341-bbdcec66fd89","type":"text/javascript","exec":[""]}}],"_postman_id":"8404014a-5523-418b-8086-1b031cf219d5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","name":"Push API - Boarding Loans","type":"folder"}}},{"name":"Borrower Variables","item":[],"id":"ad5846e8-c239-4de6-ae70-0460c75bc983","description":"<h2 id=\"deliveryoptions\">deliveryOptions</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>0 = PRINT,\n1 = EMAIL,\n2 = PRINT_AND_EMAIL,\n3 = NEVER\n\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"a4c7b688-01ea-4706-94fe-f9edf37438a3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eac8e4a5-095f-4db2-8341-bbdcec66fd89","type":"text/javascript","exec":[""]}}],"_postman_id":"ad5846e8-c239-4de6-ae70-0460c75bc983","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","name":"Push API - Boarding Loans","type":"folder"}}},{"name":"Funding Variables","item":[],"id":"0511640c-03d3-432c-a0c7-6a9a607fde4a","description":"<h2 id=\"agreementetemplate\"><strong>AgreementeTemplate</strong></h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Basic Limited = BASIC_LIMITED,\nHigh Touch Limited = HIGH_TOUCH_LIMITED,\nHigh Touch Full = HIGH_TOUCH_FULL,\nBasic Full Collection = BASIC_FULL_COLLECTION\n\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"d12c4712-8f32-4f07-a123-5b7fd933df4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0fda1a66-c039-4fbf-8722-83cf4a940756","type":"text/javascript","exec":[""]}}],"_postman_id":"0511640c-03d3-432c-a0c7-6a9a607fde4a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","name":"Push API - Boarding Loans","type":"folder"}}},{"name":"Boarding a Loan","id":"d99469ac-7be4-4408-8c01-b0a4a0cb1ea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   insertBoarding\n   (\n       insertLoan:\n       {\n            prevAccount:\"TESTLOAN01\",\n            lienPosition:1\n            lenderAccount:\"test1234\",\n            originationDate: \"08/25/2020\",\n            fundingDate:\"08/25/2020\",\n            firstPaymentDate:\"08/25/2020\",\n            paidToDate:\"08/25/2020\"\n            nextDueDate:\"08/25/2020\"\n            originalBalance:12\n            principalBalance:12.3\n            lateChargesDays:1\n            payment:5.0\n            paymentImpound:12\n            paymentFrequency:1\n            maturityDate:\"08/25/2020\"\n            noteRate:12.3\n            primaryPurpose:1\n            defaultRate: 12.32\n            noteType: 1\n            rateType: 1\n            spreadRate: 1\n            paymentPropertyTax: 12.30\n            paymentSchoolTax: 12.32\n            paymentCityTax: 15.00\n            paymentWaterSewerTax: 15.00\n            paymentTownshipTax: 10.00\n            paymentOtherTax: 5.00\n            withheldHazardInsurance: 0\n            withheldPropertyTax: 0\n            withheldWindInsurance: 0\n            withheldFloodInsurance: 0\n            reservePropertyTax: 5\n            reserveSchoolTax: 5\n            reserveCityTax: 0\n            reserveWaterSewerTax: 0\n            reserveTownshipTax: 0\n            startingBalance: 0\n            amortizationType: 1\n            is365DayYears: true\n            is30DayMonths: true\n            negativeToPrincipal: true\n            accruedMethod: 0\n            lateChargesMin: 130\n            lateChargeMax: 150\n            lateChargesPct: 5\n            noPyramiding: true\n            lateChargesPostMaturity: false\n            lateChargesDaily: 3\n            lateChargesLenderPct: 40\n            lateChargesVendorPct: 35\n            lateChargesCompanyMaxDist: 50\n            defaultIntIsEnabled: false\n            defaultIntEnableMaturity: false\n            defaultIntTypeCalculation: 0\n            defaultIntUseCustomDate: false\n            defaultIntDays:0\n            defaultIntOptionDays:0\n            defaultIntDateFrom: 1\n            defaultCustomDateFrom: 2\n            defaultIntEffectiveDays: 1\n            defaultIntEffectiveOptionDays: 1\n            defaultIntEffectiveDateFrom: 1\n            defaultIntModifier: 1\n            defaultIntRate: 1\n            defaultIntLastEffectiveStatus: true\n            defaultIntLastImplementationDate: \"6/1/21\"\n            defaultIntLastEffectiveDate: \"6/1/21\"\n            defaultIntLastTopDate: \"6/1/21\"\n            defaultIntAllowLateCharges: false\n            defaultIntActiveDaily: false\n            defaultIntLenderPct: 10\n            defaultIntVendorPct: 10\n            defaultIntCompanyMaxDist: 100\t\n            trustAccount: \"FCI - Pool 1 Trust Account\"\n            approvalPayoff:BROKER\n            approvalChangeFeesTerms: LENDER\n            approvalReinstatement: EITHER\n            approvalStartForeclosure:BOTH\n\n            setBorrower:[\n                {\n                firstName:\"TEST\"\n                middleName:\"TESTTEST\"\n                lastName:\"TEST\"\n                street:\"street\"\n                city:\"sd\"\n                state:\"sd\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                tinType: 1\n                email:\"testemail@gmail.com\"\n                contactName:\"ContactName\"\n                isCompany:true\n                company:\"Company\"\n                isPrimary:true\n                deliveryOptions:0\n                }\n            ]\n            setLenders:[\n              {\n                account:\"test1234\"\n                firstName:\"Lender Name\"\n                middleName:\"Lender Middle Name\"\n                lastName:\"Lender LastName\"\n                street:\"Lender street\"\n                city:\"COSTA\"\n                state:\"CA\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                email:\"email@gmail.com\"\n              }\n            ]\n            setProperties:\n            [\n                {\n                description:\"Description\"\n                street:\"Street\"\n                city:\"City\"\n                state:\"sa\"\n                zipCode:\"011\"\n                county:\"SLASD\"\n                occupancyStatus:1\n                type:0\n                isPrimary:true\n                }\n            ]\n            setFundings:[\n              {\n                agreementeTemplateEnumValue: BASIC_LIMITED\n                lenderAccount: \"test1234\"\n                funds: 126.00\n                brokerFeePct: 0.00\n                brokerFeeFlat: 11.00\n                brokerFeeMin: 10.00\n                vendorFeePct: 0.00\n                vendorFeeFlat: 0.00\n                vendorFeeMin: 0.00\n                roundError: true\n                rateType: 1\n                rateValue: 12.00\n                gSTaxUse: true\n                brokerFeeFlatNPerf: 95.00\n                brokerFeeMinNPerf: 95.00\n                brokerResFee: 0.00\n                brokerResAddFee: 0.00\n                brokerResAddDays: 0\n                brokerResAddFee_2: 0.00\n                brokerResAddDays_2: 0\n                brokerResAddFee_3: 0.00\n                brokerResAddDays_3: 60\n                trustAccount: \"FCI - Pool 1 Trust Account\"\n              }\n            ]\n        }\n    )\n}","variables":""}},"url":"https://fapi.myfci.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["fapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"2ee564ad-564d-412a-a9ce-29bc27b42c46","name":"Boarding a Loan","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   insertBoarding\n   (\n       insertLoan:\n       {\n            prevAccount:\"TESTLOAN01\",\n            lienPosition:1\n            lenderAccount:\"test1234\",\n            originationDate: \"08/25/2020\",\n            fundingDate:\"08/25/2020\",\n            firstPaymentDate:\"08/25/2020\",\n            paidToDate:\"08/25/2020\"\n            nextDueDate:\"08/25/2020\"\n            originalBalance:12\n            principalBalance:12.3\n            lateChargesDays:1\n            payment:5.0\n            paymentImpound:12\n            paymentFrequency:1\n            maturityDate:\"08/25/2020\"\n            noteRate:12.3\n            primaryPurpose:1\n            defaultRate: 12.32\n            noteType: 1\n            rateType: 1\n            paymentPropertyTax: 12.30\n            paymentSchoolTax: 12.32\n            paymentCityTax: 15.00\n            paymentWaterSewerTax: 15.00\n            paymentTownshipTax: 10.00\n            paymentOtherTax: 5.00\n            withheldHazardInsurance: 0\n            withheldPropertyTax: 0\n            withheldWindInsurance: 0\n            withheldFloodInsurance: 0\n            reservePropertyTax: 5\n            reserveSchoolTax: 5\n            reserveCityTax: 0\n            reserveWaterSewerTax: 0\n            reserveTownshipTax: 0\n            startingBalance: 0\n            amortizationType: 1\n            is365DayYears: true\n            is30DayMonths: true\n            negativeToPrincipal: true\n            accruedMethod: 0\n            lateChargesMin: 130\n            lateChargeMax: 150\n            lateChargesPct: 5\n            noPyramiding: true\n            lateChargesPostMaturity: false\n            lateChargesDaily: 3\n            lateChargesLenderPct: 40\n            lateChargesVendorPct: 35\n            lateChargesCompanyMaxDist: 50\n            defaultIntIsEnabled: false\n            defaultIntEnableMaturity: false\n            defaultIntTypeCalculation: 0\n            defaultIntUseCustomDate: false\n            defaultIntDays:0\n            defaultIntOptionDays:0\n            defaultIntDateFrom: 1\n            defaultCustomDateFrom: 2\n            defaultIntEffectiveDays: 1\n            defaultIntEffectiveOptionDays: 1\n            defaultIntEffectiveDateFrom: 1\n            defaultIntModifier: 1\n            defaultIntRate: 1\n            defaultIntLastEffectiveStatus: true\n            defaultIntLastImplementationDate: \"6/1/21\"\n            defaultIntLastEffectiveDate: \"6/1/21\"\n            defaultIntLastTopDate: \"6/1/21\"\n            defaultIntAllowLateCharges: false\n            defaultIntActiveDaily: false\n            defaultIntLenderPct: 10\n            defaultIntVendorPct: 10\n            defaultIntCompanyMaxDist: 100\t\n            originalVendor: \"005-PRIV\"\n            trustAccount: \"FCI - Pool 1 Trust Account\"\n            approvalPayoff:BROKER\n            approvalChangeFeesTerms: LENDER\n            approvaleReinstatement:EITHER\n            approvalStartForeclosure:BOTH\n            setBorrower:[\n                {\n                firstName:\"TEST\"\n                middleName:\"TESTTEST\"\n                lastName:\"TEST\"\n                street:\"street\"\n                city:\"sd\"\n                state:\"sd\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                tinType: 1\n                email:\"testemail@gmail.com\"\n                contactName:\"ContactName\"\n                isCompany:true\n                company:\"Company\"\n                isPrimary:true\n                deliveryOptions:0\n                }\n            ]\n            setLenders:[\n              {\n                account:\"test1234\"\n                firstName:\"Lender Name\"\n                middleName:\"Lender Middle Name\"\n                lastName:\"Lender LastName\"\n                street:\"Lender street\"\n                city:\"COSTA\"\n                state:\"CA\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                email:\"email@gmail.com\"\n              }\n            ]\n            setProperties:\n            [\n                {\n                description:\"Description\"\n                street:\"Street\"\n                city:\"City\"\n                state:\"sa\"\n                zipCode:\"011\"\n                county:\"SLASD\"\n                occupancyStatus:1\n                type:0\n                isPrimary:true\n                }\n            ]\n            setFundings:[\n              {\n                funds: 126.00\n                brokerFeePct: 0.00\n                brokerFeeFlat: 11.00\n                brokerFeeMin: 10.00\n                lenderAccount: \"test1234\"\n                vendorFeePct: 0.00\n                vendorFeeFlat: 0.00\n                vendorFeeMin: 0.00\n                roundError: true\n                rateType: 1\n                rateValue: 12.00\n                gSTaxUse: true\n                brokerFeeFlatNPerf: 95.00\n                brokerFeeMinNPerf: 95.00\n                brokerResFee: 0.00\n                brokerResAddFee: 0.00\n                brokerResAddDays: 0\n                brokerResAddFee_2: 0.00\n                brokerResAddDays_2: 0\n                brokerResAddFee_3: 0.00\n                brokerResAddDays_3: 60\n                trustAccount: \"FCI - Pool 1 Trust Account\"\n              }\n            ]\n        }\n    )\n}"}},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Rate-Limit-Limit","value":"10s"},{"key":"X-Rate-Limit-Remaining","value":"9"},{"key":"X-Rate-Limit-Reset","value":"2021-01-14T18:58:29.7197973Z"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 14 Jan 2021 18:58:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"insertBoarding\": \"test-23b0c368f8\"\n    }\n}"}],"_postman_id":"d99469ac-7be4-4408-8c01-b0a4a0cb1ea6"},{"name":"Boarding Multiple Loans","id":"37b36fc3-190a-4887-9941-9d75d865277d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   insertBoarding\n   (\n       insertLoan:\n       [\n           {\n            prevAccount:\"testbulkapi-01\",\n            lienPosition:1\n            amortizationType: 1\n            rateType: 1\n            lenderAccount:\"test1234\",\n            originationDate: \"01/20/2026\",\n            fundingDate:\"01/20/2026\",\n            firstPaymentDate:\"01/20/2026\",\n            paidToDate:\"01/20/2026\"\n            nextDueDate:\"02/20/2026\"\n            originalBalance:12\n            principalBalance:12.3\n            startingBalance:12.3\n            lateChargesDays:1\n            lateChargesPct: 5\n            payment:5.0\n            paymentImpound:12\n            paymentFrequency:1\n            maturityDate:\"08/25/2036\"\n            noteRate:8.3\n            primaryPurpose:1\n            defaultIntIsEnabled: true\n            defaultIntDays: 0\n            defaultIntRate: 10\n            loanType: 1\n            rateType: 1\n            noteType: 1\n            startingBalance: 0\n            amortizationType: 1\n            paymentPropertyTax: 12.30\n            paymentSchoolTax: 12.32\n            paymentCityTax: 15.00\n            paymentWaterSewerTax: 15.00\n            paymentTownshipTax: 10.00\n            paymentOtherTax: 5.00\n            withheldHazardInsurance: 0\n            withheldPropertyTax: 0\n            withheldWindInsurance: 0\n            withheldFloodInsurance: 0\n            reservePropertyTax: 5\n            reserveSchoolTax: 5\n            reserveCityTax: 0\n            reserveWaterSewerTax: 0\n            reserveTownshipTax: 0\n            setBorrower:[\n                {\n                tinType: 1\n                firstName:\"TEST\"\n                middleName:\"TESTTEST\"\n                lastName:\"TEST\"\n                street:\"street\"\n                city:\"sd\"\n                state:\"sd\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                tinType: 1\n                email:\"ccampana@myfci.com\"\n                contactName:\"ContactName\"\n                isCompany:true\n                company:\"Company\"\n                isPrimary:true\n                }\n            ]\n            setLenders:[\n              {\n                account:\"test1234\"\n                firstName:\"Lender Name\"\n                middleName:\"Lender Middle Name\"\n                lastName:\"Lender LastName\"\n                street:\"Lender street\"\n                city:\"COSTA\"\n                state:\"CA\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                email:\"email@gmail.com\"\n              }\n            ]\n            setProperties:\n            [\n                {\n                description:\"Description\"\n                street:\"Street\"\n                city:\"City\"\n                state:\"sa\"\n                zipCode:\"011\"\n                county:\"SLASD\"\n                type:0\n                isPrimary:true\n                occupancyStatus:1\n                }\n            ]\n            setFundings:[\n              {\n                agreementeTemplateEnumValue: BASIC_LIMITED\n                lenderAccount: \"test1234\"\n                funds: 126.00\n                brokerFeePct: 0.00\n                brokerFeeFlat: 11.00\n                brokerFeeMin: 10.00\n                vendorFeePct: 0.00\n                vendorFeeFlat: 0.00\n                vendorFeeMin: 0.00\n                roundError: true\n                \n                rateValue: 12.00\n                gSTaxUse: true\n                brokerFeeFlatNPerf: 95.00\n                brokerFeeMinNPerf: 95.00\n                brokerResFee: 0.00\n                brokerResAddFee: 0.00\n                brokerResAddDays: 0\n                brokerResAddFee_2: 0.00\n                brokerResAddDays_2: 0\n                brokerResAddFee_3: 0.00\n                brokerResAddDays_3: 60\n              }\n            ]\n        },\n        {\n            prevAccount:\"testbulkapi-02\",\n            lienPosition:1\n            amortizationType: 1\n            rateType: 1\n            lenderAccount:\"test1234\",\n            originationDate: \"01/20/2026\",\n            fundingDate:\"01/20/2026\",\n            firstPaymentDate:\"01/20/2026\",\n            paidToDate:\"01/20/2026\"\n            nextDueDate:\"02/20/2026\"\n            originalBalance:12\n            principalBalance:12.3\n            startingBalance:12.3\n            lateChargesDays:1\n            lateChargesPct: 3\n            payment:5.0\n            paymentImpound:12\n            paymentFrequency:1\n            maturityDate:\"08/25/2036\"\n            noteRate:8.3\n            primaryPurpose:1\n            defaultIntIsEnabled: true\n            defaultIntDays: 3\n            defaultIntRate: 10\n            rateType: 1\n            noteType: 1\n            startingBalance: 0\n            amortizationType: 1\n            paymentPropertyTax: 12.30\n            paymentSchoolTax: 12.32\n            paymentCityTax: 15.00\n            paymentWaterSewerTax: 15.00\n            paymentTownshipTax: 10.00\n            paymentOtherTax: 5.00\n            withheldHazardInsurance: 0\n            withheldPropertyTax: 0\n            withheldWindInsurance: 0\n            withheldFloodInsurance: 0\n            reservePropertyTax: 5\n            reserveSchoolTax: 5\n            reserveCityTax: 0\n            reserveWaterSewerTax: 0\n            reserveTownshipTax: 0\n            setBorrower:[\n                {\n                tinType: 1\n                firstName:\"TEST\"\n                middleName:\"TESTTEST\"\n                lastName:\"TEST\"\n                street:\"street\"\n                city:\"sd\"\n                state:\"sd\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                tinType: 1\n                email:\"ccampana@myfci.com\"\n                contactName:\"ContactName\"\n                isCompany:true\n                company:\"Company\"\n                isPrimary:true\n                }\n            ]\n            setLenders:[\n              {\n                account:\"test1234\"\n                firstName:\"Lender Name\"\n                middleName:\"Lender Middle Name\"\n                lastName:\"Lender LastName\"\n                street:\"Lender street\"\n                city:\"COSTA\"\n                state:\"CA\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                email:\"email@gmail.com\"\n              }\n            ]\n            setProperties:\n            [\n                {\n                description:\"Description\"\n                street:\"Street\"\n                city:\"City\"\n                state:\"sa\"\n                zipCode:\"011\"\n                county:\"SLASD\"\n                type:0\n                isPrimary:true\n                occupancyStatus:1\n                }\n            ]\n            setFundings:[\n              {\n                agreementeTemplateEnumValue: BASIC_LIMITED\n                lenderAccount: \"test1234\"\n                funds: 126.00\n                brokerFeePct: 0.00\n                brokerFeeFlat: 11.00\n                brokerFeeMin: 10.00\n                vendorFeePct: 0.00\n                vendorFeeFlat: 0.00\n                vendorFeeMin: 0.00\n                roundError: true\n                rateValue: 12.00\n                gSTaxUse: true\n                brokerFeeFlatNPerf: 95.00\n                brokerFeeMinNPerf: 95.00\n                brokerResFee: 0.00\n                brokerResAddFee: 0.00\n                brokerResAddDays: 0\n                brokerResAddFee_2: 0.00\n                brokerResAddDays_2: 0\n                brokerResAddFee_3: 0.00\n                brokerResAddDays_3: 60\n              }\n            ]\n        },\n        {\n            prevAccount:\"testbulkapi-03\",\n            lienPosition:1\n            amortizationType: 1\n            rateType: 1\n            lenderAccount:\"test1234\",\n            originationDate: \"01/20/2026\",\n            fundingDate:\"01/20/2026\",\n            firstPaymentDate:\"01/20/2026\",\n            paidToDate:\"01/20/2026\"\n            nextDueDate:\"02/20/2026\"\n            originalBalance:12\n            principalBalance:12.3\n            startingBalance:12.3\n            lateChargesDays:1\n            lateChargesPct: 5\n            payment:5.0\n            paymentImpound:12\n            paymentFrequency:1\n            maturityDate:\"08/25/2036\"\n            noteRate:8.3\n            primaryPurpose:1\n            defaultIntIsEnabled: false\n            defaultIntDays: 3\n            defaultIntRate: 10\n            loanType: 1\n            rateType: 1\n            noteType: 1\n            startingBalance: 0\n            amortizationType: 1\n            paymentPropertyTax: 12.30\n            paymentSchoolTax: 12.32\n            paymentCityTax: 15.00\n            paymentWaterSewerTax: 15.00\n            paymentTownshipTax: 10.00\n            paymentOtherTax: 5.00\n            withheldHazardInsurance: 0\n            withheldPropertyTax: 0\n            withheldWindInsurance: 0\n            withheldFloodInsurance: 0\n            reservePropertyTax: 5\n            reserveSchoolTax: 5\n            reserveCityTax: 0\n            reserveWaterSewerTax: 0\n            reserveTownshipTax: 0\n            setBorrower:[\n                {\n                tinType: 1\n                firstName:\"TEST\"\n                middleName:\"TESTTEST\"\n                lastName:\"TEST\"\n                street:\"street\"\n                city:\"sd\"\n                state:\"sd\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                tinType: 1\n                email:\"ccampana@myfci.com\"\n                contactName:\"ContactName\"\n                isCompany:true\n                company:\"Company\"\n                isPrimary:true\n                }\n            ]\n            setLenders:[\n              {\n                account:\"test1234\"\n                firstName:\"Lender Name\"\n                middleName:\"Lender Middle Name\"\n                lastName:\"Lender LastName\"\n                street:\"Lender street\"\n                city:\"COSTA\"\n                state:\"CA\"\n                zipCode:\"012\"\n                homePhone:\"011-123\"\n                workPhone:\"011-123\"\n                mobilePhone:\"011-123\"\n                fax:\"011-123\"\n                tin:\"123456789\"\n                email:\"email@gmail.com\"\n              }\n            ]\n            setProperties:\n            [\n                {\n                description:\"Description\"\n                street:\"Street\"\n                city:\"City\"\n                state:\"sa\"\n                zipCode:\"011\"\n                county:\"SLASD\"\n                type:0\n                isPrimary:true\n                occupancyStatus:1\n                }\n            ]\n            setFundings:[\n              {\n                agreementeTemplateEnumValue: BASIC_LIMITED\n                lenderAccount: \"test1234\"\n                funds: 126.00\n                brokerFeePct: 0.00\n                brokerFeeFlat: 11.00\n                brokerFeeMin: 10.00\n                vendorFeePct: 0.00\n                vendorFeeFlat: 0.00\n                vendorFeeMin: 0.00\n                roundError: true\n                rateValue: 12.00\n                gSTaxUse: true\n                brokerFeeFlatNPerf: 95.00\n                brokerFeeMinNPerf: 95.00\n                brokerResFee: 0.00\n                brokerResAddFee: 0.00\n                brokerResAddDays: 0\n                brokerResAddFee_2: 0.00\n                brokerResAddDays_2: 0\n                brokerResAddFee_3: 0.00\n                brokerResAddDays_3: 60\n              }\n            ]\n        }]\n    )\n}","variables":""}},"url":"https://tapi.myfci.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["tapi","myfci","com"],"query":[],"variable":[]}},"response":[{"id":"36fb0111-ed8c-4045-82b9-6494d97562f2","name":"Boarding Multiple Loans","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Your API key>","type":"text"}],"body":{"mode":"graphql"},"url":"https://fapi.myfci.com/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-OPTIONS","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Tue, 08 Sep 2020 21:58:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"insertBoarding\": \"8c0a14507892415\"\n    }\n}"}],"_postman_id":"37b36fc3-190a-4887-9941-9d75d865277d"}],"id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f","description":"<p>The Boarding API is a GraphQL API with methods created to send data to FCI Boarding Department to make the boarding process easier for all our lenders.</p>\n<p>How It Works:<br /><a href=\"https://\">https://youtu.be/yP8RAJOdV5Q</a></p>\n<p>Upload required boarding documents on the Lender Portal</p>\n<img src=\"https://content.pstmn.io/b584fc8d-d8d3-43ab-b652-05e24ba00926/aW1hZ2UucG5n\" alt height=\"451\" width=\"800\" />\n\n<p>Sandbox API URL: <a href=\"https://\">https://tapi.myfci.com/graphql</a></p>\n<p>Production API URL: <a href=\"https://\">https://fapi.myfci.com/graphql</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{YourBearerToken}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"74118b7d-8c31-4925-b316-2e8a75cfcd41","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d7d7e8c6-2c9e-45d8-ac27-5da2d5b86ce6","type":"text/javascript","exec":["pm.test(\"OK\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 204]);","});"]}}],"_postman_id":"6ecb050e-57cb-4e91-8393-cf24da7e4c8f"},{"name":"New Releases","item":[],"id":"ca1bf732-6ec7-4335-950f-5b6cbe1e0f52","description":"<h2 id=\"version-60\">Version 6.0</h2>\n<p>Released August 17, 2022 | Available until TBD</p>\n<p><em><strong>FCI Lender Services has just launched their Financial APIs on Microsoft Azure cloud.</strong></em></p>\n<ul>\n<li>Current Users: To change your current connection to the new service offered in Azure update your API Url from <a href=\"https://api.myfci.com:PORT/graphql\">https://api.myfci.com:PORT/graphql</a> to <a href=\"https://fapi.myfci.com/graphql\">https://fapi.myfci.com/graphql</a></li>\n</ul>\n<p>PORTS: are not required anymore if you are using the FCI APIs hosted in Azure</p>\n<ul>\n<li>New Users: use API Url <a href=\"https://fapi.myfci.com/graphq\"><strong>https://fapi.myfci.com/graphq</strong></a>l</li>\n</ul>\n<h2 id=\"version-51\">Version 5.1</h2>\n<p>Released September 17, 2021 | Available until TBD</p>\n<p>Added new filter (includeInactive) to the <a href=\"#d507d7d3-9535-49d3-85f1-67044577bf87\">POST / getLoanPortfolio</a></p>\n","_postman_id":"ca1bf732-6ec7-4335-950f-5b6cbe1e0f52"}],"event":[{"listen":"prerequest","script":{"id":"c7a0a71e-0f85-4d45-a32a-6693cd04c22e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be440594-088d-4050-8605-bf34a770f8a0","type":"text/javascript","exec":[""]}}]}