YieldRules
Get a YieldRule
Retrieves a single YieldRule.
get/shop/yield-rules/{yieldRule}
Path parameters
yieldRulestring uuid required
The ID of the yield rule.
Response
The yield rule was successfully retrieved
Example response
{
"data": {
"time_from": "12:00",
"time_to": "21:00",
"triggers": {
"practitioner_utilisation": {
"from": 70,
"to": 90
},
"room_occupancy": {
"from": 70,
"to": 90
}
},
"adjustment": {
"value": 15
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.