Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This structure contains element PwsProjectRoleDetail which contains the complete set of project role information. The structure is used both to retrieve detailed project role information and to pass information about a project role back to the server to get updatedan instance of PwsProjectRateTypeDetail which completely defines a project rate type. Currently, this structure has no other contents, but may in the future include additional related information about the project rate type that is not a direct attribute of the rate type itself, or additional non-editable attributes of the rate type.

Format

Panel
titlePwsProjectRateTypeElement

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectRateTypeDetail

PwsProjectRateTypeDetail

 

 

 

 

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


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                    <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>                   
Code Block
languagexml
titleExample 02
collapsetrue
                     <b:PwsProjectRateTypeElement>
                        <b:ProjectRateTypeDetail>
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRateTypeId i:nil="true"/>
                           <b:ProjectRateTypeUid>1152921504606922400</b:ProjectRateTypeUid>
                           <b:ProjectRateTypeName>Not Chargeable</b:ProjectRateTypeName>
                           <b:BillingAdjustedDiscountPercent i:nil="true"/>
                           <b:BillingAdjustedHourlyRate>0</b:BillingAdjustedHourlyRate>
                           <b:ContractDiscountPercent i:nil="true"/>
                           <b:ContractHourlyRate>0</b:ContractHourlyRate>
                           <b:SortOrder>2</b:SortOrder>
                           <b:StandardRateTypeIdentity>
                              <b:StandardRateTypeCode>NC</b:StandardRateTypeCode>
                              <b:StandardRateTypeId i:nil="true"/>
                              <b:StandardRateTypeName>Not Chargeable</b:StandardRateTypeName>
                              <b:StandardRateTypeUid>1152921504606847193</b:StandardRateTypeUid>
                           </b:StandardRateTypeIdentity>
                        </b:ProjectRateTypeDetail>
                     </b:PwsProjectRateTypeElement>