Versions Compared

Key

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

...

Panel
titlePwsProjectRoleRateException
  • PwsProjectRoleRateException
    • BeginDate: DateTime
    • BillingAdjustedHourlyRate: Double
    • ContractHourlyRate: Double
    • EndDate: DateTime

Element

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:PwsProjectRoleRateException>
                                 <b:BeginDate>2018-02-01T00:00:00Z</b:BeginDate>
                                 <b:BillingAdjustedHourlyRate>120</b:BillingAdjustedHourlyRate>
                                 <b:ContractHourlyRate>100</b:ContractHourlyRate>
                                 <b:EndDate>2018-02-28T00:00:00Z</b:EndDate>
                              </b:PwsProjectRoleRateException>