| 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 ID

- **daily_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**  
  number

- **purchase_order**  
  string

- **repair_order**  
  string

- **scheduled_pickup_at**  
  date-time  
  required

- **scheduled_dropoff_at**  
  date-time  
  required

- **service_vehicle_id**  
  string  
  only allows numbers and lowercase letters

- **service_advisor_id**  
  number

- **vehicle_id**  
  number | null

- **api-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
```shell
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
