{
"id": "<string>",
"type": "timeslot-resource-allocations",
"attributes": {
"capacity_multiplier": 123,
"order_index": 123,
"imputed_costs": 123,
"is_externally_blocked": true,
"is_required": true,
"provisioned_at": "2023-11-07T05:31:56Z",
"provisioned_by_booking_id": 123,
"visible_to_customer": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"links": {
"self": "<string>"
},
"relationships": {
"resource": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"timeslot": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
}
}Scalar reference catalog
TimeslotResourceAllocation
A secondary resource attached to a timeslot. Allocations can be provisioned immediately or held as pending capacity for dynamic-capacity slots.