add hours to a billing record through api
I thought that it would be fairly straight forward
hour/hourID?billingRecordID=billRecordID&method=PUT
This doesn’t throw any error at all but neither does it actually add the hour into that billing record.
I tried the updates method and again, it doesn’t error out but it doesn’t also add the hour into the billing record.
hour/hourID?updates={"billingRecordID":"billRecordID"}&method=PUT
Anybody able to successfully add hours to billing record via api?