Owners ActiveLoans

Gets a list of the owner's active loans

Parameters

Name Type Required Description
id String The Id of the Owner
contractNumber Int32 The "Contract Id" of the sales contract. This is not to be confused with the "Id" of the sales contract. In the database, this is the "ContractId" column in the "SalesContract" table.

Returns

Type:
List of LoanModel
Description:
A list of the owner's loans. If a contract Id is supplied, then a single-item list of loans will be returned with the loan from that contract. Contracts can only have one loan.
Http Method:
GET
Url:
api/Owners/{id}/ActiveLoans?contractNumber={contractNumber}