CostRateCreationInformation class

Contains the properties that can be set when creating an (EnterpriseResourceCostRate)[EnterpriseResourceCostRate.md].

Syntax

CSOM

class CostRateCreationInformation 

JSOM

PS.CostRateCreationInformation

REST Interface

Supported.

PS.CostRateCreationInformation

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EnterpriseResources('{resourceId}')/CostRateTables('{CostRateTableName}')/CostRates/Add

POST Example (not all fields may be required)

body = {
	'parameters': {
		'CostPerUse':'value', 
		'EffectiveDate':'value', 
		'OvertimeRate':'value', 
		'StandardRate':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
CostPerUse ✓ʷ ✓ʷ ✓ʷ Double A one-time cost incurred when a resource is used.
EffectiveDate ✓ʷ ✓ʷ ✓ʷ DateTime The date and time when this resource rate becomes effective.
OvertimeRate ✓ʷ ✓ʷ ✓ʷ Double The resource's hourly rate of pay for overtime.
StandardRate ✓ʷ ✓ʷ ✓ʷ Double The resource's hourly rate of pay for regular, non-overtime work.

See Also

EnterpriseResourceCostRate
EnterpriseResourceCostRateCollection