patch https://api.elliemae.com/partner/v2/v2/transactions/
Only lenders can update a transaction.
Log in to see full request history
Responses
204No Content
401Unauthorized
403Forbidden
Only lenders can update a transaction.
204No Content
401Unauthorized
403Forbidden
xxxxxxxxxx
curl --request PATCH \
--url https://api.elliemae.com/partner/v2/v2/transactions/id \
--header 'content-type: application/json' \
--data '
{
"status": "canceled"
}
'
Try It!
to start a request and see the response here!