Skip to content
  • There are no suggestions because the search field is empty.

JC Estimate

URL

Verbs

Function

Available

JCEstimate/<job>

GET

Query a list of JC Estimates for a given job

 
JCEstimate/<job> POST Create a new estimate for a given Job 2021.1

JCEstimate/<job>/<name>

GET

Query an estimate by its name for a given job

 
JCEstimate/<job>/<name> POST Update an existing estimate for a given Job 2021.1

Security Linked Menu

Menu Item
Located
Job Maintenance Data Entry / Job Cost

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<JCEstimates collection="true" count="1">
<JCEstimate>
<Code>System</Code>
<Edition>3</Edition>
<Name>System</Name>
<JobCode>5000</JobCode>
<Job>5000</Job>
<CreatedDate>2007-01-08</CreatedDate>
<Duration>0</Duration>
<IsActivityBased>false</IsActivityBased>
<IsCurrent>true</IsCurrent>
<IsMasterEstimate>false</IsMasterEstimate>
<StockLines collection="true" count="2">
<StockLine>
<Cost>8548.65</Cost>
<Date>2007-01-08</Date>
<EndDate/>
<hasBeenInvoiced>false</hasBeenInvoiced>
<isDeferred>false</isDeferred>
<LineNo>2</LineNo>
<Activity>STOCK</Activity>
<StockItem>00AOPEN17MONITOR</StockItem>
<WorkCentre>ASSEM</WorkCentre>
<Narration/>
<Quantity>15.00</Quantity>
<Rate>569.9100</Rate>
<Retail>9900.00</Retail>
<UnitRetail>660.0000</UnitRetail>
</StockLine>
<StockLine>
<Cost>11500.00</Cost>
<Date>2007-01-08</Date>
<EndDate/>
<hasBeenInvoiced>false</hasBeenInvoiced>
<isDeferred>false</isDeferred>
<LineNo>3</LineNo>
<Activity>STOCK</Activity>
<StockItem>SYSNOTEAP416GHZ</StockItem>
<WorkCentre>ASSEM</WorkCentre>
<Narration/>
<Quantity>15.00</Quantity>
<Rate>766.6667</Rate>
<Retail>14603.85</Retail>
<UnitRetail>973.5900</UnitRetail>
</StockLine>
</StockLines>
<LaborLines collection="true" count="1">
<LaborLine>
<Cost>675.00</Cost>
<Date>2007-01-08</Date>
<EndDate/>
<hasBeenInvoiced>false</hasBeenInvoiced>
<isDeferred>false</isDeferred>
<LineNo>1</LineNo>
<Activity>LABASS</Activity>
<Employee>COOKC</Employee>
<WorkCentre>ASSEM</WorkCentre>
<Narration/>
<Quantity>15.00</Quantity>
<Rate>45.0000</Rate>
<Retail>825.00</Retail>
<UnitRetail>55.0000</UnitRetail>
</LaborLine>
</LaborLines>
<ActivityLines collection="true" count="0"/>
</JCEstimate>
</JCEstimates>