| 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

api-version

integer

required

Target API version

# ``200      Success

object

daily_rate

number

warranty_days

number

tax_percentage

number

authorization_number

string

``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}/warranty

```

xxxxxxxxxx

curl --request GET \

--url https://api.dealerware.com/admin/contracts/id/warranty \

--header 'accept: application/json'
```

```

xxxxxxxxxx

{

"daily_rate": 100.25,

"warranty_days": 4,

"tax_percentage": 0.08,

"authorization_number": "ABC123"

}
```
