cURL
curl --request POST \ --url https://commerce.driv.ly/api/tradepayoffbalances \ --header 'Content-Type: application/json' \ --data '{ "trade": { "customer": "<string>", "vehicle": "<string>" }, "balance": 123, "goodThroughDate": "2023-12-25", "lender": "<string>" }'
{ "data": { "trade": { "customer": "<string>", "vehicle": "<string>" }, "balance": 123, "goodThroughDate": "2023-12-25", "lender": "<string>" }, "success": true }
The number of levels of related objects to include in the response
Trade requires payoff Balance
Trade Payoff Balance Added
The response is of type object.
object