post https://sandbox.api.tenet.com/los/offers/inquire
Submit an application for eligible offers.
Log in to see full request history
Responses
Submit an application for eligible offers.
xxxxxxxxxx
17curl --request POST \
--url https://sandbox.api.tenet.com/los/offers/inquire \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"application": {
"loanDetails": {
"financeType": "Purchase",
"loanClass": "Commercial"
},
"vehicle": {
"vehicleUse": "Used"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: