{"info":{"_postman_id":"61ebda95-24a8-4c3e-9819-ca8ca1a66a64","name":"ABLSoft API","description":"<html><head></head><body><p>The ABLSoft API exposes selected pieces of information via a standardized programmatic interface. This is an enterprise API and it is assumed that prior to use of the ABLSoft API your company has access or permission to access an existing ABLSoft system. If you do not have access to an instance of ABLSoft please contact your ABLSoft representative for more information. If you have access to a ABLSoft system, but cannot consume the API contact your ABLSoft representative for information on enabling these services.</p>\n<p>These examples serve as a starting point to familiarize yourself with some of the capabilities of the ABLSoft API. Custom API's and changes to the existing API's can be provided upon request. Contact your ABLSoft representative if you do not see your desired API available. If you have technical questions about the API please email your questions to <a href=\"https://mailto:techsupport@ablsoft.com\">techsupport@ablsoft.com</a>.</p>\n<p>The API is accessed by making HTTP requests to a specific endpoint URL, in which GET or POST variables contain information about what you wish to access. Every endpoint is accessed via an SSL-enabled HTTPS (port 443) using OAuth2, ABLSoft currently supports the OAuth2 Password Grant Type. Application developers must first obtain their CLIENT ID and SECRET CODE. This along with a valid username, password and appropriate security role to the specific ABLSoft instance is required in order to obtain a unique OAuth2 token. To receive your assigned credentials, please contact technical support or your companies system administrator.</p>\n<p>Because all transactions are secured using the OAuth2 protocol, a valid token must first be obtained by passing the correct authentication credentials to the ABLSoft application server. Upon successfully validating the credentials, the ABLSoft system will return a unique OAuth2 token. This token can then be used repeatedly by the calling application to access ABLSoft resources. Applications should store the token for later use to avoid repeating the user id and password steps in the future. Tokens expire after 1 hours; use the refresh token, or a previously generated refresh token, to retrieve a new access token when the first token expires.</p>\n<p>First, use the GET refresh token service along with your ABLSoft credentials, retrieve the refresh token.</p>\n<p>Request:<br><code>$ curl --user MYCLIENTID:MYSECRETCODE</code> <a href=\"https://mycompany.ablsoft.com/restapi/oauth/token\"><code>https://mycompany.ablsoft.com/restapi/oauth/token</code></a> <code>-d username=myID -d password=myPWD -d grant_type=password</code></p>\n<p>Response:<br><code>{\"access_token\":\"bc156287-4662-4d5e-8c9d-51be256bda7d\",\"token_type\":\"bear er\",\"refresh_token\":\"368b1c65-d7a4-4eb3-9b23-c161df7262cb\",\"expires_in\":359 9,\"scope\":\"read write\"</code></p>\n<p>Next, use the previously obtained refresh token to generate an access token.</p>\n<p>Request:<br><code>curl --user MYCLIENTID:MYSECRETCODE</code> <a href=\"https://mycompany.ablsoft.com/restapi/oauth/token\"><code>https://mycompany.ablsoft.com/restapi/oauth/token</code></a> <code>-d grant_type=refresh_token -d refresh_token=368b1c65-d7a4-4eb3-9b23-c161df7262cb</code></p>\n<p>This access token will be used for authorization for all other API requests.</p>\n<p>As mentioned earlier, each client application must have its own unique login id and password to interface with the ABLSoft API. The ID assigned is also tied to a security role that determines what resources the application will have access to. If you do not have access to a specific resource, contact your ABLSoft representative.</p>\n<p>To interface with a ABLSoft web service, an HTTPS request must be formatted with the appropriate parameters as expected by the method in question. ABLSoft web services return JSON objects by default. Depending on the method called, the JSON returned could either be a list or a single object.</p>\n<p>ABLSoft recommends testing API connectivity using the</p>\n<p><a href=\"https://www.getpostman.com/docs/v6/\">Postman client</a></p>\n<p>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23984599","collectionId":"61ebda95-24a8-4c3e-9819-ca8ca1a66a64","publishedId":"2sB3QQHT4H","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-17T12:58:11.000Z"},"item":[{"name":"OAuth2 Authentication","item":[{"name":"Get OAuth2 refresh token","event":[{"listen":"test","script":{"id":"6f128e1c-fe57-4ba7-9fe7-e5d4bd5a4ea7","exec":["var jsonData = pm.response.json();","pm.environment.set(\"refresh_token\", jsonData.refresh_token);","pm.environment.set(\"access_token\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"3a271baa-22aa-416f-a5f3-26a033bda8c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_user}}"},{"key":"password","value":"{{api_pass}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"grant_type","value":"password","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/oauth/token","description":"<p>A refresh token is required to request an access token for API access</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","oauth","token"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"497402e7-1ecc-46ba-8cd1-8379ff9d4407","name":"Get refresh token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{user}}","description":"Radar user requesting a refresh token","type":"text"},{"key":"password","value":"{{password}}","description":"Radar password of user requesting a refresh token","type":"text"},{"key":"grant_type","value":"password","description":"Grant type being requested","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"no-store","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"public, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 23:45:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Front-End-Https","value":"on","name":"Front-End-Https","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"nginx/1.8.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubdomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"DENY","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Undertow/1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"144fe5c5-f802-4e9f-bc37-76244a5c0dfb\",\"token_type\":\"bearer\",\"refresh_token\":\"b03224e5-90ca-464f-8b43-efea4566c10d\",\"expires_in\":3599,\"scope\":\"read write\"}"}],"_postman_id":"3a271baa-22aa-416f-a5f3-26a033bda8c2"},{"name":"Get OAuth2 access token","event":[{"listen":"test","script":{"id":"7bed31d2-c90a-43f9-928a-172e68c5779a","exec":["var jsonData = pm.response.json();","pm.environment.set(\"access_token\", jsonData.access_token);"],"type":"text/javascript"}}],"id":"81708a12-cd3a-4589-a6d9-ea6999d64001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"{{refresh_token}}","description":"<p>Valid refresh token</p>\n","type":"text"},{"key":"grant_type","value":"refresh_token","description":"<p>Grant type being requested</p>\n","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/oauth/token","description":"<p>Access token retrieval using user/password API authentication and refresh token acquired with the <strong>Get refresh token</strong> service</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_user}}"},{"key":"password","value":"{{api_pass}}"}]},"isInherited":true,"source":{"_postman_id":"66e0a300-9e96-4e36-92ca-a620a2855b9d","id":"66e0a300-9e96-4e36-92ca-a620a2855b9d","name":"OAuth2 Authentication","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","oauth","token"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"a825b94e-f722-4fe7-b763-3d79ea501faf","name":"Get access token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"{{refresh_token}}","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"no-store","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"public, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 23:47:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Front-End-Https","value":"on","name":"Front-End-Https","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"nginx/1.8.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubdomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"DENY","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Undertow/1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"00108471-d88e-4998-b86c-3959fe49f8e3\",\"token_type\":\"bearer\",\"refresh_token\":\"b03224e5-90ca-464f-8b43-efea4566c10d\",\"expires_in\":3599,\"scope\":\"read write\"}"}],"_postman_id":"81708a12-cd3a-4589-a6d9-ea6999d64001"}],"id":"66e0a300-9e96-4e36-92ca-a620a2855b9d","description":"<p>Set of endpoints related to refresh and access tokens retrieval</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_user}}"},{"key":"password","value":"{{api_pass}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1f28ae89-9ab2-4d63-a1a6-4825c06439ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f315adb8-a10e-4aab-998a-7ea580c3cbbb","type":"text/javascript","exec":[""]}}],"_postman_id":"66e0a300-9e96-4e36-92ca-a620a2855b9d"},{"name":"Inquiry ","item":[{"name":"Get Table Export File","id":"96b57900-0db8-41bb-8a35-aab0ad0ae265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/InquiryWebservice/getTableExportFile?table_id=invoices_ar_detail&delimeter=CSV&delimiter","description":"<p>The Get Table Export File endpoint allows users to access selected fields in ABLSoft's database tables. This endpoint does not provide access to every field within ABLSoft, but will give access to a subset of the most commonly used tables along with selected fields that are often used.</p>\n<p>The endpoint retrieves the below mentioned tables in CSV or TSV format. The descriptions below are general descriptions to give guidance in when to use each file. For more information about specific fields, how the table relates to your specific deals, or information surrounding data dictionary please contact your ABLSoft representative.</p>\n<ul>\n<li><p><strong>borrowers</strong>: retrieves select content specific to clients/borrowers from within the ABLSoft system. These fields include demographic information, client identifiers such as Client ID, Region, and Risk Code, client level fees/limits/caps, and other information</p>\n</li>\n<li><p><strong>loans</strong>: retrieves select content for loans from the ABLSoft system. This includes information such as type of deal (AR, Inventory, Term, Factoring, etc), loan identifiers such as Loan/Account ID, Rates and Fees, Ineligible Settings, and other information specific to accounts/loans. Each client/borrower may have multiple accounts/loans associated to them.</p>\n</li>\n<li><p><strong>daily_balances</strong>: retrieves select table content for daily loan balances from the ABLSoft system. This returns a complete listing of daily balance information for all clients/borrowers and accounts/loans within the target ABLSoft system. Contents returned include historical records throughout the life of the system. Balance information includes loan and collateral balance (sales, collections, ineligibles, availability) as well as information pertaining to rates/fees being charged to client/accounts.</p>\n</li>\n<li><p><strong>monthly_balances</strong>: retrieves select table content for monthly balances from the ABLSoft system. This returns similar information as the daily_balances csv/tsv, but results are monthly totals rather than daily information.</p>\n</li>\n<li><p><strong>gl_transactions</strong>: retrieves table content for GL transactions from the ABLSoft system. This shows all GL transaction information across the entire portfolio. The table content includes current as well as all historical GL information.</p>\n</li>\n<li><p><strong>loan_ledger</strong>: retrieves table content for loan ledger transactions from the ABLSoft system. This returns all ledger information for all accounts within ABLSoft, both current and historical.</p>\n</li>\n<li><p><strong>invoices_ar_detail</strong>: retrieves table content for AR detail invoices from the ABLSoft system. This returns portfolio aging data for all accounts. Information includes invoices, payments, adjustments, credits, debits, etc.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","InquiryWebservice","getTableExportFile"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Table identifier to retrieve records in CSV or TSV format.</p>\n","type":"text/plain"},"key":"table_id","value":"invoices_ar_detail"},{"description":{"content":"<p>Format (CSV | TSV)</p>\n","type":"text/plain"},"key":"delimeter","value":"CSV"},{"key":"delimiter","value":null}],"variable":[]}},"response":[{"id":"2fd7927b-7a9a-4bc5-9618-197c67aad283","name":"Get Table Export File","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/InquiryWebservice/getTableExportFile?table_id=borrowers&delimeter=CSV","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","InquiryWebservice","getTableExportFile"],"query":[{"key":"table_id","value":"borrowers","description":"Table identifier to retrieve records in CSV or TSV format."},{"key":"delimeter","value":"CSV","description":"Format (CSV | TSV)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"public, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"11105","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/octet-stream;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Apr 2018 23:51:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Front-End-Https","value":"on","name":"Front-End-Https","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"nginx/1.8.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubdomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"DENY","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Undertow/1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"\"objid\",\"lastupdated\",\"customer_description\",\"customer_id\",\"facility_code\",\"user_access_deactivated\",\"address1\",\"address2\",\"city\",\"funding_date\",\"state\",\"loan_term\",\"country\",\"risk_code\",\"zip1\",\"sales_person\",\"contact_phone1\",\"loan_fee_date\",\"contact_fax\",\"loan_fee\",\"website_url\",\"loan_fee_frequency\",\"primary_contact_name\",\"primary_contact_id\",\"minimum_interest\",\"business_entity\",\"minimum_interest_frequency\",\"nature_of_business\",\"default_loan_to_charge\",\"fiscal_year_end\",\"primary_loan_officer_name\",\"primary_loan_officer_id\",\"backup_loan_officer_name\",\"backup_loan_officer_id\",\"cmttext\",\"rules_upload_allowed\",\"view_all_profiles\",\"extraprofiles\",\"contact_email\",\"audit_fee\",\"default_borrowing_base_mode\",\"break_even\",\"radiobutton\",\"disbursement_account_default\",\"contactsbtn\",\"contact_phone12\",\"contact_phone2\",\"currency\",\"region_code\",\"total_credit_facility\",\"d_and_b_number\",\"total_credit_exposure\",\"setlogo\",\"linkadd\",\"linkremove\",\"availability_mode\",\"customer_gl_code\",\"custom_borrower_field1\",\"custom_borrower_field3\",\"custom_borrower_field2\",\"custom_borrower_field4\",\"verifications_return_email\",\"verification_remit_company_name\",\"verification_remit_location\",\"manage_financials_models\",\"financial_models\",\"owner_id\",\"borrower_ar_line_limit\",\"borrower_inventory_line_limit\",\"primary_loan_officer_advance_limit\",\"backup_loan_officer_advance_limit\",\"concentration_multiplier\",\"inventory_reliance\",\"inventory_tied_to_type1\",\"inventory_tied_to_percent1\",\"inventory_tied_to_plus1\",\"inventory_ar_inv_net_collateral_cap\",\"borrower_grade_1\",\"borrower_grade_2\",\"factory_grade_1\",\"factory_grade_2\",\"loss_given\",\"btnupdateoveradvanceapproval\",\"facility_grade_1\",\"facility_grade_2\",\"default_collections_dda\",\"default_advances_dda\",\"ldap_authentication_required\",\"ldap_default_server\",\"ldap_default_domain\",\"ldap_default_filter\",\"ldap_allow_password_change\",\"client_portal_message\"\n\"1405\",\"10/23/2015 16:30:17\",\"Borr 0921_1412\",\"CLIENT_20150921171252\",\"0921_1412\",\"Y\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"none\",\"\",\"\",\"0.000\",\"none\",\"none\",\"\",\"\",\"\",\"David L\",\"dlollar\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"ANG\",\"0\",\"5000000.00\",\"\",\"0.000\",\"set Client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1432\",\"01/19/2016 19:55:33\",\"Acme Manufacturing\",\"CLIENT_20150918135400\",\"ACME\",\"Y\",\"\",\"\",\"\",\"09/01/2015 00:00:00\",\"\",\"\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"none\",\"\",\"\",\"0.000\",\"none\",\"none\",\"\",\"\",\"\",\"System Support\",\"ablsoft\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"ANG\",\"0\",\"10000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"123456\",\"12345\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1433\",\"01/19/2016 19:56:47\",\"AIX Outsourcing\",\"CLIENT_20151127142839\",\"156\",\"Y\",\"\",\"\",\"\",\"12/14/2015 00:00:00\",\"\",\"\",\"\",\"4.000\",\"\",\"\",\"\",\"12/14/2015 00:00:00\",\"\",\"\",\"\",\"AN\",\"\",\"\",\"500.000\",\"CORP\",\"MO\",\"\",\"\",\"\",\"System Support\",\"ablsoft\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"EUR\",\"0\",\"0.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"BOA1350983\",\"BOA1350983\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1434\",\"01/19/2016 20:00:29\",\"Motors of Monrovia\",\"CLIENT_20150904184637\",\"MOTO\",\"Y\",\"\",\"\",\"\",\"09/01/2015 00:00:00\",\"\",\"\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"none\",\"\",\"\",\"0.000\",\"none\",\"none\",\"\",\"\",\"\",\"System User\",\"system\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"0\",\"10000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1435\",\"01/19/2016 20:02:10\",\"Sierra Trading\",\"CLIENT_20151027065025\",\"ST\",\"Y\",\"\",\"\",\"\",\"10/27/2015 00:00:00\",\"\",\"\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"none\",\"\",\"\",\"0.000\",\"none\",\"none\",\"\",\"\",\"\",\"melissa iampietro\",\"miampietro\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"ANG\",\"0\",\"500000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1436\",\"01/19/2016 20:03:38\",\"Sun Manufacturing\",\"CLIENT_20110801085025\",\"147\",\"Y\",\"16 West Avenue\",\"\",\"Burlingame\",\"03/01/2012 00:00:00\",\"Ca\",\"\",\"USA\",\"4.000\",\"94010\",\"\",\"866-632-7146\",\"\",\"866-632-7146\",\"\",\"www.sunmanufacturing.com\",\"none\",\"\",\"\",\"0.000\",\"CORP\",\"none\",\"\",\"\",\"12/31\",\"Lee, Nancy\",\"nlee\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"0\",\"2000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1468\",\"05/01/2016 11:29:19\",\"FundX Client\",\"CLIENT_20160401191127\",\"PFC\",\"Y\",\"12345 A Street\",\"\",\"Portland\",\"03/01/2016 00:00:00\",\"Or\",\"2 years\",\"USA\",\"3.000\",\"97062\",\"\",\"503-267-4664\",\"\",\"\",\"\",\"\",\"none\",\"\",\"\",\"0.000\",\"LLC\",\"none\",\"\",\"\",\"\",\"System Support\",\"ablsoft\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"0\",\"1000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"1000000.000\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"67891\",\"12345\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1469\",\"05/01/2016 11:29:42\",\"TLP Industries\",\"CLIENT_20160414140437\",\"158\",\"Y\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"none\",\"\",\"\",\"0.000\",\"none\",\"none\",\"\",\"TL\",\"\",\"Nancy Lee\",\"nlee\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"0\",\"125000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"123456\",\"654321\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1486\",\"05/08/2016 14:37:16\",\"West Services Inc.\",\"CLIENT_20111018181600\",\"149\",\"N\",\"402 Sullivan Blvd\",\"\",\"San Leandro\",\"01/16/2014 00:00:00\",\"CA\",\"12\",\"USA\",\"4.000\",\"94010\",\"\",\"510-234-2043\",\"06/30/2014 00:00:00\",\"510-234-2030\",\"0.000\",\"www.weststar.com\",\"AN\",\"Jen Eller\",\"jeller\",\"1000.000\",\"CORP\",\"MO\",\"Solar Power\",\"22344\",\"12/31\",\"Lee, Nancy\",\"nlee\",\"Mike Larson\",\"mlarson\",\"\",\"N\",\"N\",\"\",\"jeller@ablsoft.com\",\"0.000\",\"E\",\"2000000.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"0\",\"5000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"INTEREST_INCOME\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"3000000.000\",\"\",\"5000000.000\",\"2000000.000\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1500\",\"09/08/2016 19:55:28\",\"Technology Bank\",\"CLIENT_20070910162652\",\"1111\",\"N\",\"500 Airport Blvd\",\"Suite 100\",\"Burlingame\",\"\",\"CA\",\"\",\"USA\",\"0.000\",\"94010\",\"\",\"1 866-632-7146\",\"\",\"\",\"\",\"www.ablsoft.com\",\"none\",\"Mike Larson\",\"mlarson\",\"0.000\",\"CORP\",\"none\",\"\",\"\",\"12/31\",\"Lee, Nancy\",\"nlee\",\"\",\"\",\"\",\"Y\",\"Y\",\"\",\"mlarson@ablsoft.com\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"0\",\"0.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"support@ablsoft.com\",\"Certified Auditing Corp.\",\"P.O Box 7782, Burlingame, CA 94010\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1504\",\"11/25/2016 16:31:17\",\"Bits n Pieces\",\"CLIENT_20161027172550\",\"BITS\",\"Y\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"none\",\"\",\"\",\"0.000\",\"none\",\"none\",\"\",\"\",\"\",\"System Support\",\"ablsoft\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"0\",\"70000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1505\",\"11/25/2016 18:21:41\",\"Trucking of Tampa\",\"CLIENT_20160826131502\",\"TOT\",\"Y\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"none\",\"\",\"\",\"0.000\",\"none\",\"none\",\"\",\"\",\"\",\"melissa iampietro\",\"miampietro\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"0\",\"1000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1508\",\"12/23/2016 12:18:15\",\"Bolted Metals\",\"CLIENT_20151020185831\",\"BOLT\",\"N\",\"123 Mitten Rd\",\"\",\"Burlingame\",\"10/01/2015 00:00:00\",\"CA\",\"2 years\",\"USA\",\"4.000\",\"94010\",\"\",\"866-632-7146\",\"\",\"\",\"\",\"www.ablsoft.com\",\"none\",\"Joe Smith\",\"jsmith\",\"0.000\",\"LLC\",\"none\",\"Manufacturing\",\"\",\"12/31\",\"iampietro, melissa\",\"miampietro\",\"Nancy Lee\",\"nlee\",\"\",\"N\",\"N\",\"\",\"jsmith@ablsoft.com\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"1\",\"2000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"L\",\"AR\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"2000000.000\",\"\",\"1000000.000\",\"500000.000\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"45678-000\",\"12345-000\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1512\",\"02/14/2017 17:49:37\",\"American Imports\",\"CLIENT_20170214174908\",\"AMIMP\",\"N\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"none\",\"\",\"\",\"0.000\",\"none\",\"none\",\"\",\"\",\"\",\"melissa iampietro\",\"miampietro\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"0\",\"1000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1582\",\"12/18/2017 17:00:45\",\"Avalon Manufacturing\",\"CLIENT_20140605025301\",\"153\",\"N\",\"856 Mitten Rd\",\"\",\"Burlingame\",\"01/01/2016 00:00:00\",\"CA\",\"2 Years\",\"\",\"5.000\",\"94010\",\"\",\"1800ABLSOFT\",\"01/01/2016 00:00:00\",\"\",\"5000.000\",\"www.ablsoft.com\",\"AN\",\"Tim Johnson\",\"tjohnson\",\"0.000\",\"LLC\",\"none\",\"Manufacturing\",\"001A\",\"12/31\",\"Support, System\",\"ablsoft\",\"Lee, Nancy\",\"nlee\",\"\",\"N\",\"N\",\"\",\"tjohnson@avaloninc.com\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"2\",\"5000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"AR\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"5000000.000\",\"2000000.000\",\"5000000.000\",\"2000000.000\",\"total_borrower_ar\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"12345\",\"6789\",\"\",\"\",\"\",\"\",\"\",\"\"\n\"1583\",\"01/13/2018 14:50:02\",\"ABC Electronics\",\"CLIENT_20170123182256\",\"ABCE\",\"N\",\"\",\"\",\"\",\"01/23/2017 00:00:00\",\"\",\"\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"0.000\",\"\",\"none\",\"\",\"\",\"0.000\",\"none\",\"none\",\"\",\"\",\"\",\"Support, System\",\"ablsoft\",\"\",\"\",\"\",\"N\",\"N\",\"\",\"\",\"0.000\",\"E\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"USD\",\"3\",\"1000000.00\",\"\",\"0.000\",\"set client icon and logo\",\"add\",\"remove\",\"B\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"ar_less_aged\",\"\",\"none\",\"\",\"0.000\",\"\",\"\",\"\",\"\",\"\",\"\",\"Update overadvance approval\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n"}],"_postman_id":"96b57900-0db8-41bb-8a35-aab0ad0ae265"},{"name":"Get Factoring Transactions","id":"26c81045-7563-493a-a00c-8ab9f73d6159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/InquiryWebservice/getFactoringTransactions?portfolioCode=CUSTOMERID_123&loanID=1073246&fromDate=02/20/2017&toDate=08/23/2018","description":"<p>Retrieves one JSON array with the factoring transaction information, per the specified<br />parameters (portfolioCode, loanID, fromDate and toDate).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"71ec0b47-038e-4fc6-b4c4-fb81467c3a80","id":"71ec0b47-038e-4fc6-b4c4-fb81467c3a80","name":"Inquiry ","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","InquiryWebservice","getFactoringTransactions"],"host":["{{baseurl}}"],"query":[{"key":"portfolioCode","value":"CUSTOMERID_123"},{"description":{"content":"<p>Loan number</p>\n","type":"text/plain"},"key":"loanID","value":"1073246"},{"description":{"content":"<p>From date to filter loans out (Optional) Format: MM/dd/yyyy</p>\n","type":"text/plain"},"key":"fromDate","value":"02/20/2017"},{"description":{"content":"<p>To date to filter loans out (Optional) Format: MM/dd/yyyy</p>\n","type":"text/plain"},"key":"toDate","value":"08/23/2018"}],"variable":[]}},"response":[{"id":"5cfa49c7-542b-4315-b7e7-da574d30005f","name":"Get Factoring Transactions","originalRequest":{"method":"GET","header":[],"url":{"raw":"?portfolioCode=client_123&fromDate=02/20/2017&toDate=08/23/2018","query":[{"key":"portfolioCode","value":"client_123","description":"Portfolio code to filter loans out (Optional)"},{"key":"fromDate","value":"02/20/2017","description":"From date to filter loans out (Optional) Format: MM/dd/yyyy"},{"key":"toDate","value":"08/23/2018","description":"To date to filter loans out (Optional) Format: MM/dd/yyyy"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n{\n\"factoring_transaction_id\": \"22344\",\n\"type\": \"A\", // Advance\n\"client_id\": \"CLIENT_20111018181600\",\n\"loan_id\": \"22344\",\n\"loan_id_alt\": \"\",\n\"invoice_number\": \"12345\",\n\"debtor_id\": \"23024\",\n\"debtor_id_alt\": \"\",\n\"invoice_date\": \"05/16/2018\",\n\"portfolio_code\": \"7710\",\n\"po_number\": \"\",\n\"sale\":\"10000\",\n\"credit\":\"\",\n\"schedule\": \"128\",\n\"processed_date\": \"05/19/2018\",\n\"amount\": \"4300\",\n\"comment\": \"\"\n},{\n\"factoring_transaction_id\": \"22345\",\n\"type\": \"L\", // Loan Fee\n\"client_id\": \"CLIENT_20111018181600\",\n\"loan_id\": \"22344\",\n\"loan_id_alt\": \"\",\n\"invoice_number\": \"12345\",\n\"debtor_id\": \"23024\",\n\"debtorid_alt\": \"\",\n\"invoice_date\": \"05/16/2018\",\n\"customerId\": \"7710\",\n\"poNumber\": \"\",\n\"sale\":\"10000\",\n\"credit\":\"\",\n\"schedule\": \"128\",\n\"processed_date\": \"05/19/2018\",\n\"amount\": \"7900\",\n\"comment\": \"\"\n}\n]"}],"_postman_id":"26c81045-7563-493a-a00c-8ab9f73d6159"},{"name":"Get Loans","id":"a206a3f7-a97c-417d-bbe7-499ce83b1958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{protocol}}://{{baseurl}}/restapi/InquiryWebservice/getLoans?portfolioCode=&fromDate=&toDate=","description":"<p>Retrieves comprehensive loan information based on specified criteria.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>portfolioCode</td>\n<td>String</td>\n<td>No</td>\n<td>Filter by portfolio code</td>\n</tr>\n<tr>\n<td>fromDate</td>\n<td>String</td>\n<td>No</td>\n<td>Start date filter (format: MM/dd/yyyy)</td>\n</tr>\n<tr>\n<td>toDate</td>\n<td>String</td>\n<td>No</td>\n<td>End date filter (format: MM/dd/yyyy)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["restapi","InquiryWebservice","getLoans"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>(Optional) Filter by portfolio code</p>\n","type":"text/plain"},"key":"portfolioCode","value":""},{"description":{"content":"<p>(Optional) Start date filter (format: MM/dd/yyyy)</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"description":{"content":"<p>(Optional) End date filter (format: MM/dd/yyyy)</p>\n","type":"text/plain"},"key":"toDate","value":""}],"variable":[]}},"response":[{"id":"1c64eb67-cf9c-4073-915b-29ebfa3874ac","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:8080/restapi/InquiryWebservice/getLoans?portfolioCode=&fromDate=07/01/2025&toDate=07/10/2025","protocol":"http","host":["localhost"],"port":"8080","path":["restapi","InquiryWebservice","getLoans"],"query":[{"key":"portfolioCode","value":"","description":"(Optional) Filter by portfolio code"},{"key":"fromDate","value":"07/01/2025","description":"(Optional) Start date filter (format: MM/dd/yyyy)"},{"key":"toDate","value":"07/10/2025","description":"(Optional) End date filter (format: MM/dd/yyyy)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"Date","value":"Fri, 19 Dec 2025 18:05:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"loan_id\": \"4415SC1\",\n        \"loan_id_alt\": \"\",\n        \"facility_code\": \"230\",\n        \"client_id\": \"CLIENT_20250708053445\",\n        \"lastupdated\": \"07/08/2025 09:03:41\",\n        \"created\": \"07/08/2025 05:36:04\",\n        \"loan_type\": \"AR\",\n        \"advance_rate\": 80,\n        \"loan_limit\": 10000000,\n        \"interest_rate\": 5,\n        \"ineligible\": 354500,\n        \"net_eligible_collateral\": 145500,\n        \"ending_collateral_balance\": 500000,\n        \"maturity_date\": null,\n        \"customer_loan_field_1_name\": \"\",\n        \"customer_loan_field_2_name\": \"\",\n        \"customer_loan_field_3_name\": \"\",\n        \"customer_loan_field_1_value\": \"\",\n        \"customer_loan_field_2_value\": \"\",\n        \"customer_loan_field_3_value\": \"\",\n        \"term_detail\": {\n            \"is_term_loan\": false,\n            \"reduction_charge_type\": \"L\",\n            \"reduction_charge_type_loan_id\": \"\",\n            \"business_or_calendar_day\": \"B\"\n        },\n        \"participation_detail\": {\n            \"is_participation\": false,\n            \"rate\": null,\n            \"code\": null,\n            \"code_name\": \"\",\n            \"associated_loan_id\": \"\",\n            \"tax_id\": \"\",\n            \"account_number\": \"\",\n            \"bank_code\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contact_name\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\",\n            \"fax\": \"\",\n            \"frequency\": \"W\",\n            \"minimum_settlement_fee\": null,\n            \"reporting_emails\": \"\",\n            \"day\": 1\n        }\n    },\n    {\n        \"loan_id\": \"RDETAILAR1\",\n        \"loan_id_alt\": \"\",\n        \"facility_code\": \"229\",\n        \"client_id\": \"CLIENT_20250703221038\",\n        \"lastupdated\": \"07/03/2025 22:12:25\",\n        \"created\": \"07/03/2025 22:12:05\",\n        \"loan_type\": \"AR\",\n        \"advance_rate\": 80,\n        \"loan_limit\": 1000000,\n        \"interest_rate\": 5,\n        \"ineligible\": 0,\n        \"net_eligible_collateral\": 1016700,\n        \"ending_collateral_balance\": 1016700,\n        \"maturity_date\": null,\n        \"customer_loan_field_1_name\": \"\",\n        \"customer_loan_field_2_name\": \"\",\n        \"customer_loan_field_3_name\": \"\",\n        \"customer_loan_field_1_value\": \"\",\n        \"customer_loan_field_2_value\": \"\",\n        \"customer_loan_field_3_value\": \"\",\n        \"term_detail\": {\n            \"is_term_loan\": false,\n            \"reduction_charge_type\": \"L\",\n            \"reduction_charge_type_loan_id\": \"\",\n            \"business_or_calendar_day\": \"B\"\n        },\n        \"participation_detail\": {\n            \"is_participation\": false,\n            \"rate\": null,\n            \"code\": null,\n            \"code_name\": \"\",\n            \"associated_loan_id\": \"\",\n            \"tax_id\": \"\",\n            \"account_number\": \"\",\n            \"bank_code\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contact_name\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\",\n            \"fax\": \"\",\n            \"frequency\": \"W\",\n            \"minimum_settlement_fee\": null,\n            \"reporting_emails\": \"\",\n            \"day\": 1\n        }\n    },\n    {\n        \"loan_id\": \"SC2ARCONTR\",\n        \"loan_id_alt\": \"\",\n        \"facility_code\": \"230\",\n        \"client_id\": \"CLIENT_20250708053445\",\n        \"lastupdated\": \"07/08/2025 09:15:54\",\n        \"created\": \"07/08/2025 09:06:02\",\n        \"loan_type\": \"AR\",\n        \"advance_rate\": 80,\n        \"loan_limit\": 10000000,\n        \"interest_rate\": 5,\n        \"ineligible\": 354500,\n        \"net_eligible_collateral\": 145500,\n        \"ending_collateral_balance\": 500000,\n        \"maturity_date\": null,\n        \"customer_loan_field_1_name\": \"\",\n        \"customer_loan_field_2_name\": \"\",\n        \"customer_loan_field_3_name\": \"\",\n        \"customer_loan_field_1_value\": \"\",\n        \"customer_loan_field_2_value\": \"\",\n        \"customer_loan_field_3_value\": \"\",\n        \"term_detail\": {\n            \"is_term_loan\": false,\n            \"reduction_charge_type\": \"L\",\n            \"reduction_charge_type_loan_id\": \"\",\n            \"business_or_calendar_day\": \"B\"\n        },\n        \"participation_detail\": {\n            \"is_participation\": false,\n            \"rate\": null,\n            \"code\": null,\n            \"code_name\": \"\",\n            \"associated_loan_id\": \"\",\n            \"tax_id\": \"\",\n            \"account_number\": \"\",\n            \"bank_code\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contact_name\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\",\n            \"fax\": \"\",\n            \"frequency\": \"W\",\n            \"minimum_settlement_fee\": null,\n            \"reporting_emails\": \"\",\n            \"day\": 1\n        }\n    }\n]"}],"_postman_id":"a206a3f7-a97c-417d-bbe7-499ce83b1958"},{"name":"Get Term Loan Schedules","id":"354a545f-6f1d-4591-8dcc-3d7de267491e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{protocol}}://{{baseurl}}/restapi/InquiryWebservice/term-loan-schedules?loanId=&clientId=","description":"<p>Retrieves term loan payment schedules for loan accounts in the ABLSoft system.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loanId</td>\n<td>String</td>\n<td>No</td>\n<td>Filter by specific loan ID</td>\n</tr>\n<tr>\n<td>clientId</td>\n<td>String</td>\n<td>No</td>\n<td>Filter by specific client ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["restapi","InquiryWebservice","term-loan-schedules"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>(Optional) loan ID</p>\n","type":"text/plain"},"key":"loanId","value":""},{"description":{"content":"<p>(Optional) client ID</p>\n","type":"text/plain"},"key":"clientId","value":""}],"variable":[]}},"response":[{"id":"73607cc2-1c43-4773-9220-098674813bc6","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:8080/restapi/InquiryWebservice/term-loan-schedules?loanId=MULTI1AR&clientId=","protocol":"http","host":["localhost"],"port":"8080","path":["restapi","InquiryWebservice","term-loan-schedules"],"query":[{"key":"loanId","value":"MULTI1AR","description":"(Optional) loan ID"},{"key":"clientId","value":"","description":"(Optional) client ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"Date","value":"Fri, 19 Dec 2025 18:15:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"client_id\": \"CLIENT_20250430222245\",\n        \"accounts\": [\n            {\n                \"loan_id\": \"MULTI1AR\",\n                \"term_loan_schedules\": [\n                    {\n                        \"payment_date\": \"05/01/2025\",\n                        \"processed_date\": \"05/01/2025\",\n                        \"total_payment\": 10000\n                    },\n                    {\n                        \"payment_date\": \"05/02/2025\",\n                        \"processed_date\": \"05/02/2025\",\n                        \"total_payment\": 10000\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"354a545f-6f1d-4591-8dcc-3d7de267491e"},{"name":"Get Borrowers","id":"31274eff-47ce-42c1-bb5a-e6a12e30f88a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{protocol}}://{{baseurl}}/restapi/InquiryWebservice/getBorrowers?active=&inactive=","description":"<p>Retrieves comprehensive borrower (client) information based on active/inactive status.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>Yes</td>\n<td>Include active borrowers (true/false)</td>\n</tr>\n<tr>\n<td>inactive</td>\n<td>boolean</td>\n<td>Yes</td>\n<td>Include inactive borrowers (true/false)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["restapi","InquiryWebservice","getBorrowers"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>(Required) Include active borrowers (true/false)</p>\n","type":"text/plain"},"key":"active","value":""},{"description":{"content":"<p>(Required) Include inactive borrowers (true/false)</p>\n","type":"text/plain"},"key":"inactive","value":""}],"variable":[]}},"response":[{"id":"5131a77a-6828-43dd-a9d2-5784cfa874f2","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:8080/restapi/InquiryWebservice/getBorrowers?active=true&inactive=false","protocol":"http","host":["localhost"],"port":"8080","path":["restapi","InquiryWebservice","getBorrowers"],"query":[{"key":"active","value":"true","description":"(Required) Include active borrowers (true/false)"},{"key":"inactive","value":"false","description":"(Required) Include inactive borrowers (true/false)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"Date","value":"Fri, 19 Dec 2025 18:07:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"owner\": \"CLIENT_20070910162652\",\n        \"clientid\": \"CLIENT_20250627015225\",\n        \"clientname\": \"01 Factoring\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"postal_code\": \"\",\n        \"phone\": null,\n        \"fax\": null,\n        \"website_url\": \"\",\n        \"contact_first_name\": null,\n        \"contact_last_name\": null,\n        \"contact_email\": null,\n        \"contact_phone\": \"\",\n        \"portfolio_code\": \"226\",\n        \"business_entity_type\": \"none\",\n        \"nature_of_business\": \"\",\n        \"fiscal_year_end\": \"\",\n        \"base_currency_code\": \"USD\",\n        \"region_code\": \"-\",\n        \"total_line\": \"0E-9\",\n        \"funding_date\": null,\n        \"line_term\": null,\n        \"risk_code\": \"-\",\n        \"line_fee_date\": null,\n        \"line_fee\": null,\n        \"line_fee_frequency\": null,\n        \"minimum_interest\": null,\n        \"minimum_interest_frequency\": null,\n        \"availability_mode\": null,\n        \"audit_fee\": null,\n        \"primary_loan_to_charge\": null,\n        \"break_even\": null,\n        \"gl_code\": null,\n        \"primary_analyst_user_id\": null,\n        \"deactivate\": \"N\",\n        \"facility_code\": null,\n        \"fully_partitipated_borrower\": null,\n        \"loan_to_carry_rounding_errors\": null,\n        \"total_line_date\": null,\n        \"portfolio_manager_code\": \"-\",\n        \"primary_contact_id\": \"\"\n    }\n]"}],"_postman_id":"31274eff-47ce-42c1-bb5a-e6a12e30f88a"},{"name":"Get Users","id":"5b59f26a-6274-4177-9d03-bf72194e9a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{protocol}}://{{baseurl}}/restapi/InquiryWebservice/users?userId=","description":"<p>Retrieves user information from the ABLSoft system. This endpoint provides access to user profiles, roles, and account details.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>String</td>\n<td>No</td>\n<td>Filter by specific user ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["restapi","InquiryWebservice","users"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>(Optional) Filter by specific user ID. If not provided, returns all users.</p>\n","type":"text/plain"},"key":"userId","value":""}],"variable":[]}},"response":[{"id":"8168c0e0-fa80-498f-aae3-f77276370647","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:8080/restapi/InquiryWebservice/users?userId=testUser","protocol":"http","host":["localhost"],"port":"8080","path":["restapi","InquiryWebservice","users"],"query":[{"key":"userId","value":"testUser","description":"(Optional) Filter by specific user ID. If not provided, returns all users."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"Date","value":"Fri, 19 Dec 2025 18:11:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"user_id\": \"testUser\",\n        \"last_name\": \"B\",\n        \"first_name\": \"Test\",\n        \"middle_name\": \"\",\n        \"email\": \"testUser@email.com\",\n        \"work_phone\": \"\",\n        \"work_phone_country\": \"US\",\n        \"mobile_phone\": \"\",\n        \"mobile_phone_country\": \"US\",\n        \"user_role\": [\n            \"Borrower\"\n        ],\n        \"status\": \"A\",\n        \"work_phone_ext\": \"\"\n    }\n]"}],"_postman_id":"5b59f26a-6274-4177-9d03-bf72194e9a80"},{"name":"Get Borrower","id":"adc268e5-480e-415c-9e49-58e2301516fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{protocol}}://{{baseurl}}/restapi/InquiryWebservice/getBorrower?clientid=","description":"<p>This endpoint retrieves borrower information from from the ABLSoft system.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clientid</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique client identifier. Example: <code>CLIENT_HDFCNEWALKA</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["restapi","InquiryWebservice","getBorrower"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>(Required) The client ID</p>\n","type":"text/plain"},"key":"clientid","value":""}],"variable":[]}},"response":[{"id":"b9ac7415-6c11-4e1f-ba78-9651ea75866c","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"http://localhost:8080/restapi/InquiryWebservice/getBorrower?clientid=CLIENT_20070910162652","protocol":"http","host":["localhost"],"port":"8080","path":["restapi","InquiryWebservice","getBorrower"],"query":[{"key":"clientid","value":"CLIENT_20070910162652","description":"(Required) The client ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"Date","value":"Fri, 19 Dec 2025 18:12:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"CLIENT_20070910162652\",\n    \"clientid\": \"CLIENT_20070910162652\",\n    \"clientname\": \"Test\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"postal_code\": \"\",\n    \"phone\": \"\",\n    \"fax\": \"\",\n    \"website_url\": \"\",\n    \"contact_first_name\": \"Test\",\n    \"contact_last_name\": \"Test\",\n    \"contact_email\": \"test@email.com\",\n    \"contact_phone\": \"866-632-1111\",\n    \"portfolio_code\": \"1\",\n    \"business_entity_type\": \"LLC\",\n    \"nature_of_business\": \"\",\n    \"fiscal_year_end\": \"\",\n    \"base_currency_code\": \"USD\",\n    \"region_code\": \"-\",\n    \"total_line\": null,\n    \"funding_date\": 1583038800000,\n    \"line_term\": \"\",\n    \"risk_code\": \"-\",\n    \"line_fee_date\": null,\n    \"line_fee\": null,\n    \"line_fee_frequency\": null,\n    \"minimum_interest\": null,\n    \"minimum_interest_frequency\": null,\n    \"availability_mode\": null,\n    \"audit_fee\": null,\n    \"primary_loan_to_charge\": null,\n    \"break_even\": null,\n    \"gl_code\": null,\n    \"primary_analyst_user_id\": null,\n    \"deactivate\": \"N\",\n    \"facility_code\": null,\n    \"fully_partitipated_borrower\": null,\n    \"loan_to_carry_rounding_errors\": null,\n    \"total_line_date\": null,\n    \"portfolio_manager_code\": \"-\",\n    \"primary_contact_id\": \"contact\"\n}"}],"_postman_id":"adc268e5-480e-415c-9e49-58e2301516fc"}],"id":"71ec0b47-038e-4fc6-b4c4-fb81467c3a80","description":"<p>Set of endpoints under /restapi/InquiryWebservice</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2eaa0683-2e7a-4d57-8262-87f70143392e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cbaa607a-3e4d-448b-8a5f-e44f6d070cfc","type":"text/javascript","exec":[""]}}],"_postman_id":"71ec0b47-038e-4fc6-b4c4-fb81467c3a80"},{"name":"Balances","item":[{"name":"Get Loan Ledger","id":"3f7b2eec-1bb3-4bba-aaf3-abd62b1507ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getLoanLedgers?loanId=ACME101&fromDate=03/01/2018&toDate=03/30/2018","description":"<p>Specify a Loan ID within ABLSoft along with a start date and an end date. The endpoint retrieves detailed Ledger information for all transactions affecting balances (Loan and Collateral) for the specified date range.<br />This will return one JSON array with one element per transaction.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","BalancesWebservice","getLoanLedgers"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan ID</p>\n","type":"text/plain"},"key":"loanId","value":"ACME101"},{"description":{"content":"<p>Start date in mm/dd/yyyy format</p>\n","type":"text/plain"},"key":"fromDate","value":"03/01/2018"},{"description":{"content":"<p>End date in mm/dd/yyyy format</p>\n","type":"text/plain"},"key":"toDate","value":"03/30/2018"}],"variable":[]}},"response":[{"id":"8102b556-37e2-4c37-be7b-1a8e48e280f1","name":"Get Loan Ledger","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getLoanLedgers?loanId=ACME101&fromDate=03/01/2018&toDate=03/30/2018","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getLoanLedgers"],"query":[{"key":"loanId","value":"ACME101","description":"Loan ID"},{"key":"fromDate","value":"03/01/2018","description":"Start date in mm/dd/yyyy format"},{"key":"toDate","value":"03/30/2018","description":"End date in mm/dd/yyyy format"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"public, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:05:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Front-End-Https","value":"on","name":"Front-End-Https","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"nginx/1.8.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubdomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"DENY","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Undertow/1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"objid\":546732,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"reference_id\":\"Factoring Fee546732\",\"source\":\"Factoring Fee\",\"source_objid\":0,\"source_objid_ext\":0,\"advances\":null,\"fee_amount\":30.00,\"fee_type\":\"Factoring Fee\",\"collections\":null,\"collections_type\":null,\"collateral_collections\":null,\"loan_adjustments\":null,\"loan_balance\":126571.14,\"sales\":null,\"credit_memos\":null,\"cash_credits_discounts\":null,\"collateral_adjustments\":null,\"collateral_balance\":107000.00,\"ineligible\":0.00,\"loan_only\":null,\"loan_only_type\":null,\"term_loan_payment\":null,\"additions_subtractions\":null,\"participant_payment\":null,\"participant_remit\":null,\"comment_ref_id\":\"Factoring Fee\",\"trans_date\":1519891200000,\"created\":1519928970900,\"entered_date\":1525195770900,\"lastupdated\":1525195770903},{\"objid\":546734,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"reference_id\":\"Factoring Fee546734\",\"source\":\"Factoring Fee\",\"source_objid\":0,\"source_objid_ext\":0,\"advances\":null,\"fee_amount\":30.00,\"fee_type\":\"Factoring Fee\",\"collections\":null,\"collections_type\":null,\"collateral_collections\":null,\"loan_adjustments\":null,\"loan_balance\":126601.14,\"sales\":null,\"credit_memos\":null,\"cash_credits_discounts\":null,\"collateral_adjustments\":null,\"collateral_balance\":107000.00,\"ineligible\":0.00,\"loan_only\":null,\"loan_only_type\":null,\"term_loan_payment\":null,\"additions_subtractions\":null,\"participant_payment\":null,\"participant_remit\":null,\"comment_ref_id\":\"Factoring Fee\",\"trans_date\":1520236800000,\"created\":1520274654643,\"entered_date\":1525195854643,\"lastupdated\":1525195854643},{\"objid\":546737,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"reference_id\":\"Factoring Fee546737\",\"source\":\"Factoring Fee\",\"source_objid\":0,\"source_objid_ext\":0,\"advances\":null,\"fee_amount\":30.00,\"fee_type\":\"Factoring Fee\",\"collections\":null,\"collections_type\":null,\"collateral_collections\":null,\"loan_adjustments\":null,\"loan_balance\":126631.14,\"sales\":null,\"credit_memos\":null,\"cash_credits_discounts\":null,\"collateral_adjustments\":null,\"collateral_balance\":107000.00,\"ineligible\":0.00,\"loan_only\":null,\"loan_only_type\":null,\"term_loan_payment\":null,\"additions_subtractions\":null,\"participant_payment\":null,\"participant_remit\":null,\"comment_ref_id\":\"Factoring Fee\",\"trans_date\":1520582400000,\"created\":1520620331157,\"entered_date\":1525195931157,\"lastupdated\":1525195931157},{\"objid\":546740,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"reference_id\":\"Factoring Fee546740\",\"source\":\"Factoring Fee\",\"source_objid\":0,\"source_objid_ext\":0,\"advances\":null,\"fee_amount\":30.00,\"fee_type\":\"Factoring Fee\",\"collections\":null,\"collections_type\":null,\"collateral_collections\":null,\"loan_adjustments\":null,\"loan_balance\":126661.14,\"sales\":null,\"credit_memos\":null,\"cash_credits_discounts\":null,\"collateral_adjustments\":null,\"collateral_balance\":107000.00,\"ineligible\":0.00,\"loan_only\":null,\"loan_only_type\":null,\"term_loan_payment\":null,\"additions_subtractions\":null,\"participant_payment\":null,\"participant_remit\":null,\"comment_ref_id\":\"Factoring Fee\",\"trans_date\":1521010800000,\"created\":1521048832893,\"entered_date\":1525196032893,\"lastupdated\":1525196032897},{\"objid\":546742,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"reference_id\":\"Factoring Fee546742\",\"source\":\"Factoring Fee\",\"source_objid\":0,\"source_objid_ext\":0,\"advances\":null,\"fee_amount\":30.00,\"fee_type\":\"Factoring Fee\",\"collections\":null,\"collections_type\":null,\"collateral_collections\":null,\"loan_adjustments\":null,\"loan_balance\":126691.14,\"sales\":null,\"credit_memos\":null,\"cash_credits_discounts\":null,\"collateral_adjustments\":null,\"collateral_balance\":107000.00,\"ineligible\":0.00,\"loan_only\":null,\"loan_only_type\":null,\"term_loan_payment\":null,\"additions_subtractions\":null,\"participant_payment\":null,\"participant_remit\":null,\"comment_ref_id\":\"Factoring Fee\",\"trans_date\":1521356400000,\"created\":1521394514283,\"entered_date\":1525196114283,\"lastupdated\":1525196114287},{\"objid\":546745,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"reference_id\":\"Factoring Fee546745\",\"source\":\"Factoring Fee\",\"source_objid\":0,\"source_objid_ext\":0,\"advances\":null,\"fee_amount\":30.00,\"fee_type\":\"Factoring Fee\",\"collections\":null,\"collections_type\":null,\"collateral_collections\":null,\"loan_adjustments\":null,\"loan_balance\":126721.14,\"sales\":null,\"credit_memos\":null,\"cash_credits_discounts\":null,\"collateral_adjustments\":null,\"collateral_balance\":107000.00,\"ineligible\":0.00,\"loan_only\":null,\"loan_only_type\":null,\"term_loan_payment\":null,\"additions_subtractions\":null,\"participant_payment\":null,\"participant_remit\":null,\"comment_ref_id\":\"Factoring Fee\",\"trans_date\":1521702000000,\"created\":1521740210663,\"entered_date\":1525196210663,\"lastupdated\":1525196210667},{\"objid\":546747,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"reference_id\":\"Factoring Fee546747\",\"source\":\"Factoring Fee\",\"source_objid\":0,\"source_objid_ext\":0,\"advances\":null,\"fee_amount\":30.00,\"fee_type\":\"Factoring Fee\",\"collections\":null,\"collections_type\":null,\"collateral_collections\":null,\"loan_adjustments\":null,\"loan_balance\":126751.14,\"sales\":null,\"credit_memos\":null,\"cash_credits_discounts\":null,\"collateral_adjustments\":null,\"collateral_balance\":107000.00,\"ineligible\":0.00,\"loan_only\":null,\"loan_only_type\":null,\"term_loan_payment\":null,\"additions_subtractions\":null,\"participant_payment\":null,\"participant_remit\":null,\"comment_ref_id\":\"Factoring Fee\",\"trans_date\":1522047600000,\"created\":1522085890737,\"entered_date\":1525196290737,\"lastupdated\":1525196290740},{\"objid\":546750,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"reference_id\":\"FEE546750\",\"source\":\"FEE\",\"source_objid\":3168,\"source_objid_ext\":0,\"advances\":null,\"fee_amount\":12500.00,\"fee_type\":\"Line Fee\",\"collections\":null,\"collections_type\":null,\"collateral_collections\":null,\"loan_adjustments\":null,\"loan_balance\":139251.14,\"sales\":null,\"credit_memos\":null,\"cash_credits_discounts\":null,\"collateral_adjustments\":null,\"collateral_balance\":107000.00,\"ineligible\":0.00,\"loan_only\":null,\"loan_only_type\":null,\"term_loan_payment\":null,\"additions_subtractions\":null,\"participant_payment\":null,\"participant_remit\":null,\"comment_ref_id\":null,\"trans_date\":1522393200000,\"created\":1522431579740,\"entered_date\":1525196379737,\"lastupdated\":1525196379910},{\"objid\":546751,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"reference_id\":\"Factoring Fee546751\",\"source\":\"Factoring Fee\",\"source_objid\":0,\"source_objid_ext\":0,\"advances\":null,\"fee_amount\":30.00,\"fee_type\":\"Factoring Fee\",\"collections\":null,\"collections_type\":null,\"collateral_collections\":null,\"loan_adjustments\":null,\"loan_balance\":139281.14,\"sales\":null,\"credit_memos\":null,\"cash_credits_discounts\":null,\"collateral_adjustments\":null,\"collateral_balance\":107000.00,\"ineligible\":0.00,\"loan_only\":null,\"loan_only_type\":null,\"term_loan_payment\":null,\"additions_subtractions\":null,\"participant_payment\":null,\"participant_remit\":null,\"comment_ref_id\":\"Factoring Fee\",\"trans_date\":1522393200000,\"created\":1522431579907,\"entered_date\":1525196379907,\"lastupdated\":1525196379910}]"}],"_postman_id":"3f7b2eec-1bb3-4bba-aaf3-abd62b1507ca"},{"name":"Get Daily Loan Balances","id":"98ec5ed9-fe3f-4977-be46-46aa738e336d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getDailyLoanBalances?loanId=ACME101&fromDate=03/01/2018&toDate=03/5/2018&descendingOrder=true","description":"<p>Specify a Loan ID that exists within Radar along with a 'from date' and a 'to date'.  The endpoint retrieves daily balance information for the target loan.  One record per day is returned within the selected range.  Balance information includes loan and collateral balance (sales, collections, ineligibles), information pertaining to  rates/fees, and details pertinent to availability.'</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","BalancesWebservice","getDailyLoanBalances"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan ID</p>\n","type":"text/plain"},"key":"loanId","value":"ACME101"},{"description":{"content":"<p>Start date (03-01-2018)</p>\n","type":"text/plain"},"key":"fromDate","value":"03/01/2018"},{"description":{"content":"<p>End date (03-03-2018)</p>\n","type":"text/plain"},"key":"toDate","value":"03/5/2018"},{"description":{"content":"<p>Indicator of descending order</p>\n","type":"text/plain"},"key":"descendingOrder","value":"true"}],"variable":[]}},"response":[{"id":"c7127f2b-99c9-43b6-86ab-42ab89aacfc9","name":"Get Daily Loan Balances","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getDailyLoanBalances?loanId=ACME101&fromDate=03/01/2018&toDate=03/5/2018&descendingOrder=true","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getDailyLoanBalances"],"query":[{"key":"loanId","value":"ACME101","description":"Loan ID"},{"key":"fromDate","value":"03/01/2018","description":"Start date (03-01-2018)"},{"key":"toDate","value":"03/5/2018","description":"End date (03-03-2018)"},{"key":"descendingOrder","value":"true","description":"Indicator of descending order"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"public, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:13:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Front-End-Https","value":"on","name":"Front-End-Https","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"nginx/1.8.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubdomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"DENY","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Undertow/1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"objid\":1093389,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"created\":1519891200000,\"line_amount\":2000000.00,\"borrower_limit\":2000000.00000000,\"advance_rate\":80.000000,\"previous_collateral_value\":107000.00,\"sales\":0.00,\"credit_memos\":0.00,\"cash_credits_discounts\":0.00,\"collections\":0.00,\"collections_checks\":0.00,\"collections_other\":0.00,\"collateral_collections\":0.00,\"collateral_adjustments\":0.00,\"negative_collateral_adjustments\":0.00,\"ending_collateral_balance\":107000.00,\"ineligible_adjustments\":null,\"ineligible\":0.00,\"net_eligible_collateral\":107000.00,\"total_ar_value\":85600.00,\"term_loan_payment\":0.00,\"total_fees\":30.00,\"adjustments\":0.00,\"previous_loan_balance\":126541.14,\"loan_only\":0.00,\"loan_only_checks\":0.00,\"loan_only_other\":0.00,\"advances\":0.00,\"beginning_loan_balance\":126571.14,\"availability\":85600.00,\"gross_available\":85600.00,\"net_available\":-40941.14,\"cash_reserve_percentage\":null,\"reserve\":0.00,\"collateral_reserve\":0.00,\"participant_payment\":0.00,\"participant_remit\":0.00,\"additions_subtractions\":0.00,\"net_inventory_value\":null,\"total_inventory_value\":null,\"adjusted_collateral_value\":null,\"net_collateral_value\":null,\"total_other_value\":85600.00,\"last_updated\":null,\"updated_by\":null,\"minimum_contract_balance\":0.00,\"days_for_calc\":360.00,\"interest_rate\":0.00000,\"deemed_rate_floor\":0.00000,\"default_rate\":null,\"minimum_rate\":null,\"admin_rate\":0.00000,\"float_days\":0,\"check_float_days\":0,\"float_base\":0.00,\"loan_base\":126571.14,\"daily_contract_rate\":0E-15,\"daily_charge_rate\":0E-15,\"interest_charged\":0.00000,\"float_interest_charged\":0.00000,\"admin_fee_charged\":0.00000,\"float_admin_fee_charged\":0.00000,\"default_interest_charged\":null,\"default_float_interest_charged\":null,\"loan_index\":\"no rate\",\"index_rate_usage\":\"D\",\"index_rate\":0.000000,\"overadvance_fee_portion\":null,\"overadvance_fee_percentage\":null,\"unused_line_fee_portion\":260.200000,\"unused_line_fee_percentage\":5.000000,\"availability_mode\":\"B\",\"exclude_from_borrower_availability\":\"N\"},{\"objid\":1093470,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"created\":1519977600000,\"line_amount\":2000000.00,\"borrower_limit\":2000000.00000000,\"advance_rate\":80.000000,\"previous_collateral_value\":107000.00,\"sales\":0.00,\"credit_memos\":0.00,\"cash_credits_discounts\":0.00,\"collections\":0.00,\"collections_checks\":0.00,\"collections_other\":0.00,\"collateral_collections\":0.00,\"collateral_adjustments\":0.00,\"negative_collateral_adjustments\":0.00,\"ending_collateral_balance\":107000.00,\"ineligible_adjustments\":null,\"ineligible\":0.00,\"net_eligible_collateral\":107000.00,\"total_ar_value\":85600.00,\"term_loan_payment\":0.00,\"total_fees\":0.00,\"adjustments\":0.00,\"previous_loan_balance\":126571.14,\"loan_only\":0.00,\"loan_only_checks\":0.00,\"loan_only_other\":0.00,\"advances\":0.00,\"beginning_loan_balance\":126571.14,\"availability\":85600.00,\"gross_available\":85600.00,\"net_available\":-40971.14,\"cash_reserve_percentage\":null,\"reserve\":0.00,\"collateral_reserve\":0.00,\"participant_payment\":0.00,\"participant_remit\":0.00,\"additions_subtractions\":0.00,\"net_inventory_value\":null,\"total_inventory_value\":null,\"adjusted_collateral_value\":null,\"net_collateral_value\":null,\"total_other_value\":85600.00,\"last_updated\":null,\"updated_by\":null,\"minimum_contract_balance\":0.00,\"days_for_calc\":360.00,\"interest_rate\":0.00000,\"deemed_rate_floor\":0.00000,\"default_rate\":null,\"minimum_rate\":null,\"admin_rate\":0.00000,\"float_days\":0,\"check_float_days\":0,\"float_base\":0.00,\"loan_base\":126571.14,\"daily_contract_rate\":0E-15,\"daily_charge_rate\":0E-15,\"interest_charged\":0.00000,\"float_interest_charged\":0.00000,\"admin_fee_charged\":0.00000,\"float_admin_fee_charged\":0.00000,\"default_interest_charged\":null,\"default_float_interest_charged\":null,\"loan_index\":\"no rate\",\"index_rate_usage\":\"D\",\"index_rate\":0.000000,\"overadvance_fee_portion\":null,\"overadvance_fee_percentage\":null,\"unused_line_fee_portion\":260.200000,\"unused_line_fee_percentage\":5.000000,\"availability_mode\":\"B\",\"exclude_from_borrower_availability\":\"N\"},{\"objid\":1093551,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"created\":1520064000000,\"line_amount\":2000000.00,\"borrower_limit\":2000000.00000000,\"advance_rate\":80.000000,\"previous_collateral_value\":107000.00,\"sales\":0.00,\"credit_memos\":0.00,\"cash_credits_discounts\":0.00,\"collections\":0.00,\"collections_checks\":0.00,\"collections_other\":0.00,\"collateral_collections\":0.00,\"collateral_adjustments\":0.00,\"negative_collateral_adjustments\":0.00,\"ending_collateral_balance\":107000.00,\"ineligible_adjustments\":null,\"ineligible\":0.00,\"net_eligible_collateral\":107000.00,\"total_ar_value\":85600.00,\"term_loan_payment\":0.00,\"total_fees\":0.00,\"adjustments\":0.00,\"previous_loan_balance\":126571.14,\"loan_only\":0.00,\"loan_only_checks\":0.00,\"loan_only_other\":0.00,\"advances\":0.00,\"beginning_loan_balance\":126571.14,\"availability\":85600.00,\"gross_available\":85600.00,\"net_available\":-40971.14,\"cash_reserve_percentage\":null,\"reserve\":0.00,\"collateral_reserve\":0.00,\"participant_payment\":0.00,\"participant_remit\":0.00,\"additions_subtractions\":0.00,\"net_inventory_value\":null,\"total_inventory_value\":null,\"adjusted_collateral_value\":null,\"net_collateral_value\":null,\"total_other_value\":85600.00,\"last_updated\":null,\"updated_by\":null,\"minimum_contract_balance\":0.00,\"days_for_calc\":360.00,\"interest_rate\":0.00000,\"deemed_rate_floor\":0.00000,\"default_rate\":null,\"minimum_rate\":null,\"admin_rate\":0.00000,\"float_days\":0,\"check_float_days\":0,\"float_base\":0.00,\"loan_base\":126571.14,\"daily_contract_rate\":0E-15,\"daily_charge_rate\":0E-15,\"interest_charged\":0.00000,\"float_interest_charged\":0.00000,\"admin_fee_charged\":0.00000,\"float_admin_fee_charged\":0.00000,\"default_interest_charged\":null,\"default_float_interest_charged\":null,\"loan_index\":\"no rate\",\"index_rate_usage\":\"D\",\"index_rate\":0.000000,\"overadvance_fee_portion\":null,\"overadvance_fee_percentage\":null,\"unused_line_fee_portion\":260.200000,\"unused_line_fee_percentage\":5.000000,\"availability_mode\":\"B\",\"exclude_from_borrower_availability\":\"N\"},{\"objid\":1093632,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"created\":1520150400000,\"line_amount\":2000000.00,\"borrower_limit\":2000000.00000000,\"advance_rate\":80.000000,\"previous_collateral_value\":107000.00,\"sales\":0.00,\"credit_memos\":0.00,\"cash_credits_discounts\":0.00,\"collections\":0.00,\"collections_checks\":0.00,\"collections_other\":0.00,\"collateral_collections\":0.00,\"collateral_adjustments\":0.00,\"negative_collateral_adjustments\":0.00,\"ending_collateral_balance\":107000.00,\"ineligible_adjustments\":null,\"ineligible\":0.00,\"net_eligible_collateral\":107000.00,\"total_ar_value\":85600.00,\"term_loan_payment\":0.00,\"total_fees\":0.00,\"adjustments\":0.00,\"previous_loan_balance\":126571.14,\"loan_only\":0.00,\"loan_only_checks\":0.00,\"loan_only_other\":0.00,\"advances\":0.00,\"beginning_loan_balance\":126571.14,\"availability\":85600.00,\"gross_available\":85600.00,\"net_available\":-40971.14,\"cash_reserve_percentage\":null,\"reserve\":0.00,\"collateral_reserve\":0.00,\"participant_payment\":0.00,\"participant_remit\":0.00,\"additions_subtractions\":0.00,\"net_inventory_value\":null,\"total_inventory_value\":null,\"adjusted_collateral_value\":null,\"net_collateral_value\":null,\"total_other_value\":85600.00,\"last_updated\":null,\"updated_by\":null,\"minimum_contract_balance\":0.00,\"days_for_calc\":360.00,\"interest_rate\":0.00000,\"deemed_rate_floor\":0.00000,\"default_rate\":null,\"minimum_rate\":null,\"admin_rate\":0.00000,\"float_days\":0,\"check_float_days\":0,\"float_base\":0.00,\"loan_base\":126571.14,\"daily_contract_rate\":0E-15,\"daily_charge_rate\":0E-15,\"interest_charged\":0.00000,\"float_interest_charged\":0.00000,\"admin_fee_charged\":0.00000,\"float_admin_fee_charged\":0.00000,\"default_interest_charged\":null,\"default_float_interest_charged\":null,\"loan_index\":\"no rate\",\"index_rate_usage\":\"D\",\"index_rate\":0.000000,\"overadvance_fee_portion\":null,\"overadvance_fee_percentage\":null,\"unused_line_fee_portion\":260.200000,\"unused_line_fee_percentage\":5.000000,\"availability_mode\":\"B\",\"exclude_from_borrower_availability\":\"N\"},{\"objid\":1093713,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"created\":1520236800000,\"line_amount\":2000000.00,\"borrower_limit\":2000000.00000000,\"advance_rate\":80.000000,\"previous_collateral_value\":107000.00,\"sales\":0.00,\"credit_memos\":0.00,\"cash_credits_discounts\":0.00,\"collections\":0.00,\"collections_checks\":0.00,\"collections_other\":0.00,\"collateral_collections\":0.00,\"collateral_adjustments\":0.00,\"negative_collateral_adjustments\":0.00,\"ending_collateral_balance\":107000.00,\"ineligible_adjustments\":null,\"ineligible\":0.00,\"net_eligible_collateral\":107000.00,\"total_ar_value\":85600.00,\"term_loan_payment\":0.00,\"total_fees\":30.00,\"adjustments\":0.00,\"previous_loan_balance\":126571.14,\"loan_only\":0.00,\"loan_only_checks\":0.00,\"loan_only_other\":0.00,\"advances\":0.00,\"beginning_loan_balance\":126601.14,\"availability\":85600.00,\"gross_available\":85600.00,\"net_available\":-40971.14,\"cash_reserve_percentage\":null,\"reserve\":0.00,\"collateral_reserve\":0.00,\"participant_payment\":0.00,\"participant_remit\":0.00,\"additions_subtractions\":0.00,\"net_inventory_value\":null,\"total_inventory_value\":null,\"adjusted_collateral_value\":null,\"net_collateral_value\":null,\"total_other_value\":85600.00,\"last_updated\":null,\"updated_by\":null,\"minimum_contract_balance\":0.00,\"days_for_calc\":360.00,\"interest_rate\":0.00000,\"deemed_rate_floor\":0.00000,\"default_rate\":null,\"minimum_rate\":null,\"admin_rate\":0.00000,\"float_days\":0,\"check_float_days\":0,\"float_base\":0.00,\"loan_base\":126601.14,\"daily_contract_rate\":0E-15,\"daily_charge_rate\":0E-15,\"interest_charged\":0.00000,\"float_interest_charged\":0.00000,\"admin_fee_charged\":0.00000,\"float_admin_fee_charged\":0.00000,\"default_interest_charged\":null,\"default_float_interest_charged\":null,\"loan_index\":\"no rate\",\"index_rate_usage\":\"D\",\"index_rate\":0.000000,\"overadvance_fee_portion\":null,\"overadvance_fee_percentage\":null,\"unused_line_fee_portion\":260.190000,\"unused_line_fee_percentage\":5.000000,\"availability_mode\":\"B\",\"exclude_from_borrower_availability\":\"N\"}]"}],"_postman_id":"98ec5ed9-fe3f-4977-be46-46aa738e336d"},{"name":"Get Monthly Loan Balances","id":"bf41565c-958d-4c6f-a5df-a46285555dc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getMonthlyLoanBalances?loanId=ACME101&fromDate=03/01/2018&toDate=03/30/2018&descendingOrder=true","description":"<p>Specify a Loan ID that exists within ABLSoft along with a 'from date' and a 'to date'. The 'from date' will default to the first day of the month for the month selected, the 'to date' will default to last day of the month for the month selected. The endpoint retrieves one element for each month selected in the request. Information contained includes beginning and end of month balances, total fee and interest income, and total advances/sales/collections for the month.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","BalancesWebservice","getMonthlyLoanBalances"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan ID</p>\n","type":"text/plain"},"key":"loanId","value":"ACME101"},{"description":{"content":"<p>Start date in mm/dd/yyyy format</p>\n","type":"text/plain"},"key":"fromDate","value":"03/01/2018"},{"description":{"content":"<p>End date in mm/dd/yyyy format</p>\n","type":"text/plain"},"key":"toDate","value":"03/30/2018"},{"description":{"content":"<p>Indicator of descending order</p>\n","type":"text/plain"},"key":"descendingOrder","value":"true"}],"variable":[]}},"response":[{"id":"d8f2601b-b275-4a89-98b2-252af2251e01","name":"Get Monthly Loan Balances","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getMonthlyLoanBalances?loanId=ACME101&fromDate=03/01/2018&toDate=03/30/2018&descendingOrder=true","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getMonthlyLoanBalances"],"query":[{"key":"loanId","value":"ACME101","description":"Loan ID"},{"key":"fromDate","value":"03/01/2018","description":"Start date in mm/dd/yyyy format"},{"key":"toDate","value":"03/30/2018","description":"End date in mm/dd/yyyy format"},{"key":"descendingOrder","value":"true","description":"Indicator of descending order"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"public, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:07:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Front-End-Https","value":"on","name":"Front-End-Https","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"nginx/1.8.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubdomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"DENY","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Undertow/1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"objid\":38241,\"clientid\":\"CLIENT_20171204153919\",\"loanid\":\"ACME101\",\"type\":\"FA\",\"sales\":0.00,\"credits\":0.00,\"collections\":0.00,\"collateral_collections\":0.00,\"cash_credits_discounts\":0.00,\"collateral_adjustments\":0.00,\"negative_collateral_adjustments\":0.00,\"additions_subtractions\":0.00,\"loan_only\":0.00,\"advances\":0.00,\"adjustments\":null,\"last_updated\":1525196451090,\"updated_by\":null,\"created\":1522479600000,\"year\":2018,\"month\":2,\"float_days\":0,\"loan_turn\":null,\"ar_turn\":null,\"interest_charged\":0.00000,\"float_interest_charged\":0.00000,\"admin_fee_charged\":0.00000,\"float_admin_fee_charged\":0.00000,\"total_other_fees\":8062.25,\"transferred_interest\":0.00000,\"accrue_interest_sw\":\"N\",\"default_interest_charged\":0.000,\"default_float_interest_charged\":0.000,\"minimum_interest_sw\":\"N\",\"minimum_interest\":null,\"minimum_interest_frequency\":null,\"minimum_interest_applied\":null,\"funding_date\":null,\"beginning_loan_balance\":139281.14,\"ending_loan_balance\":147343.39,\"beginning_collateral_balance\":107000.00,\"ending_collateral_balance\":107000.00,\"total_income\":8062.25,\"total_income_applied\":8062.25,\"stale_collateral\":0.00,\"average_balance\":127474.37,\"ar_balance\":56000.00,\"yield_rate\":0.00,\"term_loan_payment\":0.00,\"availability\":85600.00,\"average_loan_base\":127474.37,\"participant_payment\":null,\"participant_remit\":null,\"dilution_amount\":null,\"dilution_percentage\":null}]"}],"_postman_id":"bf41565c-958d-4c6f-a5df-a46285555dc6"},{"name":"Post Loan Balances","id":"fa7c070d-be57-4c1d-b999-a628d9e4965e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Balances file</p>\n","type":"file","value":null},{"key":"delimiter","value":"","description":"<p>COMMA or TAB are allowed values, this field is optional, COMMA is assummed if empty</p>\n","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/postLoanBalances","description":"<p>This endpoint imports loan balances into ABLSoft, an adjustment is automatically created. The loan balance to be imported should be the entire loan balance for the target loan. ABLSoft calculates the adjustment which represents the difference between the current ABLSoft loan balance and the imported loan balance. Loan balance adjustments posted using this call are always posted with the current date.</p>\n<p>Loan Balances are generally imported after business hours, or in the morning. Once the import takes place, or the endpoint is consumed EOD processing will automatically take place. This will post the new loan balances, update system reports, and provide clients/borrowers with visibility into the new/updated loan balance.</p>\n<p>A system report and email alert is generated outlining changes and differences between the file and data in ABLSoft. Contact your ABLSoft representative for more information about report and email alert specifics.</p>\n<p>Here is the standard format the csv or tsv file should follow when bringing in balances. The first row in the file is skipped and can contain any releveant column headings.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Loan ID</th>\n<th>Loan Name</th>\n<th>Balances Date</th>\n<th>Current Loan Balance</th>\n<th>Net Collateral</th>\n<th>Custom Field 1</th>\n<th>Maturity Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>alpha-numeric</td>\n<td>text</td>\n<td>mm/dd/yyyy</td>\n<td>numeric</td>\n<td>leave blank, (optional)</td>\n<td>leave blank, (optional)</td>\n<td>mm/dd/yyyy, (optional)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["restapi","BalancesWebservice","postLoanBalances"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"5ab776fc-4201-4586-9641-57953c9c84b9","name":"Post Loan Balances","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Balances file","type":"file","src":[]},{"key":"delimiter","value":"","description":"COMMA or TAB are allowed values, this field is optional, COMMA is assummed if empty","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/postLoanBalances"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"426","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 17 May 2018 16:40:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"WildFly/9","name":"Server","description":"A name for the server"},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"DENY","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Undertow/1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"Balances file processed : processed<hr><br/><font color='green'>0 records successfully processed: <br/>---------------------------------------------------------<br/></font><br/><br/><font color='blue'>0 records pending: <br/>---------------------------------------------------------<br/></font><br/><br/><font color='red'>0 records in error: <br/>---------------------------------------------------------<br/></font><br/><br/>"}],"_postman_id":"fa7c070d-be57-4c1d-b999-a628d9e4965e"},{"name":"Get Monthly Interest Statement","event":[{"listen":"test","script":{"id":"84ff1d7f-7909-45c6-a37f-e264975dca57","exec":["var template = `","    <table bgcolor=\"#FFFFFF\">","        <tr>","            <th>Client</th>","            <th>Loan</th>","            <th>Trans. Date</th>","            <th>Advances</th>","            <th>Term Loan Payments</th>","            <th>Participant Payments</th>","            <th>Participant Remits</th>","            <th>Adjustments</th>","            <th>Total Fees</th>","            <th>Loan Cash</th>","            <th>Outstanding Loan Balance</th>","        </tr>","","        {{#each response}}","            <tr>","                <td>{{client_id}}</td>","                <td>{{loan_id}}</td>","                <td>{{trans_date}}</td>","                <td>{{advances}}</td>","                <td>{{term_loan_payments}}</td>","                <td>{{participant_payments}}</td>","                <td>{{participant_remits}}</td>","                <td>{{adjustments}}</td>","                <td>{{total_fees}}</td>","                <td>{{loan_cash}}</td>","                <td>{{outstanding_loan_balance}}</td>","            </tr>","        {{/each}}","    </table>","`;","var errorTemplate = `","<script>","function getMessage() {","    ","}","</script>","    <p>","    The API returned an error. For details, switch the display mode from Visualize to Pretty.<br>","    Error: {{response.status}} {{response.error}}<br/>","    {{#if response.exception}}","        Exception: {{response.exception}}<br/>","    {{/if}}","    {{#if response.message}}","        Message: <strong>{{response.message}}</strong><br/>","    {{/if}}","    {{#if response.error_description}}","        Message: <strong>{{response.error_description}}</strong><br/>","    {{/if}}","    </p>","`;","var getData = () => {","    var contentType = pm.response.headers.get('Content-Type');","    if (contentType && contentType.startsWith('application/json')) {","        // Pass the response body parsed as JSON as `data`","        return pm.response.json()","    } else if (contentType && contentType.startsWith('text/csv')) {","        // todo currently visualisation of csv is unsupported","        return csvToJson(pm.response.text());","    } else {","        return '';","    }","}","var csvToJson = (csv) => {","  var lines=csv.split(\"\\n\");","  var result = [];","  var headers=lines[0].split(\",\");","","  for(var i=1;i<lines.length;i++){","\t  var obj = {};","\t  var currentline=lines[i].split(\",\");","","\t  for(var j=0;j<headers.length;j++){","\t\t  obj[headers[j]] = currentline[j];","\t  }","","\t  result.push(obj);","  }","  ","  return result;","}","","// Set visualizer","if (pm.response.code === 200) {","    pm.visualizer.set(template, {response: getData()});","} else {","    pm.visualizer.set(errorTemplate, {response: pm.response.json()});","}"],"type":"text/javascript"}}],"id":"2d3c0ddb-c557-46c5-b413-762098130880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getMonthlyInterestStatement?loanid=OO1A&reportDate=202002&scope=L&format=json","description":"<p>Returns data from the main table of the Monthly Interest Statement report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"6f115939-71e7-454c-979d-5611a21b5386","id":"6f115939-71e7-454c-979d-5611a21b5386","name":"Balances","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","BalancesWebservice","getMonthlyInterestStatement"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan id. Optional when requested scope is A (all borrowers).</p>\n","type":"text/plain"},"key":"loanid","value":"OO1A"},{"description":{"content":"<p>(Optional) Report date in yyyyMM format. Defaults to the previous month. Only months in the past are available.</p>\n","type":"text/plain"},"key":"reportDate","value":"202002"},{"description":{"content":"<p>(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan).</p>\n","type":"text/plain"},"key":"scope","value":"L"},{"description":{"content":"<p>(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen.</p>\n","type":"text/plain"},"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"89a28284-6fcf-4825-a4c5-3930b6025e9f","name":"Get Monthly Interest Statement JSON","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getMonthlyInterestStatement?loanid=OO1A&reportDate=202002&scope=L&format=json","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getMonthlyInterestStatement"],"query":[{"key":"loanid","value":"OO1A","description":"Loan id. Optional when requested scope is A (all borrowers)."},{"key":"reportDate","value":"202002","description":"(Optional) Report date in yyyyMM format. Defaults to the previous month. Only months in the past are available."},{"key":"scope","value":"L","description":"(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan)."},{"key":"format","value":"json","description":"(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Mon, 30 Mar 2020 12:35:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"8280"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-01\",\n        \"advances\": \"50.00\",\n        \"term_loan_payments\": \"50.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"50.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"100.00\",\n        \"outstanding_loan_balance\": \"534246.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-02\",\n        \"advances\": \"10.00\",\n        \"term_loan_payments\": \"100.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"20.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"70.00\",\n        \"outstanding_loan_balance\": \"534306.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-03\",\n        \"advances\": \"400.00\",\n        \"term_loan_payments\": \"400.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"400.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"800.00\",\n        \"outstanding_loan_balance\": \"534706.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-04\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"534706.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-05\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"534706.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-06\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"534706.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-07\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"900.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535606.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-08\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535606.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-09\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535606.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-10\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535606.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-11\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535606.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-12\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535606.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-13\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535606.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-14\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535606.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-15\",\n        \"advances\": \"20.00\",\n        \"term_loan_payments\": \"200.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"40.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"140.00\",\n        \"outstanding_loan_balance\": \"535726.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-16\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535726.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-17\",\n        \"advances\": \"500.00\",\n        \"term_loan_payments\": \"500.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"500.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"1000.00\",\n        \"outstanding_loan_balance\": \"536226.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-18\",\n        \"advances\": \"100.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"536326.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-19\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"200.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"536526.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-20\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"300.00\",\n        \"outstanding_loan_balance\": \"536226.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-21\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"400.00\",\n        \"outstanding_loan_balance\": \"535826.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-22\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535826.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-23\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535826.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-24\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535826.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-25\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535826.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-26\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535826.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-27\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535826.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-28\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535826.46\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_cash\": \"0.00\",\n        \"outstanding_loan_balance\": \"535826.46\"\n    }\n]"},{"id":"37902eba-b8a4-4df3-b685-4ae73c8e6c3a","name":"Get Monthly Interest Statement CSV","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getMonthlyInterestStatement?loanid=OO1A&reportDate=202002&scope=L&format=csv","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getMonthlyInterestStatement"],"query":[{"key":"loanid","value":"OO1A","description":"Loan id. Optional when requested scope is A (all borrowers)."},{"key":"reportDate","value":"202002","description":"(Optional) Report date in yyyyMM format. Defaults to the previous month. Only months in the past are available."},{"key":"scope","value":"L","description":"(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan)."},{"key":"format","value":"csv","description":"(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen."}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Mon, 30 Mar 2020 12:37:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/csv;charset=UTF-8"},{"key":"Content-Length","value":"2605"}],"cookie":[],"responseTime":null,"body":"client_id,loan_id,trans_date,advances,term_loan_payments,participant_payments,participant_remits,adjustments,total_fees,loan_cash,outstanding_loan_balance\nCLIENT_20190729154404,OO1A,2020-02-01,50.00,50.00,0.00,0.00,50.00,0.00,100.00,534246.46\nCLIENT_20190729154404,OO1A,2020-02-02,10.00,100.00,0.00,0.00,20.00,0.00,70.00,534306.46\nCLIENT_20190729154404,OO1A,2020-02-03,400.00,400.00,0.00,0.00,400.00,0.00,800.00,534706.46\nCLIENT_20190729154404,OO1A,2020-02-04,0.00,0.00,0.00,0.00,0.00,0.00,0.00,534706.46\nCLIENT_20190729154404,OO1A,2020-02-05,0.00,0.00,0.00,0.00,0.00,0.00,0.00,534706.46\nCLIENT_20190729154404,OO1A,2020-02-06,0.00,0.00,0.00,0.00,0.00,0.00,0.00,534706.46\nCLIENT_20190729154404,OO1A,2020-02-07,0.00,900.00,0.00,0.00,0.00,0.00,0.00,535606.46\nCLIENT_20190729154404,OO1A,2020-02-08,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535606.46\nCLIENT_20190729154404,OO1A,2020-02-09,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535606.46\nCLIENT_20190729154404,OO1A,2020-02-10,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535606.46\nCLIENT_20190729154404,OO1A,2020-02-11,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535606.46\nCLIENT_20190729154404,OO1A,2020-02-12,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535606.46\nCLIENT_20190729154404,OO1A,2020-02-13,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535606.46\nCLIENT_20190729154404,OO1A,2020-02-14,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535606.46\nCLIENT_20190729154404,OO1A,2020-02-15,20.00,200.00,0.00,0.00,40.00,0.00,140.00,535726.46\nCLIENT_20190729154404,OO1A,2020-02-16,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535726.46\nCLIENT_20190729154404,OO1A,2020-02-17,500.00,500.00,0.00,0.00,500.00,0.00,1000.00,536226.46\nCLIENT_20190729154404,OO1A,2020-02-18,100.00,0.00,0.00,0.00,0.00,0.00,0.00,536326.46\nCLIENT_20190729154404,OO1A,2020-02-19,0.00,0.00,0.00,0.00,200.00,0.00,0.00,536526.46\nCLIENT_20190729154404,OO1A,2020-02-20,0.00,0.00,0.00,0.00,0.00,0.00,300.00,536226.46\nCLIENT_20190729154404,OO1A,2020-02-21,0.00,0.00,0.00,0.00,0.00,0.00,400.00,535826.46\nCLIENT_20190729154404,OO1A,2020-02-22,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535826.46\nCLIENT_20190729154404,OO1A,2020-02-23,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535826.46\nCLIENT_20190729154404,OO1A,2020-02-24,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535826.46\nCLIENT_20190729154404,OO1A,2020-02-25,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535826.46\nCLIENT_20190729154404,OO1A,2020-02-26,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535826.46\nCLIENT_20190729154404,OO1A,2020-02-27,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535826.46\nCLIENT_20190729154404,OO1A,2020-02-28,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535826.46\nCLIENT_20190729154404,OO1A,2020-02-29,0.00,0.00,0.00,0.00,0.00,0.00,0.00,535826.46\n"}],"_postman_id":"2d3c0ddb-c557-46c5-b413-762098130880"},{"name":"Get Monthly Interest Statement Fees","event":[{"listen":"test","script":{"id":"8308176a-b2c7-4db4-b565-6cb72b810a06","exec":["var template = `","    <table bgcolor=\"#FFFFFF\">","        <tr>","            <th>Client</th>","            <th>Loan</th>","            <th>Trans. Date</th>","            <th>Fee System Name</th>","            <th>Fee Display Name</th>","            <th>Fee Amount</th>","        </tr>","","        {{#each response}}","            <tr>","                <td>{{client_id}}</td>","                <td>{{loan_id}}</td>","                <td>{{trans_date}}</td>","                <td>{{fee_system_name}}</td>","                <td>{{fee_display_name}}</td>","                <td>{{fee_amount}}</td>","            </tr>","        {{/each}}","    </table>","`;","var errorTemplate = `","<script>","function getMessage() {","    ","}","</script>","    <p>","    The API returned an error. For details, switch the display mode from Visualize to Pretty.<br>","    Error: {{response.status}} {{response.error}}<br/>","    {{#if response.exception}}","        Exception: {{response.exception}}<br/>","    {{/if}}","    {{#if response.message}}","        Message: <strong>{{response.message}}</strong><br/>","    {{/if}}","    {{#if response.error_description}}","        Message: <strong>{{response.error_description}}</strong><br/>","    {{/if}}","    </p>","`;","var getData = () => {","    var contentType = pm.response.headers.get('Content-Type');","    if (contentType && contentType.startsWith('application/json')) {","        // Pass the response body parsed as JSON as `data`","        return pm.response.json()","    } else if (contentType && contentType.startsWith('text/csv')) {","        // todo currently visualisation of csv is unsupported","        return csvToJson(pm.response.text());","    } else {","        return '';","    }","}","var csvToJson = (csv) => {","  var lines=csv.split(\"\\n\");","  var result = [];","  var headers=lines[0].split(\",\");","","  for(var i=1;i<lines.length;i++){","\t  var obj = {};","\t  var currentline=lines[i].split(\",\");","","\t  for(var j=0;j<headers.length;j++){","\t\t  obj[headers[j]] = currentline[j];","\t  }","","\t  result.push(obj);","  }","  ","  return result;","}","","// Set visualizer","if (pm.response.code === 200) {","    pm.visualizer.set(template, {response: getData()});","} else {","    pm.visualizer.set(errorTemplate, {response: pm.response.json()});","}"],"type":"text/javascript"}}],"id":"d451a060-b051-4170-8cbc-10336eeb374b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getMonthlyInterestStatementFees?loanid=OO1A&reportDate=202002&scope=L&format=json","description":"<p>Returns fees data from the Monthly Interest Statement report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"6f115939-71e7-454c-979d-5611a21b5386","id":"6f115939-71e7-454c-979d-5611a21b5386","name":"Balances","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","BalancesWebservice","getMonthlyInterestStatementFees"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan id. Optional when requested scope is A (all borrowers).</p>\n","type":"text/plain"},"key":"loanid","value":"OO1A"},{"description":{"content":"<p>(Optional) Report date in yyyyMM format. Defaults to the previous month. Only months in the past are available.</p>\n","type":"text/plain"},"key":"reportDate","value":"202002"},{"description":{"content":"<p>(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan).</p>\n","type":"text/plain"},"key":"scope","value":"L"},{"description":{"content":"<p>(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen.</p>\n","type":"text/plain"},"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"eb6377d2-5c7d-446a-9d7c-c57c16f123b3","name":"Get Monthly Interest Statement Fees JSON","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getMonthlyInterestStatementFees?loanid=OO1A&reportDate=202002&scope=L&format=json","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getMonthlyInterestStatementFees"],"query":[{"key":"loanid","value":"OO1A","description":"Loan id. Optional when requested scope is A (all borrowers)."},{"key":"reportDate","value":"202002","description":"(Optional) Report date in yyyyMM format. Defaults to the previous month. Only months in the past are available."},{"key":"scope","value":"L","description":"(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan)."},{"key":"format","value":"json","description":"(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Mon, 30 Mar 2020 12:38:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"2030"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Administration Fee\",\n        \"fee_display_name\": \"Administration Fee\",\n        \"fee_amount\": \"425.64\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Average Loan Balance Fee\",\n        \"fee_display_name\": \"Average Loan Balance\",\n        \"fee_amount\": \"446.31\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Basic Monthly Flat Fee\",\n        \"fee_display_name\": \"Basic Monthly Flat Fee\",\n        \"fee_amount\": \"150.00\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Collateral Based Fee\",\n        \"fee_display_name\": \"Collateral Based Fee\",\n        \"fee_amount\": \"593.86\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Monthly Flat Fee 1\",\n        \"fee_display_name\": \"Monthly Closing Fee Charge\",\n        \"fee_amount\": \"110.00\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Monthly Flat Fee 2\",\n        \"fee_display_name\": \"Custom Flat Fee\",\n        \"fee_amount\": \"120.00\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Principal Reduction\",\n        \"fee_display_name\": \"Principal Payment\",\n        \"fee_amount\": \"200.00\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Principal Reduction (Upcoming)\",\n        \"fee_display_name\": \"Principal Payment (Upcoming)\",\n        \"fee_amount\": \"300.00\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Sales Based Fee\",\n        \"fee_display_name\": \"Sales Based Fee\",\n        \"fee_amount\": \"67.30\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Unused Line Fee\",\n        \"fee_display_name\": \"Unused Line Fee\",\n        \"fee_amount\": \"3547.13\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-02-29\",\n        \"fee_system_name\": \"Web Access Fee\",\n        \"fee_display_name\": \"Web Access Fee\",\n        \"fee_amount\": \"130.00\"\n    }\n]"},{"id":"afcef4dd-6726-4b05-8299-b49369a6f642","name":"Get Monthly Interest Statement Fees CSV","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getMonthlyInterestStatementFees?loanid=OO1A&reportDate=202002&scope=L&format=csv","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getMonthlyInterestStatementFees"],"query":[{"key":"loanid","value":"OO1A","description":"Loan id. Optional when requested scope is A (all borrowers)."},{"key":"reportDate","value":"202002","description":"(Optional) Report date in yyyyMM format. Defaults to the previous month. Only months in the past are available."},{"key":"scope","value":"L","description":"(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan)."},{"key":"format","value":"csv","description":"(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen."}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Mon, 30 Mar 2020 12:39:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/csv;charset=UTF-8"},{"key":"Content-Length","value":"1013"}],"cookie":[],"responseTime":null,"body":"client_id,loan_id,trans_date,fee_system_name,fee_display_name,fee_amount\nCLIENT_20190729154404,OO1A,2020-02-29,Administration Fee,Administration Fee,425.64\nCLIENT_20190729154404,OO1A,2020-02-29,Average Loan Balance Fee,Average Loan Balance,446.31\nCLIENT_20190729154404,OO1A,2020-02-29,Basic Monthly Flat Fee,Basic Monthly Flat Fee,150.00\nCLIENT_20190729154404,OO1A,2020-02-29,Collateral Based Fee,Collateral Based Fee,593.86\nCLIENT_20190729154404,OO1A,2020-02-29,Monthly Flat Fee 1,Monthly Closing Fee Charge,110.00\nCLIENT_20190729154404,OO1A,2020-02-29,Monthly Flat Fee 2,Custom Flat Fee,120.00\nCLIENT_20190729154404,OO1A,2020-02-29,Principal Reduction,Principal Payment,200.00\nCLIENT_20190729154404,OO1A,2020-02-29,Principal Reduction (Upcoming),Principal Payment (Upcoming),300.00\nCLIENT_20190729154404,OO1A,2020-02-29,Sales Based Fee,Sales Based Fee,67.30\nCLIENT_20190729154404,OO1A,2020-02-29,Unused Line Fee,Unused Line Fee,3547.13\nCLIENT_20190729154404,OO1A,2020-02-29,Web Access Fee,Web Access Fee,130.00\n"}],"_postman_id":"d451a060-b051-4170-8cbc-10336eeb374b"},{"name":"Get Fee Proof","event":[{"listen":"test","script":{"id":"0ba01546-9247-45ae-843d-83c252356f11","exec":["var template = `","    <table bgcolor=\"#FFFFFF\">","        <tr>","            <th>Client</th>","            <th>Loan</th>","            <th>Trans. Date</th>","            <th>Days</th>","            <th>Total Line Commitment</th>","            <th>Total Loan Balance</th>","            <th>Unused Line Amount</th>","            <th>Unused Line Fee Rate</th>","            <th>Unused Line Fee Amount</th>","            <th>Overadvance Amount</th>","            <th>Overadvance Fee Rate</th>","            <th>Overadvance Fee Amount</th>","        </tr>","","        {{#each response}}","            <tr>","                <td>{{client_id}}</td>","                <td>{{loan_id}}</td>","                <td>{{trans_date}}</td>","                <td>{{days}}</td>","                <td>{{total_line_commitment}}</td>","                <td>{{total_loan_balances}}</td>","                <td>{{unused_line_amount}}</td>","                <td>{{unused_line_fee_rate}}</td>","                <td>{{unused_line_fee_amount}}</td>","                <td>{{overadvance_amount}}</td>","                <td>{{overadvance_fee_rate}}</td>","                <td>{{overadvance_fee_amount}}</td>","            </tr>","        {{/each}}","    </table>","`;","var errorTemplate = `","<script>","function getMessage() {","    ","}","</script>","    <p>","    The API returned an error. For details, switch the display mode from Visualize to Pretty.<br>","    Error: {{response.status}} {{response.error}}<br/>","    {{#if response.exception}}","        Exception: {{response.exception}}<br/>","    {{/if}}","    {{#if response.message}}","        Message: <strong>{{response.message}}</strong><br/>","    {{/if}}","    {{#if response.error_description}}","        Message: <strong>{{response.error_description}}</strong><br/>","    {{/if}}","    </p>","`;","var getData = () => {","    var contentType = pm.response.headers.get('Content-Type');","    if (contentType && contentType.startsWith('application/json')) {","        // Pass the response body parsed as JSON as `data`","        return pm.response.json()","    } else if (contentType && contentType.startsWith('text/csv')) {","        // todo currently visualisation of csv is unsupported","        return csvToJson(pm.response.text());","    } else {","        return '';","    }","}","var csvToJson = (csv) => {","  var lines=csv.split(\"\\n\");","  var result = [];","  var headers=lines[0].split(\",\");","","  for(var i=1;i<lines.length;i++){","\t  var obj = {};","\t  var currentline=lines[i].split(\",\");","","\t  for(var j=0;j<headers.length;j++){","\t\t  obj[headers[j]] = currentline[j];","\t  }","","\t  result.push(obj);","  }","  ","  return result;","}","","// Set visualizer","if (pm.response.code === 200) {","    pm.visualizer.set(template, {response: getData()});","} else {","    pm.visualizer.set(errorTemplate, {response: pm.response.json()});","}"],"type":"text/javascript"}}],"id":"c3f1a2e9-c876-4f5a-a59e-f12b52f7df2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getFeeProof?loanid=OO1A&reportDate=202002&scope=L&format=json","description":"<p>Returns data from the main table of the Fee Proof report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"6f115939-71e7-454c-979d-5611a21b5386","id":"6f115939-71e7-454c-979d-5611a21b5386","name":"Balances","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","BalancesWebservice","getFeeProof"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan id. Optional when requested scope is A (all borrowers).</p>\n","type":"text/plain"},"key":"loanid","value":"OO1A"},{"description":{"content":"<p>(Optional) Report date in yyyyMM format. Defaults to the previous month.</p>\n","type":"text/plain"},"key":"reportDate","value":"202002"},{"description":{"content":"<p>(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan).</p>\n","type":"text/plain"},"key":"scope","value":"L"},{"description":{"content":"<p>(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen.</p>\n","type":"text/plain"},"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"a8038abb-e65f-464d-94f4-b611cbe88c78","name":"Get Fee Proof JSON","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getFeeProof?loanid=OO1A&reportDate=201912&scope=B&format=json","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getFeeProof"],"query":[{"key":"loanid","value":"OO1A","description":"Loan id. Optional when requested scope is A (all borrowers)."},{"key":"reportDate","value":"201912","description":"(Optional) Report date in yyyyMM format. Defaults to the previous month."},{"key":"scope","value":"B","description":"(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan)."},{"key":"format","value":"json","description":"(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Mon, 30 Mar 2020 12:41:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"11378"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-01\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-02\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-03\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-04\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-05\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-06\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-07\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-08\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-09\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-10\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-11\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-12\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-13\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-14\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-15\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-16\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-17\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-18\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-19\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-20\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-21\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-22\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-23\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-24\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-25\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-26\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-27\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-28\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-29\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-30\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2019-12-31\",\n        \"days\": \"360\",\n        \"total_line_commitment\": \"5000000.0000\",\n        \"total_loan_balances\": \"518355.2200\",\n        \"unused_line_amount\": \"4481644.7800\",\n        \"unused_line_fee_rate\": \"0.0000\",\n        \"unused_line_fee_amount\": \"0.0000\",\n        \"overadvance_amount\": \"0.0000\",\n        \"overadvance_fee_rate\": \"0.0000\",\n        \"overadvance_fee_amount\": \"0.0000\"\n    }\n]"},{"id":"db7a4c2c-6e11-4b82-a0ba-ac57f830f6ad","name":"Get Fee Proof CSV","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getFeeProof?loanid=OO1A&reportDate=201912&scope=B&format=csv","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getFeeProof"],"query":[{"key":"loanid","value":"OO1A","description":"Loan id. Optional when requested scope is A (all borrowers)."},{"key":"reportDate","value":"201912","description":"(Optional) Report date in yyyyMM format. Defaults to the previous month."},{"key":"scope","value":"B","description":"(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan)."},{"key":"format","value":"csv","description":"(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen."}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Mon, 30 Mar 2020 12:41:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/csv;charset=UTF-8"},{"key":"Content-Length","value":"3767"}],"cookie":[],"responseTime":null,"body":"client_id,loan_id,trans_date,days,total_line_commitment,total_loan_balances,unused_line_amount,unused_line_fee_rate,unused_line_fee_amount,overadvance_amount,overadvance_fee_rate,overadvance_fee_amount\nCLIENT_20190729154404,OO1A,2019-12-01,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-02,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-03,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-04,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-05,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-06,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-07,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-08,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-09,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-10,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-11,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-12,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-13,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-14,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-15,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-16,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-17,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-18,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-19,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-20,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-21,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-22,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-23,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-24,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-25,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-26,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-27,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-28,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-29,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-30,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\nCLIENT_20190729154404,OO1A,2019-12-31,360,5000000.0000,518355.2200,4481644.7800,0.0000,0.0000,0.0000,0.0000,0.0000\n"}],"_postman_id":"c3f1a2e9-c876-4f5a-a59e-f12b52f7df2e"},{"name":"Get Interest Proof","event":[{"listen":"test","script":{"id":"1c650d24-ff44-4a6b-b648-5067a26cad5e","exec":["var template = `","    <table bgcolor=\"#FFFFFF\">","        <tr>","            <th>Client</th>","            <th>Loan</th>","            <th>Trans. Date</th>","            <th>Collections</th>","            <th>Collections (C)</th>","            <th>Collections (O)</th>","            <th>Advances</th>","            <th>Term Loan Payments</th>","            <th>Participant Payments</th>","            <th>Participant Remits</th>","            <th>Adjustments</th>","            <th>Total Fees</th>","            <th>Loan Balance</th>","            <th>Days</th>","            <th>Admin Rate</th>","            <th>Index Rate</th>","            <th>Floor Rate</th>","            <th>Interest Spread</th>","            <th>Default Rate</th>","            <th>All-in rate Used</th>","            <th>Loan Base</th>","            <th>Interest Charged</th>","            <th>Check Float Days</th>","            <th>Float Days</th>","            <th>Float Charged</th>","            <th>Admin Charged</th>","            <th>Total Interest Due</th>","        </tr>","","        {{#each response}}","            <tr>","                <td>{{client_id}}</td>","                <td>{{loan_id}}</td>","                <td>{{trans_date}}</td>","                <td>{{collections}}</td>","                <td>{{collections_checks}}</td>","                <td>{{collections_other}}</td>","                <td>{{advances}}</td>","                <td>{{term_loan_payments}}</td>","                <td>{{participant_payments}}</td>","                <td>{{participant_remits}}</td>","                <td>{{adjustments}}</td>","                <td>{{total_fees}}</td>","                <td>{{loan_balance}}</td>","                <td>{{days}}</td>","                <td>{{admin_rate}}</td>","                <td>{{index_rate}}</td>","                <td>{{floor_rate}}</td>","                <td>{{interest_rate}}</td>","                <td>{{default_rate}}</td>","                <td>{{all_in_interest_rate}}</td>","                <td>{{loan_base}}</td>","                <td>{{interest_charged}}</td>","                <td>{{float_days}}</td>","                <td>{{check_float_days}}</td>","                <td>{{float_charged}}</td>","                <td>{{admin_fee_charged}}</td>","                <td>{{total_interest_due}}</td>","            </tr>","        {{/each}}","    </table>","`;","var errorTemplate = `","<script>","function getMessage() {","    ","}","</script>","    <p>","    The API returned an error. For details, switch the display mode from Visualize to Pretty.<br>","    Error: {{response.status}} {{response.error}}<br/>","    {{#if response.exception}}","        Exception: {{response.exception}}<br/>","    {{/if}}","    {{#if response.message}}","        Message: <strong>{{response.message}}</strong><br/>","    {{/if}}","    {{#if response.error_description}}","        Message: <strong>{{response.error_description}}</strong><br/>","    {{/if}}","    </p>","`;","var getData = () => {","    var contentType = pm.response.headers.get('Content-Type');","    if (contentType && contentType.startsWith('application/json')) {","        // Pass the response body parsed as JSON as `data`","        return pm.response.json()","    } else if (contentType && contentType.startsWith('text/csv')) {","        // todo currently visualisation of csv is unsupported","        return csvToJson(pm.response.text());","    } else {","        return '';","    }","}","var csvToJson = (csv) => {","  var lines=csv.split(\"\\n\");","  var result = [];","  var headers=lines[0].split(\",\");","","  for(var i=1;i<lines.length;i++){","\t  var obj = {};","\t  var currentline=lines[i].split(\",\");","","\t  for(var j=0;j<headers.length;j++){","\t\t  obj[headers[j]] = currentline[j];","\t  }","","\t  result.push(obj);","  }","  ","  return result;","}","","// Set visualizer","if (pm.response.code === 200) {","    pm.visualizer.set(template, {response: getData()});","} else {","    pm.visualizer.set(errorTemplate, {response: pm.response.json()});","}"],"type":"text/javascript"}}],"id":"23dc625d-bd05-4ccc-89d1-f9cff404ff89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getInterestProof?loanid=OO1A&reportDate=202003&scope=L&format=json","description":"<p>Returns data from the main table of the Interest Proof report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"6f115939-71e7-454c-979d-5611a21b5386","id":"6f115939-71e7-454c-979d-5611a21b5386","name":"Balances","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","BalancesWebservice","getInterestProof"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan id. Optional when requested scope is A (all borrowers).</p>\n","type":"text/plain"},"key":"loanid","value":"OO1A"},{"description":{"content":"<p>(Optional) Report date in yyyyMM format. Defaults to the previous month.</p>\n","type":"text/plain"},"key":"reportDate","value":"202003"},{"description":{"content":"<p>(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan).</p>\n","type":"text/plain"},"key":"scope","value":"L"},{"description":{"content":"<p>(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen.</p>\n","type":"text/plain"},"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"35554aff-f31c-4215-837e-baa4008ad56b","name":"Get Interest Proof JSON","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getInterestProof?loanid=OO1A&reportDate=202003&scope=L&format=json","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getInterestProof"],"query":[{"key":"loanid","value":"OO1A","description":"Loan id. Optional when requested scope is A (all borrowers)."},{"key":"reportDate","value":"202003","description":"(Optional) Report date in yyyyMM format. Defaults to the previous month."},{"key":"scope","value":"L","description":"(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan)."},{"key":"format","value":"json","description":"(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Mon, 30 Mar 2020 12:40:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"20190"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-01\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"546099.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.2295\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"546099.11\",\n        \"interest_charged\": \"164.58000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"14.9600\",\n        \"total_interest_due\": \"179.5400\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-02\",\n        \"collections\": \"1200.00\",\n        \"collections_checks\": \"1200.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"600.00\",\n        \"term_loan_payments\": \"600.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"600.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"546699.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.2295\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"549099.11\",\n        \"interest_charged\": \"164.76000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.7200\",\n        \"admin_fee_charged\": \"15.0400\",\n        \"total_interest_due\": \"180.5200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-03\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"1000.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547699.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.2295\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547699.11\",\n        \"interest_charged\": \"165.06000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.0700\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-04\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547699.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.2295\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547699.11\",\n        \"interest_charged\": \"165.06000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.0700\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-05\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547699.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.9989\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547699.11\",\n        \"interest_charged\": \"165.06000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.0700\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-06\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547699.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.8960\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547699.11\",\n        \"interest_charged\": \"165.06000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.0700\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-07\",\n        \"collections\": \"70.00\",\n        \"collections_checks\": \"70.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"10.00\",\n        \"term_loan_payments\": \"100.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"20.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547759.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.8960\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547899.11\",\n        \"interest_charged\": \"165.08000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0400\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1300\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-08\",\n        \"collections\": \"140.00\",\n        \"collections_checks\": \"140.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"20.00\",\n        \"term_loan_payments\": \"200.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"40.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.8960\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"548159.11\",\n        \"interest_charged\": \"165.12000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0800\",\n        \"admin_fee_charged\": \"15.0200\",\n        \"total_interest_due\": \"180.2200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-09\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.7682\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-10\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.7842\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-11\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.7842\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-12\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.7405\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-13\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.8432\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-14\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.8432\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-15\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.8432\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-16\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"0.8894\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-17\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.0519\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-18\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.1158\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-19\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.1158\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-20\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.1952\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-21\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.1952\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-22\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.1952\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-23\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.1952\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-24\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.2324\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-25\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.2324\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-26\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.2324\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-27\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.2324\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-28\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.2324\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-29\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.2324\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    },\n    {\n        \"client_id\": \"CLIENT_20190729154404\",\n        \"loan_id\": \"OO1A\",\n        \"trans_date\": \"2020-03-30\",\n        \"collections\": \"0.00\",\n        \"collections_checks\": \"0.00\",\n        \"collections_other\": \"0.00\",\n        \"advances\": \"0.00\",\n        \"term_loan_payments\": \"0.00\",\n        \"participant_payments\": \"0.00\",\n        \"participant_remits\": \"0.00\",\n        \"adjustments\": \"0.00\",\n        \"total_fees\": \"0.00\",\n        \"loan_balance\": \"547879.11\",\n        \"days\": \"365\",\n        \"admin_rate\": \"1.0000\",\n        \"index_rate\": \"1.3747\",\n        \"floor_rate\": \"4.0000\",\n        \"interest_rate\": \"6.0000\",\n        \"default_rate\": \"1.0000\",\n        \"all_in_interest_rate\": \"11.0000\",\n        \"loan_base\": \"547879.11\",\n        \"interest_charged\": \"165.11000\",\n        \"float_days\": \"3\",\n        \"check_float_days\": \"2\",\n        \"float_charged\": \"0.0000\",\n        \"admin_fee_charged\": \"15.0100\",\n        \"total_interest_due\": \"180.1200\"\n    }\n]"},{"id":"346e7ef7-0c7a-4bd9-a1fe-50af5a3ac85a","name":"Get Interest Proof CSV","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getInterestProof?loanid=OO1A&reportDate=202003&scope=L&format=csv","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BalancesWebservice","getInterestProof"],"query":[{"key":"loanid","value":"OO1A","description":"Loan id. Optional when requested scope is A (all borrowers)."},{"key":"reportDate","value":"202003","description":"(Optional) Report date in yyyyMM format. Defaults to the previous month."},{"key":"scope","value":"L","description":"(Optional) Scope of the report: A = all borrowers; B = single borrower; L = single loan. Defaults to L (single loan)."},{"key":"format","value":"csv","description":"(Optional) Format of the response: csv, json. If none or unknown format is provided, JSON is chosen."}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Mon, 30 Mar 2020 12:40:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/csv;charset=UTF-8"},{"key":"Content-Length","value":"6043"}],"cookie":[],"responseTime":null,"body":"client_id,loan_id,trans_date,collections,collections_checks,collections_other,advances,term_loan_payments,participant_payments,participant_remits,adjustments,total_fees,loan_balance,days,admin_rate,index_rate,floor_rate,interest_rate,default_rate,all_in_interest_rate,loan_base,interest_charged,float_days,check_float_days,float_charged,admin_fee_charged,total_interest_due\nCLIENT_20190729154404,OO1A,2020-03-01,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,546099.11,365,1.0000,0.2295,4.0000,6.0000,1.0000,11.0000,546099.11,164.58000,3,2,0.0000,14.9600,179.5400\nCLIENT_20190729154404,OO1A,2020-03-02,1200.00,1200.00,0.00,600.00,600.00,0.00,0.00,600.00,0.00,546699.11,365,1.0000,0.2295,4.0000,6.0000,1.0000,11.0000,549099.11,164.76000,3,2,0.7200,15.0400,180.5200\nCLIENT_20190729154404,OO1A,2020-03-03,0.00,0.00,0.00,0.00,1000.00,0.00,0.00,0.00,0.00,547699.11,365,1.0000,0.2295,4.0000,6.0000,1.0000,11.0000,547699.11,165.06000,3,2,0.0000,15.0100,180.0700\nCLIENT_20190729154404,OO1A,2020-03-04,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547699.11,365,1.0000,0.2295,4.0000,6.0000,1.0000,11.0000,547699.11,165.06000,3,2,0.0000,15.0100,180.0700\nCLIENT_20190729154404,OO1A,2020-03-05,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547699.11,365,1.0000,0.9989,4.0000,6.0000,1.0000,11.0000,547699.11,165.06000,3,2,0.0000,15.0100,180.0700\nCLIENT_20190729154404,OO1A,2020-03-06,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547699.11,365,1.0000,0.8960,4.0000,6.0000,1.0000,11.0000,547699.11,165.06000,3,2,0.0000,15.0100,180.0700\nCLIENT_20190729154404,OO1A,2020-03-07,70.00,70.00,0.00,10.00,100.00,0.00,0.00,20.00,0.00,547759.11,365,1.0000,0.8960,4.0000,6.0000,1.0000,11.0000,547899.11,165.08000,3,2,0.0400,15.0100,180.1300\nCLIENT_20190729154404,OO1A,2020-03-08,140.00,140.00,0.00,20.00,200.00,0.00,0.00,40.00,0.00,547879.11,365,1.0000,0.8960,4.0000,6.0000,1.0000,11.0000,548159.11,165.12000,3,2,0.0800,15.0200,180.2200\nCLIENT_20190729154404,OO1A,2020-03-09,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,0.7682,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-10,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,0.7842,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-11,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,0.7842,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-12,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,0.7405,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-13,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,0.8432,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-14,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,0.8432,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-15,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,0.8432,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-16,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,0.8894,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-17,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.0519,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-18,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.1158,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-19,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.1158,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-20,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.1952,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-21,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.1952,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-22,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.1952,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-23,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.1952,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-24,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.2324,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-25,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.2324,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-26,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.2324,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-27,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.2324,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-28,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.2324,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-29,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.2324,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\nCLIENT_20190729154404,OO1A,2020-03-30,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,547879.11,365,1.0000,1.3747,4.0000,6.0000,1.0000,11.0000,547879.11,165.11000,3,2,0.0000,15.0100,180.1200\n"}],"_postman_id":"23dc625d-bd05-4ccc-89d1-f9cff404ff89"},{"name":"Get Reserve Balance","id":"f9ff7a5c-ccc7-453a-a6bf-95a5e3af865b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BalancesWebservice/getReserveBalance?portfolioCode=ABCE&loanID=1073246","description":"<p>Specify a Portfolio Code and optionally Loan ID that exists within Radar. The endpoint<br />retrieves balance for the client escrow reserve account associated with a portfolioCode.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"6f115939-71e7-454c-979d-5611a21b5386","id":"6f115939-71e7-454c-979d-5611a21b5386","name":"Balances","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","BalancesWebservice","getReserveBalance"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Portfolio code to filter loans out</p>\n","type":"text/plain"},"key":"portfolioCode","value":"ABCE"},{"description":{"content":"<p>Loan number (Optional)</p>\n","type":"text/plain"},"key":"loanID","value":"1073246"}],"variable":[]}},"response":[{"id":"b6240f5a-cb3d-49b2-afd6-639e0aea3792","name":"Get Reserve Balances","originalRequest":{"method":"GET","header":[],"url":""},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n{\n\"clientid\": \"CLIENT_20171204153919\",\n\"loanid\": \"ACME101\",\n\"date\": 1519891200000,\n\"balance\": 107000,\n\"available_balance\": 107000\n},\n{\n\"clientid\": \"CLIENT_20171204153919\",\n\"loanid\": \"ACME102\",\n\"date\": 1519977600000,\n\"balance\": 126571.14,\n\"available_balance\": 107000\n}\n]"}],"_postman_id":"f9ff7a5c-ccc7-453a-a6bf-95a5e3af865b"}],"id":"6f115939-71e7-454c-979d-5611a21b5386","description":"<p>Set of endpoints under /restapi/BalancesWebservice</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"12d51cef-c75b-452c-83c3-48629a216cb7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d3acbccf-2c83-4252-b6f6-822cb1e51f6d","type":"text/javascript","exec":[""]}}],"_postman_id":"6f115939-71e7-454c-979d-5611a21b5386"},{"name":"Invoices","item":[{"name":"Enter Invoice","id":"d286a16b-dd83-4046-8e6c-7e596afaf949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"invoiceDate\": \"07/04/2025\",\n        \"customerId\": \"\",\n        \"loanId\": \"\",\n        \"invoiceNumber\": \"InvTest20000\",\n        \"poNumber\": \"\",\n        \"sale\": \"1000\",\n        \"credit\": \"\",\n        \"comment\": \"Invoice Generated via API Test 1\",\n        \"debtorName\": \"\",\n        \"debtorEmail\": \"\"\n    }\n]"},"url":"{{protocol}}://{{baseurl}}/restapi/InvoiceWebservice/enterInvoice?skipDuplicateInvoice=true","description":"<p>This endpoint allows users to submit invoices into <strong>ABLSoft</strong>. Multiple invoices may be posted in a single request, provided they belong to the <strong>same journal or schedule</strong>. After submission, invoices remain in the <strong>invoice staging area</strong> within ABLSoft. Users must manually <strong>review and accept</strong> these invoices through the ABLSoft UI before they are considered officially approved or purchased.</p>\n<p>All invoices included in a request must correspond to the <strong>same account/loan</strong>.</p>\n<h3 id=\"additional-fields-available-starting-in-release-713\">Additional Fields (Available starting in Release 7.13)</h3>\n<ul>\n<li><p><strong>debtorName</strong> <em>(Optional)</em></p>\n<ul>\n<li>Defaults to the value of <code>customerId</code> if not provided.</li>\n</ul>\n</li>\n<li><p><strong>debtorEmail</strong> <em>(Optional)</em></p>\n<ul>\n<li>Ignored if not in a valid email format.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"debtor-handling-logic\">Debtor Handling Logic</h3>\n<p>If a debtor does not already exist in ABLSoft for the provided <code>customerId</code>, a new debtor record will be created.</p>\n<p>ABLSoft will also search for an existing debtor with the same <code>customerId</code> and, if found, will automatically <strong>link the newly created debtor</strong> to the existing record.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","InvoiceWebservice","enterInvoice"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>(Optional) Defaults to false if not specified.  When set to true, it skips any duplicate invoices found in the payload. </p>\n","type":"text/plain"},"key":"skipDuplicateInvoice","value":"true"}],"variable":[]}},"response":[{"id":"ca0afd86-1a39-4719-8860-3ba4c1d4d333","name":"Enter Invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[{\n\"invoiceDate\":\"05/10/2018\",\n\"customerId\":\"WWW217971\",\n\"loanId\":\"ACME101\",\n\"invoiceNumber\":\"1234124\",\n\"poNumber\": \"\",\n\"sale\":\"10000\",\n\"credit\":\"\",\n\"comment\":\"\",\n\"debtorName\":\"\",\n\"debtorEmail\":\"\"\n},\n{\n\"invoiceDate\":\"05/10/2018\",\n\"customerId\":\"WWW217972\",\n\"loanId\":\"ACME101\",\n\"invoiceNumber\":\"1234127\",\n\"poNumber\": \"\",\n\"sale\":\"40000\",\n\"credit\":\"\",\n\"comment\":\"\",\n\"debtorName\":\"\",\n\"debtorEmail\":\"\"\n}\n]"},"url":"http://localhost:8080/restapi/InvoiceWebservice/enterInvoice"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"public, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"23","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 09 May 2018 13:52:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Front-End-Https","value":"on","name":"Front-End-Https","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"nginx/1.8.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubdomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"DENY","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Undertow/1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"Processed: {2} elements"}],"_postman_id":"d286a16b-dd83-4046-8e6c-7e596afaf949"},{"name":"Post Payment","id":"96156d3a-15c0-4060-8b91-465c1fba0234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"files","description":"<p>(Optional, supporting payment image or file)</p>\n","type":"file","value":null},{"key":"files","description":"<p>(Optional, supporting payment image or file)</p>\n","type":"file","value":null},{"key":"number_or_name","value":"3735037","description":"<p>Payment Number or Name (Required)</p>\n","type":"text"},{"key":"amount","value":"10000","description":"<p>Payment Amount (Required)</p>\n","type":"text"},{"key":"batchid","value":"","description":"<p>(Optional, will be auto-generated if not specified)</p>\n","type":"text"},{"key":"bank_source","value":"","description":"<p>(Optional)</p>\n","type":"text"},{"key":"fee_id","value":"","description":"<p>(Optional)</p>\n","type":"text"},{"key":"fee_amount","value":"","description":"<p>(Optional)</p>\n","type":"text"},{"key":"invoice","value":"3735037","description":"<p>Invoice or Loan-Only to Apply Payment (Required)</p>\n","type":"text"},{"key":"loanid","value":"1075563","description":"<p>Loan or Account associated with payment (Required)</p>\n","type":"text"},{"key":"debtorid","value":"KER305","description":"<p>Debtor (Required)</p>\n","type":"text"},{"key":"transaction_type","value":"","description":"<p>(Required)</p>\n","type":"text"},{"key":"payment_date","value":"","description":"<p>(Optional) MM/dd/yyyy format, will be current date if not specified</p>\n","type":"text"},{"key":"non_factored_cash","value":"","description":"<p>(Optional) Defaults to false if not specified</p>\n","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/InvoiceWebservice/postPayment","description":"<p>This endpoint is used to apply a payment to an existing invoice within <strong>ABLSoft</strong>. It also supports attaching image files—such as remittances or check copies—to the payment transaction.</p>\n<p>If a payment is applied to multiple invoices, the endpoint will allocate the payment in the <strong>order the invoices are provided</strong>.</p>\n<p><strong>Note:</strong> This endpoint does <em>not</em> publish payments. Publishing and clearing the related working tables must be performed within the <strong>ABLSoft UI</strong>.</p>\n<h3 id=\"transaction-types\">Transaction Types</h3>\n<p>If no <code>transaction_type</code> is supplied, ABLSoft defaults to <code>1</code> (Client Cash).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Transaction Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Client Cash</td>\n</tr>\n<tr>\n<td>0</td>\n<td>PO Box</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Wire</td>\n</tr>\n<tr>\n<td>3</td>\n<td>ACH</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"additional-notes\">Additional Notes</h3>\n<ul>\n<li><p>Payments posted through this endpoint are always recorded using the <strong>current date</strong>.</p>\n</li>\n<li><p>Each payment request must correspond to a <strong>single debtor/supplier</strong>.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","InvoiceWebservice","postPayment"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"ee1e958e-4600-44ee-850d-c253ca6a7c4c","name":"Post Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data; boundary=<calculated when request is sent>"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":[]},{"key":"files","type":"file","src":[]},{"key":"number_or_name","value":"Check001","type":"text"},{"key":"amount","value":"10000","type":"text"},{"key":"batchid","value":"","type":"text"},{"key":"bank_source","value":"","type":"text"},{"key":"fee_id","value":"","type":"text"},{"key":"fee_amount","value":"","type":"text"},{"key":"invoice","value":"1234124","type":"text"},{"key":"loanid","value":"ACME101","type":"text"},{"key":"debtorid","value":"WWW217971","type":"text"},{"key":"transaction_type","value":"","type":"text"},{"key":"payment_date","value":"","type":"text"},{"key":"non_factored_cash","value":"false","type":"text"}]},"url":"http://localhost:8080/restapi/InvoiceWebservice/postPayment"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"The payment(s) were successfully posted"}],"_postman_id":"96156d3a-15c0-4060-8b91-465c1fba0234"}],"id":"e82fbc03-1eaa-40ac-b8e3-2429c2745f18","_postman_id":"e82fbc03-1eaa-40ac-b8e3-2429c2745f18","description":""},{"name":"Advances","item":[{"name":"Get BBC Info","id":"8a31667b-06bf-4187-b413-c212ae4adc02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BorrowingBaseWebservice/getBBCInfo?porfolioCode=ACME","description":"<p>This endpoint retrieves information that is commonly used for ABL and revolving deals where one or multiple accounts are set up for a borrower.  The data returned from this endpoint can be cross-referenced to specific fields on the standard Radar BBC screen.  The standard Radar BBC screen is dynamic and will change depending on the accounts/loans and number of accounts/loans under the borrower.  All returned data are considered Borrower Totals for all accounts/loans included in the Borrowers availability.</p>\n<p>Use the Portfolio Code as the parameter to retrieve relevant Borrowing Base details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>JSON</th>\n<th>GUI Field for Single Account</th>\n<th>GUI Field for Multiple Account</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>portfolio_code</td>\n<td>Staff Portal / Client / Client Settings / Portfolio Code</td>\n<td>Staff Portal / Client / Client Settings / Portfolio Code</td>\n</tr>\n<tr>\n<td>total_line</td>\n<td>Staff Portal / Client / Client Settings / Total Line</td>\n<td>Staff Portal / Client / Client Settings / Total Line</td>\n</tr>\n<tr>\n<td>total_available</td>\n<td>Client Portal / Borrowing Base / Total AR Value</td>\n<td>Client Portal / Borrowing Base /  Total Available</td>\n</tr>\n<tr>\n<td>loan_balance</td>\n<td>Client Portal / Borrowing Base / Adjusted Loan Balance</td>\n<td>Client Portal / Borrowing Base / Loan Balance</td>\n</tr>\n<tr>\n<td>available_draw_amount</td>\n<td>Client Portal / Borrowing Base / Availability</td>\n<td>Client Portal / Borrowing Base / Available Draw Amount</td>\n</tr>\n<tr>\n<td>Datetime</td>\n<td>System time for call</td>\n<td>System time for call</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"989eebec-9297-4d25-bae5-9198c9156085","id":"989eebec-9297-4d25-bae5-9198c9156085","name":"Advances","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","BorrowingBaseWebservice","getBBCInfo"],"host":["{{baseurl}}"],"query":[{"key":"porfolioCode","value":"ACME"}],"variable":[]}},"response":[{"id":"dab781f0-1f94-4adc-b3a9-6f3ced0e3ad6","name":"Get BBC Info","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BorrowingBaseWebservice/getBBCInfo?porfolioCode=ACME","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BorrowingBaseWebservice","getBBCInfo"],"query":[{"key":"porfolioCode","value":"ACME"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"public, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 07 Sep 2018 21:30:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Front-End-Https","value":"on","name":"Front-End-Https","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"nginx/1.8.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubdomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"DENY","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Undertow/1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"portfolio_code\":\"ACME\",\"total_line\":2000000.00000,\"total_available\":553021.20,\"loan_balance\":273808.47,\"available_draw_amount\":279212.73,\"datetime\":\"2018/09/08 22:00:00\"}"}],"_postman_id":"8a31667b-06bf-4187-b413-c212ae4adc02"},{"name":"Get All BBC Info","id":"3b60dc01-cc42-4d90-a28c-ed7957ea3fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BorrowingBaseWebservice/getAllBBCInfo","description":"<p>This endpoint retrieves information that is commonly used for ABL and revolving deals where one or multiple accounts are set up for a borrower.  The data returned from this endpoint can be cross-referenced to specific fields on the standard Radar BBC screen.  The standard Radar BBC screen is dynamic and will change depending on the accounts/loans and number of accounts/loans under the borrower.  All returned data are considered Borrower Totals for all accounts/loans included in the Borrowers availability.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>JSON</th>\n<th>GUI Field for Single Account</th>\n<th>GUI Field for Multiple Account</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>portfolio_code</td>\n<td>Staff Portal / Client / Client Settings / Portfolio Code</td>\n<td>Staff Portal / Client / Client Settings / Portfolio Code</td>\n</tr>\n<tr>\n<td>total_line</td>\n<td>Staff Portal / Client / Client Settings / Total Line</td>\n<td>Staff Portal / Client / Client Settings / Total Line</td>\n</tr>\n<tr>\n<td>total_available</td>\n<td>Client Portal / Borrowing Base / Total AR Value</td>\n<td>Client Portal / Borrowing Base /  Total Available</td>\n</tr>\n<tr>\n<td>loan_balance</td>\n<td>Client Portal / Borrowing Base / Adjusted Loan Balance</td>\n<td>Client Portal / Borrowing Base / Loan Balance</td>\n</tr>\n<tr>\n<td>available_draw_amount</td>\n<td>Client Portal / Borrowing Base / Availability</td>\n<td>Client Portal / Borrowing Base / Available Draw Amount</td>\n</tr>\n<tr>\n<td>Datetime</td>\n<td>System time for call</td>\n<td>System time for call</td>\n</tr>\n<tr>\n<td>client_name</td>\n<td>Client Name</td>\n<td>Client Name</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>Internal Client ID</td>\n<td>Internal Client ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["restapi","BorrowingBaseWebservice","getAllBBCInfo"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"84ea137a-f1a1-493d-b041-d00bcb87393e","name":"Get All BBC Info","originalRequest":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BorrowingBaseWebservice/getAllBBCInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.8.1"},{"key":"Date","value":"Tue, 10 Sep 2019 18:40:16 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"portfolio_code\": \"ABCE\",\n        \"total_line\": 1000000,\n        \"total_available\": 150525,\n        \"loan_balance\": -15300,\n        \"available_draw_amount\": 165825,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"ABC Electronics\",\n        \"client_id\": \"CLIENT_20170123182256\"\n    },\n    {\n        \"portfolio_code\": \"149\",\n        \"total_line\": 5000000,\n        \"total_available\": 2266949.3,\n        \"loan_balance\": 1184901.29,\n        \"available_draw_amount\": 1082048.01,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"West Services Inc.\",\n        \"client_id\": \"CLIENT_20111018181600\"\n    },\n    {\n        \"portfolio_code\": \"TRI\",\n        \"total_line\": 3000000,\n        \"total_available\": 3000000,\n        \"loan_balance\": 1210179.46,\n        \"available_draw_amount\": 1789820.54,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"Triangle Trucking\",\n        \"client_id\": \"CLIENT_20180426181520\"\n    },\n    {\n        \"portfolio_code\": \"163\",\n        \"total_line\": 5000000,\n        \"total_available\": 1800000,\n        \"loan_balance\": 1960.98,\n        \"available_draw_amount\": 1798039.02,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"QATEST03\",\n        \"client_id\": \"CLIENT_20190313155935\"\n    },\n    {\n        \"portfolio_code\": \"AMIMP\",\n        \"total_line\": 1000000,\n        \"total_available\": 0,\n        \"loan_balance\": 4085.04,\n        \"available_draw_amount\": -4085.04,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"American Imports\",\n        \"client_id\": \"CLIENT_20170214174908\"\n    },\n    {\n        \"portfolio_code\": \"ABDEL\",\n        \"total_line\": 1000000,\n        \"total_available\": 1000000,\n        \"loan_balance\": 0,\n        \"available_draw_amount\": 1000000,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"Absolutely Delightful\",\n        \"client_id\": \"CLIENT_20190807170244\"\n    },\n    {\n        \"portfolio_code\": \"ADDEV\",\n        \"total_line\": 3500000,\n        \"total_available\": 3500000,\n        \"loan_balance\": 0,\n        \"available_draw_amount\": 3500000,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"A&D Development\",\n        \"client_id\": \"CLIENT_20190802183240\"\n    },\n    {\n        \"portfolio_code\": \"153\",\n        \"total_line\": 5000000,\n        \"total_available\": 5000000,\n        \"loan_balance\": 439728.41,\n        \"available_draw_amount\": 4560271.59,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"Avalon Manufacturing\",\n        \"client_id\": \"CLIENT_20140605025301\"\n    },\n    {\n        \"portfolio_code\": \"167\",\n        \"total_line\": 5000000,\n        \"total_available\": -145448.67,\n        \"loan_balance\": 2222.24,\n        \"available_draw_amount\": -147670.91,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"Carafina Interiors\",\n        \"client_id\": \"CLIENT_20190816161629\"\n    },\n    {\n        \"portfolio_code\": \"NEWDAY\",\n        \"total_line\": 0,\n        \"total_available\": 0,\n        \"loan_balance\": 0,\n        \"available_draw_amount\": 0,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"NEW DAY PRODUCTS\",\n        \"client_id\": \"CLIENT_20190812172250\"\n    },\n    {\n        \"portfolio_code\": \"ACMEPR\",\n        \"total_line\": 10000000,\n        \"total_available\": 3571323.8,\n        \"loan_balance\": 2572253.96,\n        \"available_draw_amount\": 999069.84,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"Acme Products\",\n        \"client_id\": \"CLIENT_20190415141056\"\n    },\n    {\n        \"portfolio_code\": \"TOYS\",\n        \"total_line\": 1000000,\n        \"total_available\": 717000,\n        \"loan_balance\": 0,\n        \"available_draw_amount\": 717000,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"Toys R Us\",\n        \"client_id\": \"CLIENT_20190826181320\"\n    },\n    {\n        \"portfolio_code\": \"DETDRILL\",\n        \"total_line\": 10000000,\n        \"total_available\": -1800,\n        \"loan_balance\": 45066.63,\n        \"available_draw_amount\": -46866.63,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"Detroit Drilling\",\n        \"client_id\": \"CLIENT_20190125192344\"\n    },\n    {\n        \"portfolio_code\": \"SOUTH\",\n        \"total_line\": 1500000,\n        \"total_available\": 1500000,\n        \"loan_balance\": 105812.99,\n        \"available_draw_amount\": 1394187.01,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"South Seas Seafood\",\n        \"client_id\": \"CLIENT_20180823140129\"\n    },\n    {\n        \"portfolio_code\": \"166\",\n        \"total_line\": 5000000,\n        \"total_available\": 3833308.08,\n        \"loan_balance\": 1521944.74,\n        \"available_draw_amount\": 2311363.34,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"West Sea Development\",\n        \"client_id\": \"CLIENT_20190731164242\"\n    },\n    {\n        \"portfolio_code\": \"ACMEBANK\",\n        \"total_line\": 0,\n        \"total_available\": 0,\n        \"loan_balance\": 0,\n        \"available_draw_amount\": 0,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"ACME BANK\",\n        \"client_id\": \"CLIENT_20190604160741\"\n    },\n    {\n        \"portfolio_code\": \"165\",\n        \"total_line\": 5000000,\n        \"total_available\": 416820.91,\n        \"loan_balance\": 505027.22,\n        \"available_draw_amount\": -88206.31,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"Test\",\n        \"client_id\": \"CLIENT_20190729154404\"\n    },\n    {\n        \"portfolio_code\": \"164\",\n        \"total_line\": 5000000,\n        \"total_available\": 1600800,\n        \"loan_balance\": 1032809.89,\n        \"available_draw_amount\": 567990.11,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"QATEST04\",\n        \"client_id\": \"CLIENT_20190313162758\"\n    },\n    {\n        \"portfolio_code\": \"PIGWIG\",\n        \"total_line\": 3000000,\n        \"total_available\": 3000000,\n        \"loan_balance\": 3000000,\n        \"available_draw_amount\": 0,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"Piggly Wiggly\",\n        \"client_id\": \"CLIENT_20190711165829\"\n    },\n    {\n        \"portfolio_code\": \"BETA\",\n        \"total_line\": 2000000,\n        \"total_available\": 0,\n        \"loan_balance\": 0,\n        \"available_draw_amount\": 0,\n        \"datetime\": \"2019/09/10 11:40:16\",\n        \"client_name\": \"Beta Fisheries\",\n        \"client_id\": \"CLIENT_20190909164018\"\n    },\n    {\n        \"portfolio_code\": \"CALI\",\n        \"total_line\": 10000000,\n        \"total_available\": 9359.02,\n        \"loan_balance\": 558278.71,\n        \"available_draw_amount\": -548919.69,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"California Crawfish\",\n        \"client_id\": \"CLIENT_20181210183155\"\n    },\n    {\n        \"portfolio_code\": \"FRONT\",\n        \"total_line\": 4400000,\n        \"total_available\": 4400000,\n        \"loan_balance\": 0,\n        \"available_draw_amount\": 4400000,\n        \"datetime\": \"2019/09/07 21:00:00\",\n        \"client_name\": \"Frontier Inc.\",\n        \"client_id\": \"CLIENT_20190102190939\"\n    }\n]"}],"_postman_id":"3b60dc01-cc42-4d90-a28c-ed7957ea3fc4"},{"name":"Request Advance","id":"a618ca07-f67c-4c90-be7d-2587b32b8857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"fundingDate\":\"09/27/2018\",\n\"amount\":\"6666\",\n\"clientId\":\"ACME\",\n\"loanId\":\"ACME101\",\n\"disbursementAcct\":\"123456\",\n\"method\": \"1\",\n\"comment\":\"Advance Request\"\n}"},"url":"{{protocol}}://{{baseurl}}/restapi/BorrowingBaseWebservice/requestAdvance","description":"<p>Use this endpoint to submit an advance request into Radar.  Any requests submitted will show up on the Advance Worklist in the Staff Portal for approval.</p>\n<p><em>fundingDate:</em> This must be the current date, or some day in the future.</p>\n<p><em>clientID:</em> This is the Portfolio Code for the borrower</p>\n<p><em>loanID:</em> The Loan ID from where the funds will be requested against.  Usually also the primary loan for the borrower.</p>\n<p><em>disbursementAcct:</em> The DDA account number setup within the Advanced Settings for the client</p>\n<p><em>method:</em> 1 - Deposit check 2 - Wire 3 - ACH 4 - Book transfer 5 - Will pick up check 6 - Mail check</p>\n<p><em>comment:</em> Note to include with requested advance</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","BorrowingBaseWebservice","requestAdvance"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"bed891c6-52e5-4aa1-ba5d-a232ba3fc792","name":"Request Advance","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"fundingDate\":\"05/16/2018\",\n\"amount\":\"10000\",\n\"clientId\":\"153\",\n\"loanId\":\"001A\",\n\"disbursementAcct\":\"6789\",\n\"method\": \"1\",\n\"comment\":\"Advance Request\"\n}"},"url":"{{protocol}}://{{baseurl}}/restapi/InvoiceWebservice/requestAdvance"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"\"Advance request successfully processed\""}],"_postman_id":"a618ca07-f67c-4c90-be7d-2587b32b8857"}],"id":"989eebec-9297-4d25-bae5-9198c9156085","description":"<p>Set of endpoints under /restapi/InvoiceWebservice</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"12d51cef-c75b-452c-83c3-48629a216cb7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d3acbccf-2c83-4252-b6f6-822cb1e51f6d","type":"text/javascript","exec":[""]}}],"_postman_id":"989eebec-9297-4d25-bae5-9198c9156085"},{"name":"Reporting","item":[{"name":"Get Monthly Interest Statement","id":"fe9a0f13-f73d-47d1-abb5-420f65bfec65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/ReportingWebServiceImpl/getMonthlyInterestStatement?loanid=1073246&reportDate=201808&type=","description":"<p>Returns the Monthly Interest Statement report in PDF format.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","ReportingWebServiceImpl","getMonthlyInterestStatement"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan Number</p>\n","type":"text/plain"},"key":"loanid","value":"1073246"},{"description":{"content":"<p>yyyyMM format</p>\n","type":"text/plain"},"key":"reportDate","value":"201808"},{"description":{"content":"<p>Optional: A for All borrowers, B for single borrower and L for single Loan</p>\n","type":"text/plain"},"key":"type","value":""}],"variable":[]}},"response":[],"_postman_id":"fe9a0f13-f73d-47d1-abb5-420f65bfec65"},{"name":"Get Loan Ledger","id":"b6f4c060-334e-4a99-a33b-f0e028ca96c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/ReportingWebServiceImpl/getLoanLedger?loanid=1073246&date=2018-08-01&type=","description":"<p>Returns the Loan ledger report in PDF format.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","ReportingWebServiceImpl","getLoanLedger"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan number</p>\n","type":"text/plain"},"key":"loanid","value":"1073246"},{"description":{"content":"<p>Date in format yyy-MM-dd</p>\n","type":"text/plain"},"key":"date","value":"2018-08-01"},{"description":{"content":"<p>Optional: A for All borrowers, B for single borrower and L for single Loan</p>\n","type":"text/plain"},"key":"type","value":""}],"variable":[]}},"response":[],"_postman_id":"b6f4c060-334e-4a99-a33b-f0e028ca96c4"},{"name":"Get Availability","id":"487e42c9-67cd-476a-b1a7-73b34f5336f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/ReportingWebServiceImpl/getAvailabilityReport?loanid=1073246&date=2018-08-01&type=","description":"<p>Returns the availability report in PDF format.</p>\n<p>Verify the Primary Loan is set on the Client settings screen within the Radar GUI or the report generated via the API will not contain data.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","ReportingWebServiceImpl","getAvailabilityReport"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan number</p>\n","type":"text/plain"},"key":"loanid","value":"1073246"},{"description":{"content":"<p>Date in format yyy-MM-dd</p>\n","type":"text/plain"},"key":"date","value":"2018-08-01"},{"description":{"content":"<p>Optional: A for All borrowers, B for single borrower</p>\n","type":"text/plain"},"key":"type","value":""}],"variable":[]}},"response":[],"_postman_id":"487e42c9-67cd-476a-b1a7-73b34f5336f1"}],"id":"be8fc5b6-a909-407c-b762-57c9cc8a9745","description":"<p>Set of endpoints under /restapi/InvoiceWebservice</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"12d51cef-c75b-452c-83c3-48629a216cb7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d3acbccf-2c83-4252-b6f6-822cb1e51f6d","type":"text/javascript","exec":[""]}}],"_postman_id":"be8fc5b6-a909-407c-b762-57c9cc8a9745"},{"name":"Admin","item":[{"name":"Create Borrower","id":"c32303ad-8c2a-4df1-863d-51d19fe66f48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"clientid","value":"001AMANTEST","description":"<p>Client ID</p>\n","type":"text"},{"key":"clientname","value":"001Aman","description":"<p>Client Name</p>\n","type":"text"},{"key":"portfolio_code","value":"0001Aman","description":"<p>Portfolio Code</p>\n","type":"text"},{"key":"address1","value":"Test","description":"<p>Address 1</p>\n","type":"text"},{"key":"address2","value":"","description":"<p>Address 2</p>\n","type":"text","disabled":true},{"key":"city","value":"","description":"<p>CIty</p>\n","type":"text","disabled":true},{"key":"state","value":"","description":"<p>State</p>\n","type":"text","disabled":true},{"key":"country","value":"","description":"<p>Country</p>\n","type":"text","disabled":true},{"key":"postal_code","value":"","description":"<p>Postal Code</p>\n","type":"text","disabled":true},{"key":"phone","value":"","description":"<p>Phone</p>\n","type":"text","disabled":true},{"key":"fax","value":"","description":"<p>Fax</p>\n","type":"text","disabled":true},{"key":"website_url","value":"","description":"<p>Website URL</p>\n","type":"text","disabled":true},{"key":"contact_first_name","value":"","description":"<p>Contact First name</p>\n","type":"text","disabled":true},{"key":"contact_last_name","value":"","description":"<p>Contact Last name</p>\n","type":"text","disabled":true},{"key":"contact_email","value":"","description":"<p>Contact Email</p>\n","type":"text","disabled":true},{"key":"contact_phone","value":"","description":"<p>Contact Phone</p>\n","type":"text","disabled":true},{"key":"business_entity_type","value":"","description":"<p>Business Entity Type</p>\n","type":"text","disabled":true},{"key":"nature_of_business","value":"","description":"<p>Nature of Business</p>\n","type":"text","disabled":true},{"key":"fiscal_year_end","value":"","description":"<p>Fiscal Year End</p>\n","type":"text","disabled":true},{"key":"base_currency_code","value":"","description":"<p>Base currency code</p>\n","type":"text","disabled":true},{"key":"region_code","value":"","description":"<p>Region Code</p>\n","type":"text","disabled":true},{"key":"total_line","value":"","description":"<p>Total Line</p>\n","type":"text","disabled":true},{"key":"funding_date","value":"","description":"<p>Funding Date</p>\n","type":"text","disabled":true},{"key":"line_term","value":"","description":"<p>Line Term</p>\n","type":"text","disabled":true},{"key":"risk_code","value":"","description":"<p>Risk Code</p>\n","type":"text","disabled":true},{"key":"sales_person","value":"","description":"<p>Sales Person</p>\n","type":"text","disabled":true},{"key":"line_fee_date","value":"","description":"<p>Line Fee Date</p>\n","type":"text","disabled":true},{"key":"line_fee","value":"","description":"<p>Line Fee</p>\n","type":"text","disabled":true},{"key":"line_fee_frequency","value":"","description":"<p>Line Fee Frequency</p>\n","type":"text","disabled":true},{"key":"minimum_interest","value":"","description":"<p>Minimun interest</p>\n","type":"text","disabled":true},{"key":"minimum_interest_frequency","value":"","description":"<p>Minimum Interest Frequency</p>\n","type":"text","disabled":true},{"key":"availability_mode","value":"","description":"<p>Availability Mode (L or B)</p>\n","type":"text","disabled":true},{"key":"audit_fee","value":"","description":"<p>Audit Fee</p>\n","type":"text","disabled":true},{"key":"primary_loan_to_charge","value":"","description":"<p>Primary Loan to charge</p>\n","type":"text","disabled":true},{"key":"break_even","value":"","description":"<p>Break even</p>\n","type":"text","disabled":true},{"key":"gl_code","value":"","description":"<p>GL Code</p>\n","type":"text","disabled":true},{"key":"primary_analyst_user_id","value":"","description":"<p>Primary Analyst User ID</p>\n","type":"text","disabled":true},{"key":"deactivate","value":"","description":"<p>Deactivate</p>\n","type":"text","disabled":true},{"key":"owner","value":"","description":"<p>Licensee</p>\n","type":"text","disabled":true}]},"url":"{{protocol}}://{{baseurl}}/restapi/AdminWebservice/setBorrower","description":"<p>This endpoint is used for creating new client/borrower records in ABLSoft. ClientID, Client Name and Portfolio Code, deactivate (\"N\" or \"Y\") and Primary Analyst are required fields. Clients/borrowers created in this way come immediately into the system in the Active state.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","AdminWebservice","setBorrower"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"12652040-45e7-4240-a74c-f82a408ed68f","name":"Create Borrower","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"","value":"","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"clientid","value":"ROCKETBOR","type":"text"},{"key":"clientname","value":"Rocket Borrower","type":"text"},{"key":"portfolio_code","value":"11223344","type":"text"},{"key":"address1","value":"","type":"text"},{"key":"address2","value":"","type":"text"},{"key":"city","value":"","type":"text"},{"key":"state","value":"","type":"text"},{"key":"country","value":"","type":"text"},{"key":"postal_code","value":"","type":"text"},{"key":"phone","value":"","type":"text"},{"key":"fax","value":"","type":"text"},{"key":"website_url","value":"","type":"text"},{"key":"contact_first_name","value":"","type":"text"},{"key":"contact_last_name","value":"","type":"text"},{"key":"contact_email","value":"","type":"text"},{"key":"contact_phone","value":"","type":"text"},{"key":"business_entity_type","value":"","type":"text"},{"key":"nature_of_business","value":"","type":"text"},{"key":"fiscal_year_end","value":"","type":"text"},{"key":"base_currency_code","value":"","type":"text"},{"key":"region_code","value":"","type":"text"},{"key":"total_line","value":"","type":"text"},{"key":"funding_date","value":"","type":"text"},{"key":"line_term","value":"","type":"text"},{"key":"risk_code","value":"","type":"text"},{"key":"sales_person","value":"","type":"text"},{"key":"line_fee_date","value":"","type":"text"},{"key":"line_fee","value":"","type":"text"},{"key":"line_fee_frequency","value":"","type":"text"},{"key":"minimum_interest","value":"","type":"text"},{"key":"minimum_interest_frequency","value":"","type":"text"},{"key":"availability_mode","value":"","type":"text"},{"key":"audit_fee","value":"","type":"text"},{"key":"primary_loan_to_charge","value":"","type":"text"},{"key":"break_even","value":"","type":"text"},{"key":"gl_code","value":"","type":"text"},{"key":"primary_analyst_user_id","value":"","type":"text"},{"key":"deactivate","value":"","type":"text"},{"key":"owner","value":"Owner","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/AdminWebservice/setBorrower"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"public, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"29","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/plain;charset=ISO-8859-1","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 09 May 2018 13:43:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Front-End-Https","value":"on","name":"Front-End-Https","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"nginx/1.8.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=2592000; includeSubdomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"DENY","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Undertow/1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"Borrower sucessfully created."}],"_postman_id":"c32303ad-8c2a-4df1-863d-51d19fe66f48"},{"name":"Create User","id":"9b4fdcf1-c6d4-4416-b87a-9454991d7876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userId","value":"johndoe","description":"<p>User ID (Required)</p>\n","type":"text"},{"key":"first","value":"John","description":"<p>First Name  (Required)</p>\n","type":"text"},{"key":"last","value":"Doe","description":"<p>Last Name  (Required)</p>\n","type":"text"},{"key":"middle","value":"","description":"<p>Middle Name</p>\n","type":"text"},{"key":"email","value":"john.doe@domain.com","description":"<p>Email Address (Required)</p>\n","type":"text"},{"key":"workPhone","value":"202-555-0191","description":"<p>Work Phone</p>\n","type":"text"},{"key":"ext","value":"101","description":"<p>Extension</p>\n","type":"text"},{"key":"mobile","value":"202-555-0191","description":"<p>Mobile Number</p>\n","type":"text"},{"key":"role","value":"Administrator","description":"<p>Role name</p>\n","type":"text"},{"key":"forcePasswordReset","value":"Y","description":"<p>Force Password Reset (Y | N)</p>\n","type":"text"},{"key":"showPreferences","value":"Y","description":"<p>Show Preferences Dialog upon first login (Y | N)</p>\n","type":"text"},{"key":"clientId","value":"CLIENT_20070910162652","description":"<p>Facility code for the Borrower the user belongs to</p>\n","type":"text"},{"key":"password","value":"23423","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/AdminWebservice/setUser","description":"<p>This endpoint is used for creating new user records in Radar.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","AdminWebservice","setUser"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"66e5a690-279f-4552-8fee-778ddaade0bc","name":"Create User\"\"","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"","value":"","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userId","value":"johndoe","description":"User ID (Required)","type":"text"},{"key":"first","value":"John","description":"First Name  (Required)","type":"text"},{"key":"last","value":"Doe","description":"Last Name  (Required)","type":"text"},{"key":"Middle","value":"","description":"Middle Name","type":"text"},{"key":"email","value":"john.doe@domain.com","description":"Email Address","type":"text"},{"key":"workPhone","value":"202-555-0191","description":"Work Phone","type":"text"},{"key":"ext","value":"101","description":"Extension","type":"text"},{"key":"mobile","value":"202-555-0191","description":"Mobile Number","type":"text"},{"key":"role","value":"Administrator","description":"Role name","type":"text"},{"key":"password","value":"************","description":"Password","type":"text"},{"key":"forcePasswordReset","value":"Y","description":"Force Password Reset","type":"text"},{"key":"showPreferences","value":"Y","description":"Show Preferences Dialog upon first login","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/AdminWebservice/setUser"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"\"User created successfully\""}],"_postman_id":"9b4fdcf1-c6d4-4416-b87a-9454991d7876"},{"name":"Enter Account","id":"2af49419-d150-4853-a7a4-6a075d157da8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"type":"text","key":"customer_id","value":"AMANTESTQA","description":"<p>Client ID (Required)</p>\n"},{"type":"text","key":"accountid","value":"1200","description":"<p>Account ID (Required)</p>\n"},{"type":"text","key":"accountname","value":"AmanACC1200","description":"<p>Account Name (Required)</p>\n"},{"type":"text","key":"account_type","value":"FA","description":"<p>Account Type (Required)</p>\n"},{"type":"text","key":"account_limit","value":"$100,000.00","description":"<p>Account Limit (Required)</p>\n"},{"type":"text","key":"default_invoice_terms","value":"none","description":"<p>Default Invoice Terms (Required)</p>\n"},{"type":"text","key":"gl_group","value":"ABL","description":"<p>GL Group </p>\n"},{"type":"text","key":"gl_code","value":"1331404650","description":"<p>GL Code (Required)</p>\n"},{"type":"text","key":"is_detail","value":"Y","description":"<p>Detail or Bulk (Required) (Y | N)</p>\n"},{"type":"text","key":"include_credits_on_invoice_verification","value":"N","description":"<p>Include Credits on Invoice Verification (Required) (Y | N)</p>\n"},{"type":"text","key":"account_currency","value":"USD","description":"<p>Currency Code (Required)</p>\n"},{"type":"text","key":"bought_participation_lead_accountid","value":"","description":"<p>BP Lead Account ID </p>\n"},{"type":"text","key":"default_cash_account","value":"","description":"<p>Default Cash Account</p>\n"},{"type":"text","key":"default_advance_account","value":"","description":"<p>Default Advance Account</p>\n"},{"type":"text","key":"spread1","value":"1","description":"<p>spread1 (-31 to 180)</p>\n"},{"type":"text","key":"spread2","value":"10","description":"<p>spread2 (-31 to 180)</p>\n"},{"type":"text","key":"spread3","value":"20","description":"<p>spread3 (-31 to 180)</p>\n"},{"type":"text","key":"spread4","value":"30","description":"<p>spread4 (-31 to 180)</p>\n"},{"type":"text","key":"spread5","value":"40","description":"<p>spread5 (-31 to 180)</p>\n"},{"type":"text","key":"spread6","value":"50","description":"<p>spread6 (-31 to 180)</p>\n"},{"type":"text","key":"spread7","value":"120","description":"<p>spread7 (-31 to 180)</p>\n"},{"type":"text","key":"spread8","value":"","description":"<p>spread8 (-31 to 180)</p>\n"},{"type":"text","key":"spread9","value":"","description":"<p>spread9 (-31 to 180)</p>\n"},{"type":"text","key":"spread10","value":"","description":"<p>spread10 (-31 to 180)</p>\n"},{"key":"base_rate_name","value":"prime rate","description":"<p>Base rate name (Required)</p>\n","type":"text"},{"key":"user_index_rate_changes","value":"Daily Changes","description":"<p>User Index Rate Changes (Daily Changes, First day of term, or Never) (Required)</p>\n","type":"text"},{"key":"advance_rate","value":"99.9999","description":"<p>Advance Rate (Required)</p>\n","type":"text"},{"key":"interest_rate","value":"99.9999","description":"<p>Interest Rate (Required)</p>\n","type":"text"},{"key":"invoice_date_threshold","value":"90","description":"<p>Invoice date threshold</p>\n","type":"text"},{"key":"due_date_threshold","value":"90","description":"<p>Due date threshold</p>\n","type":"text"},{"key":"cross_aging_percentage","value":"25.00","description":"<p>Cross aging %</p>\n","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/AdminWebservice/enterAccount","description":"<p>This endpoint is used to create/update Loan Account.</p>\n<p>The below fields are only available with release 8.2.<br />(If no value is provided, a default value will be taken from the configuration)</p>\n<ol>\n<li><p>invoice_date_threshold (Optional)</p>\n</li>\n<li><p>due_date_threshold (Optional)</p>\n</li>\n<li><p>cross_aging_percentage (Optional)</p>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c9966980-45a4-402c-848d-0202f4e25d31","id":"c9966980-45a4-402c-848d-0202f4e25d31","name":"Admin","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","AdminWebservice","enterAccount"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2af49419-d150-4853-a7a4-6a075d157da8"}],"id":"c9966980-45a4-402c-848d-0202f4e25d31","description":"<p>Set of endpoints under /restapi/AdminWebservice</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"12d51cef-c75b-452c-83c3-48629a216cb7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d3acbccf-2c83-4252-b6f6-822cb1e51f6d","type":"text/javascript","exec":[""]}}],"_postman_id":"c9966980-45a4-402c-848d-0202f4e25d31"},{"name":"Import","item":[{"name":"Send Document","id":"88d7fe2e-799a-426d-86dd-6cbcae20d5c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":""}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"","description":"<p>Document to be uploaded</p>\n","type":"file"},{"key":"loanid","value":"ACMEZOO101","description":"<p>Loan ID (Required)</p>\n","type":"text"},{"key":"type","value":"A/R Aging","description":"<p>Document Type (Depends on the description of Document Types setup in Radar)</p>\n","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/ImporterWebservice/sendData","description":"<p>This endpoint is used for uploading a document to the Documents tab of Radar.  Use the description of the Document Type to specifcy which file category to upload the document to.  These descriptions can be changed and new documents can be added via Tools | Admin System within the Radar UI.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","ImporterWebservice","sendData"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"f16748ec-5436-4893-bbf8-34ef2849f4c0","name":"Send Document","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Document to be uploaded","type":"file","src":[]},{"key":"loanid","value":"ABCE101","description":"Loan ID (Required)","type":"text"},{"key":"type","value":"transactions","description":"Document Type (Depends on the Doc types setup in Radar)\nAllowed types:\ntransactions\nsummary\ncollections\ndebtors\npayables\npayables_summary\nsales\nvendors","type":"text"},{"key":"period","value":"2018-10-20","description":"Date in format yyyy-MM-dd (Optional)","type":"text"}]},"url":"{{protocol}}://{{baseurl}}/restapi/ImporterWebservice/sendData"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Tue, 23 Oct 2018 20:58:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"36"}],"cookie":[],"responseTime":null,"body":"The document was successfully posted"}],"_postman_id":"88d7fe2e-799a-426d-86dd-6cbcae20d5c7"},{"name":"Import Collections","id":"532c828f-955d-40f0-9301-08dadebdbf57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"requestId\": \"optional-unique-id-123\",\n  \"collections\": [\n    {\n      \"identifierType\": \"LOAN_ID\",\n      \"identifierValue\": \"01BUT101\",\n      \"postedDate\": \"12/31/2026\",\n      \"transactionDate\": \"12/31/2026\",\n      \"amount\": \"1000\",\n      \"fundType\": \"OTHER\",\n      \"transactionCode\": \"\",\n      \"comment\": \"Any comment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{baseurl}}/restapi/ImporterWebservice/importCollections","description":"<p>This API is available from release 8.8. Import collections for one or more loans. Each entry is validated and processed independently — a failure on one entry does not block others.</p>\n<p><strong>Request Fields:</strong></p>\n<ul>\n<li><code>requestId</code> (optional): A unique identifier for the request. If not provided, a UUID will be auto-generated.</li>\n<li><code>collections</code> (required): Array of collection entries</li>\n</ul>\n<p><strong>Collection Entry Fields:</strong></p>\n<ul>\n<li><code>identifierType</code> (required): LOAN_ID, ALTERNATE_LOAN_ID, or DDA_ACCOUNT</li>\n<li><code>identifierValue</code> (required): The loan/alternate/DDA identifier</li>\n<li><code>postedDate</code> (required, MM/dd/yyyy): Must be today's date</li>\n<li><code>transactionDate</code> (required, MM/dd/yyyy): Must be today's date</li>\n<li><code>amount</code> (required): Collection amount</li>\n<li><code>fundType</code> (required): CHK or OTHER</li>\n<li><code>transactionCode</code> (conditional): Required if loan's collection import setting is not configured</li>\n<li><code>comment</code> (optional): Max 4000 characters</li>\n</ul>\n","urlObject":{"protocol":"{{protocol}}","path":["restapi","ImporterWebservice","importCollections"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"9754ba63-45e0-4a01-b93c-f3a25705fdbe","name":"Import Collections - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"requestId\": \"optional-unique-id-123\",\n  \"collections\": [\n    {\n      \"identifierType\": \"LOAN_ID\",\n      \"identifierValue\": \"01BUT101\",\n      \"postedDate\": \"12/31/2026\",\n      \"transactionDate\": \"12/31/2026\",\n      \"amount\": \"1000\",\n      \"fundType\": \"OTHER\",\n      \"transactionCode\": \"\",\n      \"comment\": \"Any comment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{baseurl}}/restapi/ImporterWebservice/importCollections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"optional-unique-id-123\",\n    \"collections\": [\n        {\n            \"identifierType\": \"LOAN_ID\",\n            \"identifierValue\": \"01BUT101\",\n            \"postedDate\": \"12/31/2026\",\n            \"transactionDate\": \"12/31/2026\",\n            \"amount\": \"1000\",\n            \"transactionCode\": \"\",\n            \"comment\": \"Any comment\",\n            \"fundType\": \"OTHER\",\n            \"status\": \"SUCCESS\",\n            \"errorMessage\": \"\"\n        }\n    ]\n}"}],"_postman_id":"532c828f-955d-40f0-9301-08dadebdbf57"}],"id":"a7fce043-9780-466a-b8aa-ea55873bca89","description":"<p>Set of endpoints under /restapi/ImporterWebservice</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"12d51cef-c75b-452c-83c3-48629a216cb7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d3acbccf-2c83-4252-b6f6-822cb1e51f6d","type":"text/javascript","exec":[""]}}],"_postman_id":"a7fce043-9780-466a-b8aa-ea55873bca89"},{"name":"Rate Index","item":[{"name":"Get Rate Index Names","id":"735ff9e3-b9d5-496c-8b27-5171288444bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/RateIndexWebservice/rateIndexNames","description":"<p>This API is available from release 8.8. Returns a list of all rate indices (both active and inactive) available in the system. This endpoint provides the base rate names that can be used with the getSchedule and setSchedule endpoints.</p>\n<h5 id=\"purpose\">Purpose</h5>\n<p>This endpoint eliminates the need for loan origination systems to manually configure rate indices for each loan in the ABLSoft system. It provides a comprehensive list of all available base rate names that can be dynamically fetched and used.</p>\n<h5 id=\"response-fields\">Response Fields</h5>\n<ul>\n<li><strong>baseRateName</strong>: The name of the rate index (e.g., \"prime rate\", \"one-month libor\"). This is the value to use as the 'name' parameter in getSchedule and setSchedule endpoints</li>\n<li><strong>rate</strong>: The current rate value as a decimal (e.g., \"0.0457\" for 4.57%). Values are returned as strings to preserve precision</li>\n<li><strong>active</strong>: Boolean indicating whether the rate index is currently active (true/false)</li>\n<li><strong>displayName</strong>: The human-readable display name of the rate index (e.g., \"WSJ prime rate\", \"One-Month LIBOR\")</li>\n</ul>\n<h5 id=\"usage\">Usage</h5>\n<ol>\n<li>Call this endpoint to retrieve all available rate indices</li>\n<li>Use the <code>baseRateName</code> field from the response as the <code>name</code> parameter when calling:<ul>\n<li><code>GET /RateIndexWebservice/getSchedule</code> - to retrieve rate history</li>\n<li><code>POST /RateIndexWebservice/setSchedule</code> - to update rate values</li>\n</ul>\n</li>\n</ol>\n<h5 id=\"important-notes\">Important Notes</h5>\n<ul>\n<li>No pagination is implemented - all rate indices are returned in a single response</li>\n<li>Both active and inactive rate indices are included</li>\n<li>No filtering parameters are available</li>\n<li>The <code>rate</code> field shows the most recent rate value</li>\n<li>Rate values are returned as plain strings (not in scientific notation) to maintain precision</li>\n</ul>\n<h5 id=\"authentication\">Authentication</h5>\n<p>This endpoint requires standard API authentication as configured for your institution.</p>\n<h5 id=\"related-endpoints\">Related Endpoints</h5>\n<ul>\n<li><strong>GET /RateIndexWebservice/getSchedule</strong> - Retrieve historical rate values for a specific index</li>\n<li><strong>POST /RateIndexWebservice/setSchedule</strong> - Add or update rate values for a specific index</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e04f1ee-ddcd-41e0-bbdd-ab1c1a84413c","id":"0e04f1ee-ddcd-41e0-bbdd-ab1c1a84413c","name":"Rate Index","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","RateIndexWebservice","rateIndexNames"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"9b66f382-fe93-4471-a081-dd8cda236f8e","name":"Get Rate Index Names","originalRequest":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/RateIndexWebservice/rateIndexNames"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"baseRateName\": \"prime rate\",\n        \"rate\": 0.0457,\n        \"active\": true,\n        \"displayName\": \"WSJ prime rate\"\n    },\n    {\n        \"baseRateName\": \"one-month libor\",\n        \"rate\": 0.045789,\n        \"active\": true,\n        \"displayName\": \"One-Month LIBOR\"\n    },\n    {\n        \"baseRateName\": \"sofr\",\n        \"rate\": 0.0431,\n        \"active\": true,\n        \"displayName\": \"Secured Overnight Financing Rate\"\n    },\n    {\n        \"baseRateName\": \"old-rate\",\n        \"rate\": 0.025,\n        \"active\": false,\n        \"displayName\": \"Old Rate Index\"\n    }\n]"}],"_postman_id":"735ff9e3-b9d5-496c-8b27-5171288444bc"},{"name":"Get Schedule","id":"2e71abe2-a7a0-426c-a5fa-c1aa38a02165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/RateIndexWebservice/getSchedule?name=one-month libor&fromDate=01/01/2020&toDate=07/01/2020","description":"<p>Returns an array containing a schedule of the requested rate index within selected, optional period.</p>\n<blockquote>\n<p><strong>Important:</strong> Use the <strong>GET /RateIndexWebservice/rateIndexNames</strong> endpoint to fetch all available rate index names (baseRateName values) for the <code>name</code> parameter.</p>\n</blockquote>\n<h5 id=\"rate-index-name\">Rate index name</h5>\n<p>The rate index names which can be used in the request can be retrieved from the <strong>/rateIndexNames</strong> endpoint. You can also find them in  <strong>Admin System</strong> | <strong>Fees &amp; Rate Indexes</strong> | <strong>Rate Index</strong> | <strong>Index</strong> column.</p>\n<h5 id=\"setting-the-period\">Setting the period</h5>\n<p>The following options of specifying the period are available:</p>\n<ul>\n<li><strong>No dates set:</strong> a schedule with 10 latest items is returned.</li>\n<li><strong>Only the fromDate set:</strong> a schedule with 10 items after the fromDate (including it) is returned.</li>\n<li><strong>Only the toDate set:</strong> a schedule with 10 items before the toDate (including it) is returned.</li>\n<li><strong>Both dates set:</strong> a schedule with all items from the  specified period (including the dates) is returned. In this case the number of the items is not limited.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e04f1ee-ddcd-41e0-bbdd-ab1c1a84413c","id":"0e04f1ee-ddcd-41e0-bbdd-ab1c1a84413c","name":"Rate Index","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","RateIndexWebservice","getSchedule"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Name of the rate index (use the baseRateName from /rateIndexNames endpoint)</p>\n","type":"text/plain"},"key":"name","value":"one-month libor"},{"description":{"content":"<p>From date to filter the rate index schedule items in format MM/dd/yyyy (optional)</p>\n","type":"text/plain"},"key":"fromDate","value":"01/01/2020"},{"description":{"content":"<p>To date to filter the rate index schedule items in format MM/dd/yyyy (optional)</p>\n","type":"text/plain"},"key":"toDate","value":"07/01/2020"}],"variable":[]}},"response":[{"id":"414c3b97-359a-430d-a704-565dfa721a1c","name":"Get schedule with specified fromDate and toDate","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/RateIndexWebservice/getSchedule?name=one-month libor&fromDate=07/01/2016&toDate=11/01/2017","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","RateIndexWebservice","getSchedule"],"query":[{"key":"name","value":"one-month libor","description":"Name of the rate index"},{"key":"fromDate","value":"07/01/2016","description":"From date to filter the rate index schedule items in format MM/dd/yyyy (optional)"},{"key":"toDate","value":"11/01/2017","description":"To date to filter the rate index schedule items in format MM/dd/yyyy (optional)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Wed, 04 Mar 2020 10:34:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"objid\": 100851,\n        \"effectiveDate\": \"2016-07-01\",\n        \"amount\": 0.66,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495277,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100852,\n        \"effectiveDate\": \"2016-08-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495280,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100853,\n        \"effectiveDate\": \"2016-09-01\",\n        \"amount\": 0.64101,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495283,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100854,\n        \"effectiveDate\": \"2016-10-01\",\n        \"amount\": 0.68,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495287,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100855,\n        \"effectiveDate\": \"2016-11-01\",\n        \"amount\": 0.68505,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495290,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100856,\n        \"effectiveDate\": \"2016-12-01\",\n        \"amount\": 0.64505,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495293,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100857,\n        \"effectiveDate\": \"2017-01-01\",\n        \"amount\": 0.66,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495297,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100858,\n        \"effectiveDate\": \"2017-02-01\",\n        \"amount\": 0.67,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495300,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100859,\n        \"effectiveDate\": \"2017-03-01\",\n        \"amount\": 0.64,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495307,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100844,\n        \"effectiveDate\": \"2017-04-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495253,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100843,\n        \"effectiveDate\": \"2017-05-01\",\n        \"amount\": 0.66,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495250,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100842,\n        \"effectiveDate\": \"2017-06-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495247,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100841,\n        \"effectiveDate\": \"2017-07-01\",\n        \"amount\": 0.64,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495247,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100840,\n        \"effectiveDate\": \"2017-08-01\",\n        \"amount\": 0.63,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495240,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100839,\n        \"effectiveDate\": \"2017-09-01\",\n        \"amount\": 0.62,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495237,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100838,\n        \"effectiveDate\": \"2017-10-01\",\n        \"amount\": 0.64,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495237,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100837,\n        \"effectiveDate\": \"2017-11-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495233,\n        \"lastModifiedUserId\": \"system\"\n    }\n]"},{"id":"dc21bc59-e574-4a4c-9664-4934e4073b04","name":"Get schedule with specified fromDate","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/RateIndexWebservice/getSchedule?name=one-month libor&fromDate=07/01/2016","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","RateIndexWebservice","getSchedule"],"query":[{"key":"name","value":"one-month libor","description":"Name of the rate index"},{"key":"fromDate","value":"07/01/2016","description":"From date to filter the rate index schedule items in format MM/dd/yyyy (optional)"},{"key":"toDate","value":"12/01/2017","description":"To date to filter the rate index schedule items in format MM/dd/yyyy (optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Wed, 04 Mar 2020 10:33:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"objid\": 100851,\n        \"effectiveDate\": \"2016-07-01\",\n        \"amount\": 0.66,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495277,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100852,\n        \"effectiveDate\": \"2016-08-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495280,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100853,\n        \"effectiveDate\": \"2016-09-01\",\n        \"amount\": 0.64101,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495283,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100854,\n        \"effectiveDate\": \"2016-10-01\",\n        \"amount\": 0.68,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495287,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100855,\n        \"effectiveDate\": \"2016-11-01\",\n        \"amount\": 0.68505,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495290,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100856,\n        \"effectiveDate\": \"2016-12-01\",\n        \"amount\": 0.64505,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495293,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100857,\n        \"effectiveDate\": \"2017-01-01\",\n        \"amount\": 0.66,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495297,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100858,\n        \"effectiveDate\": \"2017-02-01\",\n        \"amount\": 0.67,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495300,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100859,\n        \"effectiveDate\": \"2017-03-01\",\n        \"amount\": 0.64,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495307,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100844,\n        \"effectiveDate\": \"2017-04-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495253,\n        \"lastModifiedUserId\": \"system\"\n    }\n]"},{"id":"1cb10b19-8257-46c1-9a4f-b893a6cda2c0","name":"Get schedule without any dates set","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/RateIndexWebservice/getSchedule?name=one-month libor","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","RateIndexWebservice","getSchedule"],"query":[{"key":"name","value":"one-month libor","description":"Name of the rate index"},{"key":"fromDate","value":"07/01/2016","description":"From date to filter the rate index schedule items in format MM/dd/yyyy (optional)","disabled":true},{"key":"toDate","value":"12/01/2017","description":"To date to filter the rate index schedule items in format MM/dd/yyyy (optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Wed, 04 Mar 2020 10:32:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"objid\": 100859,\n        \"effectiveDate\": \"2017-03-01\",\n        \"amount\": 0.64,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495307,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100844,\n        \"effectiveDate\": \"2017-04-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495253,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100843,\n        \"effectiveDate\": \"2017-05-01\",\n        \"amount\": 0.66,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495250,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100842,\n        \"effectiveDate\": \"2017-06-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495247,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100841,\n        \"effectiveDate\": \"2017-07-01\",\n        \"amount\": 0.64,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495247,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100840,\n        \"effectiveDate\": \"2017-08-01\",\n        \"amount\": 0.63,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495240,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100839,\n        \"effectiveDate\": \"2017-09-01\",\n        \"amount\": 0.62,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495237,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100838,\n        \"effectiveDate\": \"2017-10-01\",\n        \"amount\": 0.64,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495237,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100837,\n        \"effectiveDate\": \"2017-11-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495233,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100836,\n        \"effectiveDate\": \"2017-12-01\",\n        \"amount\": 0.66,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495230,\n        \"lastModifiedUserId\": \"system\"\n    }\n]"},{"id":"bf0f21a1-39ca-406d-bcc8-d2825a579e7d","name":"Get schedule with specified toDate","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/RateIndexWebservice/getSchedule?name=one-month libor&toDate=11/01/2017","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","RateIndexWebservice","getSchedule"],"query":[{"key":"name","value":"one-month libor","description":"Name of the rate index"},{"key":"fromDate","value":"07/01/2016","description":"From date to filter the rate index schedule items in format MM/dd/yyyy (optional)","disabled":true},{"key":"toDate","value":"11/01/2017","description":"To date to filter the rate index schedule items in format MM/dd/yyyy (optional)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Wed, 04 Mar 2020 10:34:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"objid\": 100858,\n        \"effectiveDate\": \"2017-02-01\",\n        \"amount\": 0.67,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495300,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100859,\n        \"effectiveDate\": \"2017-03-01\",\n        \"amount\": 0.64,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495307,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100844,\n        \"effectiveDate\": \"2017-04-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495253,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100843,\n        \"effectiveDate\": \"2017-05-01\",\n        \"amount\": 0.66,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495250,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100842,\n        \"effectiveDate\": \"2017-06-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495247,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100841,\n        \"effectiveDate\": \"2017-07-01\",\n        \"amount\": 0.64,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495247,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100840,\n        \"effectiveDate\": \"2017-08-01\",\n        \"amount\": 0.63,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495240,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100839,\n        \"effectiveDate\": \"2017-09-01\",\n        \"amount\": 0.62,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495237,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100838,\n        \"effectiveDate\": \"2017-10-01\",\n        \"amount\": 0.64,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495237,\n        \"lastModifiedUserId\": \"system\"\n    },\n    {\n        \"objid\": 100837,\n        \"effectiveDate\": \"2017-11-01\",\n        \"amount\": 0.65,\n        \"sourceType\": 6,\n        \"sourceId\": \"2\",\n        \"lastModifiedDate\": 1583317495233,\n        \"lastModifiedUserId\": \"system\"\n    }\n]"}],"_postman_id":"2e71abe2-a7a0-426c-a5fa-c1aa38a02165"},{"name":"Set Schedule","id":"9aa70e42-9f70-4448-9c18-6dd7228e092b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/RateIndexWebservice/setSchedule?name=one-month libor&date=03/01/2020&value=0.65505666","description":"<p>Allows adding new values to the schedule of the requested rate index.</p>\n<blockquote>\n<p><strong>Important:</strong> Use the <strong>GET /RateIndexWebservice/rateIndexNames</strong> endpoint to fetch all available rate index names (baseRateName values) for the <code>name</code> parameter.</p>\n</blockquote>\n<h5 id=\"rate-index-name\">Rate index name</h5>\n<p>The rate index names which can be used in the request can be retrieved from the <strong>/rateIndexNames</strong> endpoint. You can also find them in  <strong>Admin System</strong> | <strong>Fees &amp; Rate Indexes</strong> | <strong>Rate Index</strong> | <strong>Index</strong> column.</p>\n<h5 id=\"duplicate-values\">Duplicate values</h5>\n<p>No duplicates will be inserted into the schedule. This means that a request with a new value of the rate index which is equal to the previous one will not add any items to the schedule.</p>\n<h5 id=\"deleting-items\">Deleting items</h5>\n<p>To remove an item from the schedule, choose a date of the item you wish to delete and a value of the previous item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e04f1ee-ddcd-41e0-bbdd-ab1c1a84413c","id":"0e04f1ee-ddcd-41e0-bbdd-ab1c1a84413c","name":"Rate Index","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","RateIndexWebservice","setSchedule"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Name of the rate index (use the baseRateName from /rateIndexNames endpoint)</p>\n","type":"text/plain"},"key":"name","value":"one-month libor"},{"description":{"content":"<p>Date of the change in format MM/dd/yyyy</p>\n","type":"text/plain"},"key":"date","value":"03/01/2020"},{"description":{"content":"<p>New value</p>\n","type":"text/plain"},"key":"value","value":"0.65505666"}],"variable":[]}},"response":[{"id":"2195ba33-1649-4969-b21f-817cc06937f0","name":"Set Schedule","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/RateIndexWebservice/setSchedule?name=one-month libor&date=03/01/2020&value=0.65505000","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","RateIndexWebservice","setSchedule"],"query":[{"key":"name","value":"one-month libor"},{"key":"date","value":"03/01/2020"},{"key":"value","value":"0.65505000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Tue, 03 Mar 2020 18:45:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9aa70e42-9f70-4448-9c18-6dd7228e092b"}],"id":"0e04f1ee-ddcd-41e0-bbdd-ab1c1a84413c","description":"<p>Set of endpoints related to getting and editing schedules of rate indices</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"_postman_id":"0e04f1ee-ddcd-41e0-bbdd-ab1c1a84413c"},{"name":"Daily Worksheet","item":[{"name":"Add Daily Worksheet Row","id":"e10ad98f-3f50-4272-b434-8b271a0f122d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"advances\": 1000.00,\n\t\"advanceDdaId\": \"ACC 1\",\n\t\"loanAdjustments\": 1000.00,\n\t\"loanOnly\": 1000.00,\n\t\"loanOnlyType\": \"O\",\n\t\"collections\": 1000.00,\n\t\"collectionDdaId\": \"ACC 2\",\n\t\"collectionType\": \"C\",\n\t\"bankSourceId\": 1,\n\t\"collateralCollections\": 1000.00\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{baseurl}}/restapi/DailyWorksheetWebservice/worksheetRow?loanId=01Alex3","description":"<p>Posts a new daily worksheet row for the specified loan. The source of the posted rows will be set to <code>Worksheet Webservice</code>. The posted rows will be automatically marked as <code>verified</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"7bbf9265-ed0e-4ea7-9997-cbec2ab5f985","id":"7bbf9265-ed0e-4ea7-9997-cbec2ab5f985","name":"Daily Worksheet","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","DailyWorksheetWebservice","worksheetRow"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan ID</p>\n","type":"text/plain"},"key":"loanId","value":"01Alex3"}],"variable":[]}},"response":[{"id":"87f8ad75-787a-4194-b61e-78eb658210ee","name":"LoanOnly only","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"loanOnly\": 1000.00,\n\t\"loanOnlyType\": \"O\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/DailyWorksheetWebservice/worksheetRow?loanId=OO1A","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","DailyWorksheetWebservice","worksheetRow"],"query":[{"key":"loanId","value":"OO1A","description":"Loan ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Fri, 17 Jul 2020 07:46:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully added worksheet row.\",\n    \"links\": [\n        {\n            \"title\": \"single_borrower_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process?loanId=OO1A\"\n        },\n        {\n            \"title\": \"portfolio_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process\"\n        }\n    ]\n}"},{"id":"b3d79b00-79e1-425f-9d4f-a6ee85ed0cd7","name":"Collateral collection only","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"collateralCollection\": 1000.00\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/DailyWorksheetWebservice/worksheetRow?loanId=OO1A","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","DailyWorksheetWebservice","worksheetRow"],"query":[{"key":"loanId","value":"OO1A","description":"Loan ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Fri, 17 Jul 2020 07:48:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully added worksheet row.\",\n    \"links\": [\n        {\n            \"title\": \"single_borrower_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process?loanId=OO1A\"\n        },\n        {\n            \"title\": \"portfolio_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process\"\n        }\n    ]\n}"},{"id":"c896f01d-dbc7-4c8e-91e3-a4930dd4b2af","name":"Collection only","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"collection\": 1000.00,\n\t\"collectionDdaId\": \"ACC 2\",\n\t\"collectionType\": \"C\",\n\t\"bankSourceId\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/DailyWorksheetWebservice/worksheetRow?loanId=OO1A","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","DailyWorksheetWebservice","worksheetRow"],"query":[{"key":"loanId","value":"OO1A","description":"Loan ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Fri, 17 Jul 2020 07:45:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully added worksheet row.\",\n    \"links\": [\n        {\n            \"title\": \"single_borrower_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process?loanId=OO1A\"\n        },\n        {\n            \"title\": \"portfolio_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process\"\n        }\n    ]\n}"},{"id":"dec4a179-af37-41bf-939c-c78e1e9a6a51","name":"All of the data specified","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"advance\": 1000.00,\n\t\"advanceDdaId\": \"ACC 1\",\n\t\"loanAdjustment\": 1000.00,\n\t\"loanOnly\": 1000.00,\n\t\"loanOnlyType\": \"O\",\n\t\"collection\": 1000.00,\n\t\"collectionDdaId\": \"ACC 2\",\n\t\"collectionType\": \"C\",\n\t\"bankSourceId\": 1,\n\t\"collateralCollection\": 1000.00\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/DailyWorksheetWebservice/worksheetRow?loanId=OO1A","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","DailyWorksheetWebservice","worksheetRow"],"query":[{"key":"loanId","value":"OO1A","description":"Loan ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Fri, 17 Jul 2020 07:43:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully added worksheet row.\",\n    \"links\": [\n        {\n            \"title\": \"single_borrower_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process?loanId=OO1A\"\n        },\n        {\n            \"title\": \"portfolio_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process\"\n        }\n    ]\n}"},{"id":"9333ea37-64b8-4821-b37e-2d1b4dff2dc1","name":"Advance only","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"advance\": 1000.00,\n\t\"advanceDdaId\": \"ACC 1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/DailyWorksheetWebservice/worksheetRow?loanId=OO1A","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","DailyWorksheetWebservice","worksheetRow"],"query":[{"key":"loanId","value":"OO1A","description":"Loan ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Fri, 17 Jul 2020 07:44:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully added worksheet row.\",\n    \"links\": [\n        {\n            \"title\": \"single_borrower_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process?loanId=OO1A\"\n        },\n        {\n            \"title\": \"portfolio_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process\"\n        }\n    ]\n}"},{"id":"b550933f-677f-4423-bea1-bd0950e610f0","name":"Loan adjustment only","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"loanAdjustment\": 1000.00\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/DailyWorksheetWebservice/worksheetRow?loanId=OO1A","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","DailyWorksheetWebservice","worksheetRow"],"query":[{"key":"loanId","value":"OO1A","description":"Loan ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Fri, 17 Jul 2020 07:47:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully added worksheet row.\",\n    \"links\": [\n        {\n            \"title\": \"single_borrower_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process?loanId=OO1A\"\n        },\n        {\n            \"title\": \"portfolio_processing\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/process\"\n        }\n    ]\n}"}],"_postman_id":"e10ad98f-3f50-4272-b434-8b271a0f122d"},{"name":"Get Disbursement Accounts","id":"0511a809-63d2-4f3b-93c6-706c0f420e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/DailyWorksheetWebservice/disbursementAccount?loanId=OO1A","description":"<p>Returns an array of disbursement accounts configured for the specified loan. The returned <code>accountId</code> field value can be used to identify an account while posting a worksheet row.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"7bbf9265-ed0e-4ea7-9997-cbec2ab5f985","id":"7bbf9265-ed0e-4ea7-9997-cbec2ab5f985","name":"Daily Worksheet","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","DailyWorksheetWebservice","disbursementAccount"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan ID</p>\n","type":"text/plain"},"key":"loanId","value":"OO1A"}],"variable":[]}},"response":[],"_postman_id":"0511a809-63d2-4f3b-93c6-706c0f420e37"},{"name":"Get Bank Sources","id":"73dc4f4c-43a1-4422-b8f3-5e4144e86f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/DailyWorksheetWebservice/bankSource","description":"<p>Returns an array of bank sources configured in the system. The <code>bankSourceId</code> field value can be used to identify a bank source while posting a worksheet row.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"7bbf9265-ed0e-4ea7-9997-cbec2ab5f985","id":"7bbf9265-ed0e-4ea7-9997-cbec2ab5f985","name":"Daily Worksheet","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","DailyWorksheetWebservice","bankSource"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73dc4f4c-43a1-4422-b8f3-5e4144e86f5f"}],"id":"7bbf9265-ed0e-4ea7-9997-cbec2ab5f985","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"77afbb25-26c4-4d5a-ae2a-4bcc76c8005f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3d8c4776-a478-4f41-909b-a49f9b7000ad","type":"text/javascript","exec":[""]}}],"_postman_id":"7bbf9265-ed0e-4ea7-9997-cbec2ab5f985","description":""},{"name":"Backdating","item":[{"name":"Start Backdating","id":"7be1cd3c-6556-4198-8431-a628e8d5730b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"loanAdjustment\": 1000.00,\n\t\"advance\": 1000.00,\n\t\"advanceDdaId\": \"ACC 1\",\n\t\"collection\": 1000.00,\n\t\"collectionDdaId\": \"ACC 1\",\n\t\"collectionType\": \"C\",\n\t\"loanOnly\": 1000.00,\n\t\"loanOnlyType\": \"C\",\n\t\"collateralCollection\": 1000.00\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{baseurl}}/restapi/BackdatingWebservice/backdate?loanId=OO1A&date=07/10/2020","description":"<p>Starts the backdating process for the specified loan from the specified date.</p>\n<p>A new worksheet row can be sent with the backdating request. The row will be added to the worksheet for the specified backdating start date.</p>\n<p>Backdating without sending the new row data might be useful when multiple loans require backdating after applying historical changes. This might be for example changing the past values in the rate index schedule. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a9dcc5de-6eaa-42e9-9e3c-3d72a80f7c19","id":"a9dcc5de-6eaa-42e9-9e3c-3d72a80f7c19","name":"Backdating","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","BackdatingWebservice","backdate"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan ID</p>\n","type":"text/plain"},"key":"loanId","value":"OO1A"},{"description":{"content":"<p>Date to start backdating from in format MM/dd/yyyy</p>\n","type":"text/plain"},"key":"date","value":"07/10/2020"}],"variable":[]}},"response":[{"id":"a8841ec0-4a55-4cb6-88a5-e504e5bcb2e8","name":"Backdating a loan from July 14th 2020 without any new data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BackdatingWebservice/backdate?loanId=OO1A&date=07/14/2020","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BackdatingWebservice","backdate"],"query":[{"key":"loanId","value":"OO1A","description":"Loan ID"},{"key":"date","value":"07/14/2020","description":"Date to start backdating from in format MM/dd/yyyy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Fri, 17 Jul 2020 07:54:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Launching backdating. Please check log for details.\",\n    \"links\": [\n        {\n            \"title\": \"log\",\n            \"href\": \"http://localhost:8080/restapi/BackdatingWebservice/log\"\n        }\n    ]\n}"},{"id":"5f008865-461b-4f4b-a2de-1a77f345f246","name":"Backdating a loan from July 14th 2020 with a new row specified","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"loanAdjustment\": 1000.00,\n\t\"advance\": 1000.00,\n\t\"advanceDdaId\": \"ACC 1\",\n\t\"collection\": 1000.00,\n\t\"collectionDdaId\": \"ACC 2\",\n\t\"collectionType\": \"O\",\n\t\"loanOnly\": 1000.00,\n\t\"loanOnlyType\": \"O\",\n\t\"collateralCollection\": 1000.00\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/BackdatingWebservice/backdate?loanId=OO1A&date=07/14/2020","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","BackdatingWebservice","backdate"],"query":[{"key":"loanId","value":"OO1A"},{"key":"date","value":"07/14/2020"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Tue, 23 Jun 2020 08:53:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Launching backdating. Please check log for details.\",\n    \"links\": [\n        {\n            \"title\": \"log\",\n            \"href\": \"http://localhost:8080/restapi/BackdatingWebservice/log\"\n        }\n    ]\n}"}],"_postman_id":"7be1cd3c-6556-4198-8431-a628e8d5730b"},{"name":"Get Backdating Log","id":"97c8b584-2686-4d30-a0bd-23ad2dc080b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BackdatingWebservice/log","description":"<p>Returns the log with messages from last backdating process run.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a9dcc5de-6eaa-42e9-9e3c-3d72a80f7c19","id":"a9dcc5de-6eaa-42e9-9e3c-3d72a80f7c19","name":"Backdating","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","BackdatingWebservice","log"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"97c8b584-2686-4d30-a0bd-23ad2dc080b8"},{"name":"Is Processing Running","id":"302ae0f7-33a9-4925-9779-4f214750fcfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/BackdatingWebservice/isProcessingRunning","description":"<p>Returns triggers showing whether any processing is running.</p>\n<p>There are three different triggers returned:</p>\n<ul>\n<li><code>backdatingRunninng</code> - shows whether any backdating process is in progress.</li>\n<li><code>endOfDayProcessingRunning</code> - shows whether any end of day processing is in progess.</li>\n<li><code>anyProcessingRunning</code> - shows whether any processing which might conflict with the backdating process is running. This might be for example ineligibles calculation.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a9dcc5de-6eaa-42e9-9e3c-3d72a80f7c19","id":"a9dcc5de-6eaa-42e9-9e3c-3d72a80f7c19","name":"Backdating","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","BackdatingWebservice","isProcessingRunning"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"302ae0f7-33a9-4925-9779-4f214750fcfc"}],"id":"a9dcc5de-6eaa-42e9-9e3c-3d72a80f7c19","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"eedb19a9-a508-47f7-8c50-2cb08a9b6893","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3c469aa8-1b06-47eb-809c-e9fd9b4ddcd5","type":"text/javascript","exec":[""]}}],"_postman_id":"a9dcc5de-6eaa-42e9-9e3c-3d72a80f7c19","description":""},{"name":"Processing","item":[{"name":"Start End of Day Processing","event":[{"listen":"test","script":{"id":"f36e5d9e-51b5-41df-b125-1f582d967152","exec":[""],"type":"text/javascript"}}],"id":"f10f3012-b4b3-45e1-860f-0961efbbdbaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/ProcessingWebservice/process?loanId=OO1A","description":"<p>Starts the end of day processing.</p>\n<p>If no <code>loanId</code> is specified, the processing will be run for whole portfolio.</p>\n<p>If <code>loanId</code> is specified, the system will run single borrower processing.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"952c3642-2bde-48c5-a02a-d72f226137fc","id":"952c3642-2bde-48c5-a02a-d72f226137fc","name":"Processing","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","ProcessingWebservice","process"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>Loan ID (optional). If specified, the system will run single borrower processing.</p>\n","type":"text/plain"},"key":"loanId","value":"OO1A"}],"variable":[]}},"response":[{"id":"79a6c848-2745-4244-8f28-4a42a0f3358c","name":"Single borrower processing","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/ProcessingWebservice/process?loanId=OO1A","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","ProcessingWebservice","process"],"query":[{"key":"loanId","value":"OO1A","description":"Loan ID (optional). If specified, the system will run single borrower processing."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"X-Powered-By","value":"Undertow/1"},{"key":"Server","value":"WildFly/9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Fri, 17 Jul 2020 08:04:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Launching processing. Please check log for details.\",\n    \"links\": [\n        {\n            \"title\": \"log\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/log\"\n        },\n        {\n            \"title\": \"cancel\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/cancel\"\n        }\n    ]\n}"},{"id":"8b8c6d4b-cfed-476d-b331-17280350bf95","name":"Whole portfolio processing","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{protocol}}://{{baseurl}}/restapi/ProcessingWebservice/process","protocol":"{{protocol}}","host":["{{baseurl}}"],"path":["restapi","ProcessingWebservice","process"],"query":[{"key":"loanId","value":"OO1A","description":"Loan ID (optional). If specified, the system will run single borrower processing.","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 17 Jul 2020 08:04:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Launching processing. Please check log for details.\",\n    \"links\": [\n        {\n            \"title\": \"log\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/log\"\n        },\n        {\n            \"title\": \"cancel\",\n            \"href\": \"http://localhost:8080/restapi/ProcessingWebservice/cancel\"\n        }\n    ]\n}"}],"_postman_id":"f10f3012-b4b3-45e1-860f-0961efbbdbaf"},{"name":"Get Processing Log","id":"e92d472d-b76b-47d3-bfed-8cfbfc797905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/ProcessingWebservice/log","description":"<p>Returns the log with messages from the last end of day processing run.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"952c3642-2bde-48c5-a02a-d72f226137fc","id":"952c3642-2bde-48c5-a02a-d72f226137fc","name":"Processing","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","ProcessingWebservice","log"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e92d472d-b76b-47d3-bfed-8cfbfc797905"},{"name":"Is Processing Running","id":"cc0e2115-c35f-4296-bcc6-31f05bd96d2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{baseurl}}/restapi/ProcessingWebservice/isProcessingRunning","description":"<p>Returns triggers showing whether any processing is running.</p>\n<p>There are three different triggers returned:</p>\n<ul>\n<li><code>backdatingRunninng</code> - shows whether any backdating process is in progress.</li>\n<li><code>endOfDayProcessingRunning</code> - shows whether any end of day processing is in progess.</li>\n<li><code>anyProcessingRunning</code> - shows whether any processing which might conflict with the end of day process is running. This might be for example ineligibles calculation.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"952c3642-2bde-48c5-a02a-d72f226137fc","id":"952c3642-2bde-48c5-a02a-d72f226137fc","name":"Processing","type":"folder"}},"urlObject":{"protocol":"{{protocol}}","path":["restapi","ProcessingWebservice","isProcessingRunning"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc0e2115-c35f-4296-bcc6-31f05bd96d2f"}],"id":"952c3642-2bde-48c5-a02a-d72f226137fc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1546a481-7465-4951-adf2-9c282c5fb4f4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"84a08429-cfcd-412c-bf68-5fe3842bc4ec","type":"text/javascript","exec":[""]}}],"_postman_id":"952c3642-2bde-48c5-a02a-d72f226137fc","description":""}],"event":[{"listen":"prerequest","script":{"id":"ac385bdd-b4e1-4e1a-b88b-5958bf2adeb1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"59c67e0d-566d-4103-9956-9b2d6e243228","type":"text/javascript","exec":[""]}}]}