Overview
This data structure is included in the response for PwsSaveProject and PwsSaveProjectRole. It includes information on the time cards from the project or project role that could be revalued.
Format
PwsRevalueReport
- PwsRevalueReport
- InvoiceCardCount: Int32
- NoRevalueAdjustedRevenueEffect: Double
- NoRevalueCardCount: Int32
- NoRevalueContractRevenueEffect: Double
- RevalueAdjustedRevenueEffect: Double
- RevalueCardCount: Int32
- RevalueContractRevenueEffect: Double
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
InvoiceCardCount | Int32 | Number of time cards that are on invoices already but otherwise would have needed revalue. | 0 |
NoRevalueAdjustedRevenueEffect | Double | The total billing adjusted revenue effect that would have been had the time cards been revalue-able. | 0 |
NoRevalueCardCount | Int32 | Number of time cards that cannot be revalued because of lack of permissions. | 0 |
NoRevalueContractRevenueEffect | Double | The total contract revenue effect that would have been had the time cards been revalue-able. | 0 |
RevalueAdjustedRevenueEffect | Double | The total billing adjusted revenue effect of revaluing time cards. | 6.62 |
RevalueCardCount | Int32 | Number of revalue-able time cards. | 1 |
RevalueContractRevenueEffect | Double | The total contract revenue effect of revaluing time cards. | 7.35 |