Skip to main content
Skip table of contents

CRM SV Contract Cost

URL

Verbs

Function

Available

/CRMContractCost/<contract>

GET

Query a list of CRM Contract Costs for a CRM SV Contract

2021.2

/CRMContractCost/<contract>/<effectiveDate>

GET

Query a single CRM Contract Costs for a CRM SV Contract for a date

2021.2

 

Supported modifiers

Query String

Definition

Sample
modifiedSinceReturn CRM Contract Costs modified since a nominated date and timemodifiedSince=2013-02-28T16:45:00

Security Linked Menu

Menu Item
Located
Contract MaintenanceCRM / Contracts

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<CRMContractCosts collection='true' count='1'>
    <CRMContractCost>
        <Edition>3</Edition>
        <OidString>7381.1</OidString>
        <EntryUser>SUPER</EntryUser>
        <EntryTimeStamp>2021-03-14T20:49:42</EntryTimeStamp>
        <ModifiedTimeStamp>2021-03-14T20:58:48</ModifiedTimeStamp>
        <ModifiedUser>SUPER</ModifiedUser>
        <Reference>Default Contract</Reference>
        <Notes/>
        <CostingBy>Month</CostingBy>
        <EffectiveDate>2021-03-01</EffectiveDate>
        <Summary>
            <Weekly>
                <CostCRMProduct>9.46</CostCRMProduct>
                <CostEmployer>33.46</CostEmployer>
                <CostOutSourced>0.00</CostOutSourced>
                <CostPayroll>5.63</CostPayroll>
                <CostRevenueCost>34.61</CostRevenueCost>
                <CostRevenue>266.21</CostRevenue>
                <HoursPayroll>0.46</HoursPayroll>
            </Weekly>
            <Monthly>
                <CostCRMProduct>41.01</CostCRMProduct>
                <CostEmployer>145.00</CostEmployer>
                <CostOutSourced>0.00</CostOutSourced>
                <CostPayroll>24.40</CostPayroll>
                <CostRevenueCost>149.97</CostRevenueCost>
                <CostRevenue>1153.58</CostRevenue>
                <HoursPayroll>2.00</HoursPayroll>
            </Monthly>
            <Annual>
                <CostCRMProduct>492.12</CostCRMProduct>
                <CostEmployer>1740.00</CostEmployer>
                <CostOutSourced>0.00</CostOutSourced>
                <CostPayroll>292.80</CostPayroll>
                <CostRevenue>13842.97</CostRevenue>
                <CostRevenueCost>1799.64</CostRevenueCost>
                <HoursPayroll>24.00</HoursPayroll>
            </Annual>
            <CostEmployer>145.00</CostEmployer>
            <CostOther>41.01</CostOther>
            <CostOutSourced>0.00</CostOutSourced>
            <CostPayroll>24.40</CostPayroll>
            <CostRevenue>1153.58</CostRevenue>
            <CostRevenueCost>149.97</CostRevenueCost>
        </Summary>
        <PayrollCosts collection='true' count='1'>
            <PayrollCost>
                <Edition>2</Edition>
                <OidString>7380.1</OidString>
                <EntryUser>SUPER</EntryUser>
                <EntryTimeStamp>2021-03-14T20:51:36</EntryTimeStamp>
                <ModifiedTimeStamp>2021-03-14T20:58:48</ModifiedTimeStamp>
                <ModifiedUser>SUPER</ModifiedUser>
                <TransType>202LL</TransType>
                <Quantity>2.0000</Quantity>
                <UnitPrice>12.2000</UnitPrice>
                <Total>24.40</Total>
                <StandardText>Some notes</StandardText>
            </PayrollCost>
        </PayrollCosts>
        <EmployerCosts collection='true' count='1'>
            <EmployerCost>
                <Edition>1</Edition>
                <OidString>7379.1</OidString>
                <EntryUser>SUPER</EntryUser>
                <EntryTimeStamp>2021-03-14T20:51:36</EntryTimeStamp>
                <ModifiedTimeStamp>2021-03-14T20:51:36</ModifiedTimeStamp>
                <ModifiedUser>SUPER</ModifiedUser>
                <TransType>FELA</TransType>
                <Quantity>0.0000</Quantity>
                <UnitPrice>0.0000</UnitPrice>
                <Total>145.00</Total>
                <StandardText>My narration</StandardText>
            </EmployerCost>
        </EmployerCosts>
        <RevenueCosts collection='true' count='1'>
            <RevenueCost>
                <Edition>1</Edition>
                <OidString>7643.1</OidString>
                <EntryUser>SUPER</EntryUser>
                <EntryTimeStamp>2021-03-14T20:58:48</EntryTimeStamp>
                <ModifiedTimeStamp>2021-03-14T20:58:48</ModifiedTimeStamp>
                <ModifiedUser>SUPER</ModifiedUser>
                <CRMProduct>1004</CRMProduct>
                <PercentCost>13.0000</PercentCost>
                <Revenue>1153.58</Revenue>
                <Total>149.97</Total>
                <StandardText>Some notes</StandardText>
            </RevenueCost>
        </RevenueCosts>
        <OtherCosts collection='true' count='1'>
            <OtherCost>
                <Edition>2</Edition>
                <OidString>5532.90</OidString>
                <EntryUser>SUPER</EntryUser>
                <EntryTimeStamp>2021-03-14T20:51:36</EntryTimeStamp>
                <ModifiedTimeStamp>2021-03-14T20:58:48</ModifiedTimeStamp>
                <ModifiedUser>SUPER</ModifiedUser>
                <CRMProduct>1003</CRMProduct>
                <Quantity>3.0000</Quantity>
                <UnitPrice>13.6700</UnitPrice>
                <DiscountPercentage>0.00</DiscountPercentage>
                <Discount>0.00</Discount>
                <Total>41.01</Total>
                <Supplier>2001</Supplier>
                <StandardText>And some notes</StandardText>
            </OtherCost>
        </OtherCosts>
    </CRMContractCost>
</CRMContractCosts>
JavaScript errors detected

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

If this problem persists, please contact our support.