Sure, it's the same, just in reverse and using a POST/PUT (depending on whether you're creating or updating): {
"hours": [
"123",
"456",
"789",
...
]
} where each of the entries in the array are the IDs of the hour object that you want associated to the billing record.