Assign Loans to Correspondent Trade

Use this API to assign and update loans to Correspondent Trade.

Path Params
string
required

Unique identifier of a correspondent trade. The TradeID and ID are the same.

Query Params
boolean

Whether to update the loan. When set to True, the loan is updated with Trade changes. When set to False, the loan is not updated and the assignment status is Assigned Pending or Removed Pending.

boolean

Indicates whether to force all loans to update. The options are:
true - When set to true, all loans assigned to the trade are processed and there is no payload in the request.
false - The default value. When set to false, the loans to be processed are specified in the request payload.

string

Determines whether the loan will be updated with lock data after a lock is confirmed.
Possible values are:
noSync – Does not update the loan with lock data upon lock confirmation.
syncLockToLoan – The default value. Updates the loan with the lock data upon lock confirmation.

Body Params
loan
object

Details about the loan provided by the EntityReferenceContract.

double

Total Price.

Headers
string

Bearer token

Responses

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL
Response
Choose an example:
application/json