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 5 Next »

Overview


Format

PwsProjectRoleRdcException
  • PwsProjectRoleRdcException
    • BeginDate: DateTime
    • EndDate: DateTime
    • HourlyRate: Double
    • RdcCurrencyIdentity: PwsCurrencyRef

Element

Element

Data Type

Required?

Default

Description

Sample Data

BeginDate

DateTime

 

 

 

 

BillingAdjustedHourlyRate

Double

 

 

 

 

ContractHourlyRate

Double

 

 

 

 

EndDate

DateTime

 

 

 

 

Usage Example(s)

Example 01
							   <b:PwsProjectRoleRdcException>
                                 <b:BeginDate>2018-02-01T00:00:00Z</b:BeginDate>
                                 <b:EndDate>2018-02-28T00:00:00Z</b:EndDate>
                                 <b:HourlyRate>60</b:HourlyRate>
                                 <b:RdcCurrencyIdentity>
                                    <b:CurrencyCode>USD</b:CurrencyCode>
                                    <b:CurrencyId i:nil="true"/>
                                    <b:CurrencyUid>1152921504606849879</b:CurrencyUid>
                                 </b:RdcCurrencyIdentity>
                              </b:PwsProjectRoleRdcException>
  • No labels