This request pulls line of credit account information.
Click here to learn more about this request
Line of Credit account information is stored within the LineOfCredits
entity. This entity has several nested objects, which each includes their own information. This endpoint is used to access all information associated with a line of credit account.
There are several objects nested within the LineOfCredits
entity. Thus, we've included an $expand
filter to pull information that's stored within nested objects. Here's a list of the objects nested within the LineOfCredits
entity:
ActionResultLineOfCreditNotes | Autopays |
ChecklistItemValues | Customers |
LineOfCreditAccountLinking | LineOfCreditBillingCycles |
LineOfCreditBucketTransferTransactions | LineOfCreditCharges |
LineOfCreditCreditLimitAdjustments | LineOfCreditTransactions |
LineOfCreditDailyArchives | LineOfCreditDocuments |
LineOfCreditFinanceCharges | LineOfCreditPayments |
LineOfCreditSettings | LineOfCreditSetup |
LineOfCreditSwipes | Notes |
Portfolios | RuleApplied |
Subportfolios |
If you'd like to expand an object that's nested within another object, format the request like the following:
https://loanpro.simnang.com/api/public/api/1/odata.svc/LineOfCredits(1)?$expand=LineOfCreditSetup/LineOfCreditSetupBuckets
Database
For information regarding Line of Credit database tables, see the following articles:
Database – Line of Credit Setup (line_of_credit_setup_entity)
Database – Line of Credit Account (line_of_credit_entity)
Database – Line of Credit Settings (line_of_credit_settings_entity)