A set of JSONPatch operations to be performed. Note that rental rates can only be updated here. To add a new rate, use /rental-rate-cards/ PATCH method
OK
Bad Request
Unauthorized
Forbidden
Not Found
[- {
- "op": "add",
- "path": "string",
- "value": { },
- "from": "string"
}
]
{- "id": 1,
- "rentalProductId": 1,
- "price": 0,
- "rentalRateType": "ADVANCE",
- "rentalRatePriceType": "RENTAL",
- "periodsInAdvance": "STANDARD",
- "rentalRateFrequency": "DAILY",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "showOnInvoice": true
}