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

JC Plant Charge

URL

Verbs

Function

Available

/JCPlantCharge

GET

Query a list of JC Plant Charges

2017.3.0
/JCPlantCharge POST Add a new JC Plant Charge 2017.3.0

/JCPlantCharge<reference>

GET

Query a single JC Plant Charge by reference

2017.3.0
/JCPlantCharge<reference> POST Update an existing JC Plant Charge 2017.3.0

Security Linked Menu

Menu Item
Located
Plant Charge Entry Data Entry / Job Cost

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<JCPlantCharge>
<OidString>9914.2</OidString>
<Edition>3</Edition>
<Reference>5602</Reference>
<EntryTimeStamp>2013-06-05T11:48:11</EntryTimeStamp>
<EntryUser>SUPER</EntryUser>
<ModifiedTimeStamp>2013-06-05T11:48:48</ModifiedTimeStamp>
<ModifiedUser>SUPER</ModifiedUser>
<Branch>03</Branch>
<PostingDate>2011-05-10</PostingDate>
<DocumentDate>2011-05-10</DocumentDate>
<StandardText/>
<BatchNumber>561</BatchNumber>
<LineItems collection='true' count='1'>
<JCCostLineItem>
<OidString>3330.464</OidString>
<Edition>2</Edition>
<ActivityCode>MAINT</ActivityCode>
<WorkCentre>SERV</WorkCentre>
<Job>5007</Job>
<Plant>5008</Plant>
<Quantity>1.0000</Quantity>
<StandardText>Server maintenance</StandardText>
<TimeLineDate>2011-05-10</TimeLineDate>
<FCAmount>80.00</FCAmount>
<UnitPrice>80.0000</UnitPrice>
<StandardRetailRate>80.0000</StandardRetailRate>
<SellingAmount>80.00</SellingAmount>
<SellingQty>1.0000</SellingQty>
<SellingRate>80.0000</SellingRate>
<StandardRetailAmount>80.00</StandardRetailAmount>
<CostAmount>80.00</CostAmount>
<CostRate>80.0000</CostRate>
<TaxCode>GST Free</TaxCode>
<TaxType>Exclusive</TaxType>
</JCCostLineItem>
</LineItems>
</JCPlantCharge>