put https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()
This request unlinks a customer from a loan.
Click here to learn more about this request
Loans and customers are "linked" when they become associated with each other. This request removes the relationship between a customer profile and loan account:
- This request is sent through the
Loans
endpoint. Thus, theCustomers
object is included in the payload. - Both loans and customers can exist without being associated to each other.
For an example of how linking works within the UI, read our Link a Customer to a Loan article.
Database
For information regarding loans and customers database tables, see the following articles:
- Database – Loan Table (loan_entity)
- Database – Loan Setup (loan_setup_entity)
- Database – Loan Status Entity (loan_status_entity)
- Database – Customer Main Table (customer_entity)
{
"Customers": {
"results": [
{
"__id": 916,
"__destroy": true
}
]
}
}