Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

This structure contains element PwsProjectRateTypeDetail which contains the complete set of project rate type information. The structure is used both to retrieve detailed project rate type information and to pass information about a project rate type back to the server to get updated.

Format

PwsProjectRateTypeElement

Elements

Element

Data Type

Description

Sample Data

ProjectRateTypeDetail

PwsProjectRateTypeDetail

The complete set of project rate type information. Click here for more detail.


Usage Example(s)


Example 01
                    <b:PwsProjectRateTypeElement>
                        <b:ProjectRateTypeDetail>
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRateTypeId i:nil="true"/>
                           <b:ProjectRateTypeUid>1152921504606922399</b:ProjectRateTypeUid>
                           <b:ProjectRateTypeName>Regular</b:ProjectRateTypeName>
                           <b:BillingAdjustedDiscountPercent i:nil="true"/>
                           <b:BillingAdjustedHourlyRate>110</b:BillingAdjustedHourlyRate>
                           <b:ContractDiscountPercent i:nil="true"/>
                           <b:ContractHourlyRate>100</b:ContractHourlyRate>
                           <b:SortOrder>1</b:SortOrder>
                           <b:StandardRateTypeIdentity>
                              <b:StandardRateTypeCode>Reg</b:StandardRateTypeCode>
                              <b:StandardRateTypeId i:nil="true"/>
                              <b:StandardRateTypeName>Regular</b:StandardRateTypeName>
                              <b:StandardRateTypeUid>1152921504606847191</b:StandardRateTypeUid>
                           </b:StandardRateTypeIdentity>
                        </b:ProjectRateTypeDetail>
                     </b:PwsProjectRateTypeElement>                   




  • No labels