Name | Description | Additional information |
---|---|---|
estimatetypeid | EstimateType Id |
Define this parameter in the request URI. |
EstimateType Information
{ "estimatetypeid": 1, "companyid": 2, "estimatecategory": 3, "isactive": true, "utctimestamp": "2025-02-23T06:23:08.1443577+00:00", "createdby": "sample string 6", "utclastchanged": "2025-02-23T06:23:08.1443577+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-02-23T06:23:08.1443577+00:00", "createdby": "sample string 4", "utclastchanged": "2025-02-23T06:23:08.1443577+00:00", "lastchangedby": "sample string 5" } }
<setupestimatemodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <cawdoinspect>true</cawdoinspect> <companyid>2</companyid> <createdby>sample string 6</createdby> <estimatecategory>3</estimatecategory> <estimateform>9</estimateform> <estimatename> <createdby>sample string 4</createdby> <estimatename>sample string 2</estimatename> <estimatetypeid>1</estimatetypeid> <lastchangedby>sample string 5</lastchangedby> <utclastchanged>2025-02-23T06:23:08.1443577+00:00</utclastchanged> <utctimestamp>2025-02-23T06:23:08.1443577+00:00</utctimestamp> </estimatename> <estimatetypeid>1</estimatetypeid> <forcetocomplete>true</forcetocomplete> <forcetoschedule>true</forcetoschedule> <isactive>true</isactive> <iscallagentitem>true</iscallagentitem> <lastchangedby>sample string 7</lastchangedby> <proposalform>10</proposalform> <treecareform>14</treecareform> <utclastchanged>2025-02-23T06:23:08.1443577+00:00</utclastchanged> <utctimestamp>2025-02-23T06:23:08.1443577+00:00</utctimestamp> </setupestimatemodel>