Finish the given Contract
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
id
integer
required
The id of the contract
dropoff_at
string
required
fuel
float
required
Fuel level, expressed as a percentage of how full the car's fuel tank is
purchase_order
string
Purchase order number for the contract
repair_order
string
Repair order number for the contract
odometer
object
required
odometerobject
service_vehicle_id
string
api-version
integer
required
Target API version
``204 No Content
``401 Unauthorized
``403 Forbidden
``404 Not found
``415 Unsupported Media Type
``422 Unprocessable Content
Updated3 months ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://api.dealerware.com/admin/contracts/{id}/finish
``
xxxxxxxxxx
curl --request PUT \
--url https://api.dealerware.com/admin/contracts/id/finish \
--header 'accept: application/json' \
--header 'content-type: application/json' ``
application/json
401403404415``422
Updated3 months ago