get https://loanpro.simnang.com/api/public/api/1/odata.svc/LineOfCredits()/LineOfCreditBillingCycles
This request pulls 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. Here's what you need to know about 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 Line of Credit statement database tables, see the following articles: