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

Overview


Format

PwsProjectRoleRateException
  • 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)

Example 01
  							  <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>
  • No labels