companies

POST {{api_url}}/api/v1/companies

Creates a new company in Userlot by setting appropriate attributes in the body of the request.

Please see the Custom Field setup for this entity to determine if certain attributes are required

Request Body

[{"name"=>"name", "value"=>"", "datatype"=>"null"}, {"name"=>"arr", "value"=>"", "datatype"=>"null"}, {"name"=>"mrr", "value"=>"", "datatype"=>"null"}, {"name"=>"renewal_date", "value"=>"", "datatype"=>"null"}, {"name"=>"start_date", "value"=>"", "datatype"=>"null"}, {"name"=>"external_id", "value"=>"", "datatype"=>"null"}, {"name"=>"source_external_id", "value"=>"", "datatype"=>"null"}]