Versions Compared

Key

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

...

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

Element

...

titlePwsProjectRoleRdcException

...

Element

Data Type

Required?

Default

Description

Sample Data

BeginDate

DateTime

 

 

 

 

BillingAdjustedHourlyRate

Double

 

 

 

 

ContractHourlyRate

Double

 

 

 

 

EndDate

DateTime

 

 

 

 

Usage Example(s)

Code Block
languagexml
titleExample 01
collapsetrue
							   <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>