POST
/
tradepayoffbalances
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
}

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Body

application/json

Trade requires payoff Balance

Response

200
application/json
Trade Payoff Balance Added

The response is of type object.