get https://loanpro.simnang.com/api/public/api/1/odata.svc/LineOfCredits()/LineOfCreditSwipes
This request pulls a line of credit account's swipe history.
Click here to learn more about this request
As a line of credit account holder uses their account to create transactions, they're logged in LoanPro as swipes:
- Swipe information is found within the
LineOfCreditSwipes
object, which is nested within theLineOfCredits
entity. - Use the swipe's ID in the endpoint to pull information for an individual swipe:
{URL}/odata.svc/LineOfCredits({id})/LineOfCreditSwipes({swipe-id})
For an example of how swipes work within the UI, take a look at our Line of Credit – Log a Swipe article.
Database
For information regarding Line of Credit database tables, see the following articles: