post https://loanpro.simnang.com/api/public/api/1/odata.svc/LineOfCreditAccountLinkings
This request links multiple accounts together.
Click here to learn more about this request
Line of credit accounts can be linked together and linked to loans:
- This request is sent through a specific endpoint. There are no path parameters, and all information for the linked accounts is listed within the payload.
- When linking a line of credit to a loan, determine how the values between the accounts are affected using the following fields:
"subtractBalance"
"loanSubtractBalanceType"
"lineOfCreditAddCreditLimit"
- There is no limit to how many line of credit accounts and loans that can be linked to main line of credit account in this request.
For an example of how account links work within the UI, take a look at our Line of Credit – Account Linking article.
Database
For information regarding linked line of credit account database tables, see the following articles:
- Database – Line of Credit Account Linking Archive (line_of_credit_account_linking_archive_entity)
- Database – Line of Credit Account (line_of_credit_entity)
- Database - Loan Table (loan_entity)
{
"mainEntityType": "Entity.LineOfCredit",
"mainEntityId": 103,
"linkedEntityType": "Entity.Loan",
"linkedEntityId": 9301,
"subtractBalance": 1,
"loanSubtractBalanceType": "lineOfCredit.subtractBalanceType.principal",
"lineOfCreditAddCreditLimit": 1,
"isPrimary": 0,
"bucketId": 3
}
{
"mainEntityId": 1243,
"mainEntityType": "Entity.LineOfCredit",
"linkedEntityId": 54332,
"linkedEntityType": "Entity.LineOfCredit",
"subtractBalance": 1,
"loanSubtractBalanceType": "lineOfCredit.subtractBalanceType.principal",
"lineOfCreditAddCreditLimit": 1
}