1

We have a script were we can mark time records in Active Collab as paid through the API. But it seems that this no longer works. We get "$billable_status is not valid param value” when we try to send billable_status = 3 to PUT /projects/$projectId/time-records/$recordId. This used to work, but since one of the latest updates it seems "broken".

Anyone know of a new way we can mark records as paid through the API?

I've contacted support@activecollab.com, but they redirect me over here.

Jonas
  • 11
  • 1
  • 1
  • It's a bug. We'll probably figure out what's causing the problem, but please send us payload that you are sending, just in case. Thanks and sorry for the interruption. – Ilija Mar 28 '20 at 10:35
  • @Ilija literately just billable status, to PUT https://app.activecollab.com/$accountId/api/v1/projects/$projectId/time-records/$recordId {"billable_status":3} – Jonas Mar 28 '20 at 20:28
  • @Ilija can this be resolved quickly as we use this for our monthly invoicing, and that will happen tomorrow. – Tijs Mar 30 '20 at 06:13
  • Fix has been deployed today. – Ilija Mar 30 '20 at 19:13
  • 1
    This works again, thank you! – Jonas Mar 31 '20 at 06:49

0 Answers0