revenue
POST {{api_url}}/api/v1/companies/:id/revenue
Creates a revenue entry against the given company :id
for the product.
Note: revenue_type
needs to be one of these strings
mrr
, arr
, nonrr
Request Body
[{"name"=>"revenue_type", "value"=>"", "datatype"=>"null"}, {"name"=>"revenue_value", "value"=>"", "datatype"=>"null"}, {"name"=>"start_date", "value"=>"", "datatype"=>"null"}]