Update Details for a Given Contract
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Fields
id
integer
required
the contract IDdaily_rate_override
number | null
The daily rate to charge for this contract, if different from the default rate for the vehicle. Must have the accounting and/or admin role to set this field.fleet_id
numberpurchase_order
stringrepair_order
stringscheduled_pickup_at
date-time
requiredscheduled_dropoff_at
date-time
requiredservice_vehicle_id
string
only allows numbers and lowercase lettersservice_advisor_id
numbervehicle_id
number | nullapi-version
integer
required
Target API version
Response Codes
204 No Content
401 Unauthorized
403 Forbidden
404 Not found
415 Unsupported Media Type
422 Unprocessable Content
Updated
Updated 3 months ago
Example Request
curl --request PUT \
--url https://api.dealerware.com/admin/contracts/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
Usage Instructions
Click Try It! to start a request and see the response here! Or choose an example:
Response Formats:
- application/json
Updated
Updated 3 months ago