This relates to Active Collab's API.
When updating an invoice (using PUT
method) I see how I can update the project_id
value, and this is working.
However, I would like to be able to associate an invoice with a project. I see that is done via the related_project_ids
field. How do I update this field using the API?