Skip to main content
Skip table of contents

JC Estimate

URL

Verbs

Function

Available

JCEstimate/<job>

GET

Query a list of JC Estimates for a given job

 
JCEstimate/<job>POSTCreate a new estimate for a given Job2021.1

JCEstimate/<job>/<name>

GET

Query an estimate by its name for a given job

 
JCEstimate/<job>/<name>POSTUpdate an existing estimate for a given Job2021.1

Security Linked Menu

Menu Item
Located
Job MaintenanceData 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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.