I'm just wondering if there is a way to add a Recorded Time in Communication Phone Call using the API?
Clio API V4 Communication how to add Time Entry VIA API?
169 views Asked by Lee At
2
There are 2 answers
1
On
Okay I just found it in the documentation Activity Endpoint.
https://app.clio.com/api/v4/documentation#operation/Activity#create
Sounds like you managed to answer your own question, but for anyone dealing with the same or similar issue, I thought I would throw in my two cents.
This is really a two step operation:
After you create the communication, you can get the ID back for the record you just made. Using that, you create a new Activity record, and as part of the payload, you include the ID in the following.