Home / API Documentation

Get EstimateType Info By EstimateType Id

Method: GET api/v1/Setup/GetEstimateByEstimateTypeId?estimatetypeid={estimatetypeid}

Response Format:

application/json

Required Parameters Description Additional information
estimatetypeid
EstimateType Id

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        {
  "estimatetypeid": 1,
  "companyid": 2,
  "estimatecategory": 3,
  "isactive": true,
  "utctimestamp": "2025-04-20T03:23:10.3875574+00:00",
  "createdby": "sample string 6",
  "utclastchanged": "2025-04-20T03:23:10.3875574+00:00",
  "lastchangedby": "sample string 7",
  "cawdoinspect": true,
  "estimateform": 9,
  "proposalform": 10,
  "iscallagentitem": true,
  "forcetoschedule": true,
  "forcetocomplete": true,
  "treecareform": 14,
  "estimatename": {
    "estimatetypeid": 1,
    "estimatename": "sample string 2",
    "utctimestamp": "2025-04-20T03:23:10.3875574+00:00",
    "createdby": "sample string 4",
    "utclastchanged": "2025-04-20T03:23:10.3875574+00:00",
    "lastchangedby": "sample string 5"
  }
};