put https://loanpro.simnang.com/api/public/api/1/odata.svc/LineOfCredits()
This request removes a line of credit account from a Portfolio.
Click here to learn more about this request
Portfolios allow lenders to categorize their line of credit accounts. Many lenders use portfolios in tandem with rules to automate categorization. This request removes a line of credit account from a portfolio.
For an example of how portfolios work within the UI, take a look at our Line of Credit Settings ↗ article.
Database
For information on Line of Credit database tables, see the following articles:
- Database – Line of Credit Portfolios (line_of_credit__portfolio)
- Database – Line of Credit Account (line_of_credit_entity)
- Database – Line of Credit Settings (line_of_credit_settings_entity)
{
"Portfolios": {
"results": [
{
"__id": 20,
"__destroy": true
},
{
"__id": 21,
"__destroy": true
}
]
},
"SubPortfolios": {
"results": [
{
"__id": 10,
"__destroy": true
}
]
}
}