
The Beta release of our documentation is available at:
http://developer.mavenlink.com/beta/
Estimates represent potential projects, allowing you to plan out estimated budget, resources, and other related variables through associated estimate scenarios
GET /api/v1/estimates.json
GET /api/v1/estimates/:id.json
POST /api/v1/estimates.json
name
- (required) the name of the estimatecurrency
- (required) the currency code to use for the estimateworkspace_group_id
- (optional) the id of a workspace group to associate with the estimate as its clientThis will delete the estimate, its scenarios, resources, and allocations
DELETE /api/v1/estimates/:id.json
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Mavenlink error message explaining why the object could not be deleted.