Overview
???
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
BeginDate | DateTime | On Insert: No On Update: No | This is the date that a rate card becomes effective for a project. | 2018-07-01T00:00:00Z | |
BillingAdjustedDiscountPercent | Double | On Insert: No On Update: No | This number reflects the discount on billing adjusted revenue rate from the contract rate.Use a negative discount to raise rates. A positive discount to lower them. | 5 | |
ContractDiscountPercent | Double | On Insert: No On Update: No | This number reflects the discount on contract rate from the rate card rate. Use a negative discount to raise rates. A positive discount to lower them | 0 | |
EndDate | DateTime | On Insert: No On Update: No | This is the last date that the a rate card is applied to a project. | 2018-12-31T00:00:00Z | |
RateCardIdentity | On Insert: No On Update: No | Please click here for more information. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |