When to use it: You have received, in the connector, a lending request and the status in the lending provider has changed. Then you must notify Toqio about the new status. A lending request is the original object, while the loan is an operation "on the go", where the lender has already sent an offer.
webhookType: SYNC_LENDING_REQUEST_STATUS
model:
{
"lendingRequestId": "string",
"status": "CREATED | SUBMITTED | APPROVED | REJECTED | MORE_INFORMATION_REQUIRED | CANCELLED | EXPIRED"
}
example:
{
"lendingRequestId": "60d7f7a3f163b41f94f89c24",
"status": "SUBMITTED"
}