Objective:
- How do I create an unbilled hard cost expense using Clio's API?
- Is it possible to create an unbilled hard cost using API?
Environment:
- Clio's API v4
Additional Information:
Please enable the hard cost feature in your Clio settings first using the steps found here
Procedure:
Yes, in this case you'll want to use the Activity endpoint and create a POST request for this, more information can be found here: https://app.clio.com/api/v4/documentation#operation/Activity#create
In the POST request you'll want to make sure the following two are included in the body to ensure that it is an unbilled Hard Cost Entry:billed
= falsetype
= HardCostEntry