This request retrieves a line of credit account's statement history.
Click here to learn more about this request
This request pulls a line of credit account's statement history. Note the following when using this request:
Statement information is held within the LineOfCreditBillingCycles
object. You can pull information from this object by either using an $expand
token (like shown above) or by formatting your endpoint like the following:
https://loanpro.simnang.com/api/public/api/1//odata.svc/LineOfCredits({LineOfCreditId})/LineOfCreditBillingCycles
The response of this request pulls an account's statement history for completed billing cycles. The current billing cycle will not be included in these results.
Statements are represented by an ID. This ID is used to download the statement PDF.
The frequency in which statements come due is determined within the line of credit setup configuration.
Database
For information regarding Line of Credit statement and billing database tables, see the following articles:
Database – Line of Credit Account (line_of_credit_entity)
Database - Line of Credit Billing Cycle (line_of_credit_billing_cycle_entity)