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

Version 1 Current »

Overview


This structure contains a resource's RDC rate if it is overridden from the default (set by the resource's cost center)

Format


PwsResourceRdcException
  • PwsResourceRdcException

Elements


Element

Data Type

Description

Sample Data

CurrencyIdentity

PwsCurrencyRef

The resource direct cost currency


HourlyRate

Double

The resource direct cost hourly rate

50

Usage Example(s)


Example 01
                           <b:RdcException>
                              <b:CurrencyIdentity>
                                 <b:CurrencyCode>USD</b:CurrencyCode>
                                 <b:CurrencyId i:nil="true"/>
                                 <b:CurrencyUid>1152921504606851838</b:CurrencyUid>
                              </b:CurrencyIdentity>
                              <b:HourlyRate>50</b:HourlyRate>
                           </b:RdcException>
  • No labels