Get the rental agreement PDF for a reservation
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
| Name | Type | Description |
|---|---|---|
| id | integer | reservation_id used to scope rental agreement |
| api-version | integer | Target API version |
| accept | string | Defaults to application/json |
Allowed Values
application/jsonapplication/pdf
Responses
200 Rental agreement PDF
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not found
Base URL
https://api.dealerware.com/admin/contracts/{id}/rental_agreements
Example Request
curl --request GET \
--url https://api.dealerware.com/admin/contracts/id/rental_agreements \
--header 'accept: application/json'
Note
Updated 3 months ago