get https://loanpro.simnang.com/api/public/api/1/odata.svc/LineOfCredits()/LineOfCreditSwipes
This request retrieves 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. Note the following when using this request:
Swipe information is found within the LineOfCreditSwipes
object, which is nested within the LineOfCredits
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:
Database – Line of Credit Swipe (line_of_credit_swipe_entity)