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

Overview

???

Format

PwsProjectRate
  • PwsProjectRate
    • BeginDate: DateTime
    • BillingAdjustedDiscountPercent: Double
    • ContractDiscountPercent: Double
    • EndDate: DateTime
    • RateCardIdentity: PwsRateCardRef

Elements

Element

Data Type

Required?

Default

Description

Sample Data

BeginDate

DateTime





BillingAdjustedDiscountPercent

Double





ContractDiscountPercent

Double





EndDate

DateTime





RateCardIdentity

PwsRateCardRef





Usage Example(s)


Example 01
   					  <b:PwsProjectRate>
                           <b:BeginDate>2018-07-01T00:00:00Z</b:BeginDate>
                           <b:BillingAdjustedDiscountPercent>5</b:BillingAdjustedDiscountPercent>
                           <b:ContractDiscountPercent>0</b:ContractDiscountPercent>
                           <b:EndDate i:nil="true"/>
                           <b:RateCardIdentity>
                              <b:RateCardId i:nil="true"/>
                              <b:RateCardName>Corporate Standard Rates (USD)</b:RateCardName>
                              <b:RateCardType>R</b:RateCardType>
                              <b:RateCardUid>1152921504606854730</b:RateCardUid>
                           </b:RateCardIdentity>
                        </b:PwsProjectRate>               
  • No labels