| Operation | HTTP Request | Description |
|---|---|---|
| delete |
DELETE /v3/rentals/{rentalId}/options/{optionId} |
Remove option from rental |
| get |
GET /v3/rentals/{rentalId}/options/{optionId} |
Get rental option |
| put |
PUT /v3/rentals/{rentalId}/options/{optionId} |
Change rental option quantity |
| get |
GET /v3/rentals/{rentalId}/options |
List rental options |
| post |
POST /v3/rentals/{rentalId}/options |
Add an option to a rental |