# Estimate Operations related to estimate, including create, get, etc
## Get Estimate List - [GET /Estimate](https://developer.dealpos.com/openapi/openapi/estimate/getestimatelist.md): >Also available as HTTP POST (endpoint: /api/v3/Estimate/p) Get list of estimate order Required Group Role: "Orders" - "VIEW" ## Update Estimate - [PUT /Estimate](https://developer.dealpos.com/openapi/openapi/estimate/putestimate.md): Update an Estimate based on order You must have "EDIT" role in "Estimate" Module OR "EDIT" role in "Global" Module ## Create an Estimate - [POST /Estimate](https://developer.dealpos.com/openapi/openapi/estimate/postestimate.md): Create an estimate based on order You must have "CREATE" role in "Estimate" Module OR "EDIT" role in "Global" Module ## Delete Estimate - [DELETE /Estimate](https://developer.dealpos.com/openapi/openapi/estimate/deleteestimate.md): Delete an estimate invoice You must have "Delete" role in "Estimate" Module ## Get Estimate Detail - [GET /Estimate/Detail](https://developer.dealpos.com/openapi/openapi/estimate/getestimatedetail.md): >Also available as HTTP POST with the same endpoint Get an estimate detail Required Group Role: "Orders" - "VIEW" ## List Estimate With Total Count - [GET /Estimate/WithTotalCount](https://developer.dealpos.com/openapi/openapi/estimate/getestimatewithtotalcount.md): >Also available as HTTP POST with the same endpoint Get list of estimate order with total count Required Group Role: "Orders" - "VIEW" ## Convert To Sales Order - [PUT /Estimate/ConvertToSalesOrder](https://developer.dealpos.com/openapi/openapi/estimate/put-estimate-converttosalesorder.md): Convert Estimate to Sales Order ## Convert To Invoice - [PUT /Estimate/ConvertToInvoice](https://developer.dealpos.com/openapi/openapi/estimate/put-estimate-converttoinvoice.md): Convert Estimate to Invoice