Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure represents the unique key fields associated with identifying a rate card or an RDC card. Rate Cards define frequently employed rate structures (hourly or daily billing rate per title) used to bill clients. RDC cards define hourly or daily resource direct costs associated with resources. Rate Cards can be identified by RateCardType and RateCardName, or RateCardUid. When specifying a PwsRateCardRef as an input to a web service, you may specify one or both the of RateCardType/RateCardName and /or RateCardUid. However, if you do specify both, they must both refer to the same rate card or the rate card reference will not be considered valid. When a PwsRateCardRef is returned in the response to a web service, both the RateCardType/RateCardName and RateCardUid will be populated, and guaranteed to refer to a single rate card.

...

Element

Data Type

Required?

Default

Description

Sample Data

RateCardId

Int32

On Insert: No

On Update: No

The rate card Id is a unique identifier for a rate card. For internal use only.

13843

RateCardName

String (50)

On Insert: Yes

On Update: Yes (if RateCardUid is not supplied)One of RateCardName or RateCardUid is required

The rate card name is a unique identifier for a rate card.

USA Rate Card

RateCardType

String (1)

On Insert: Yes

On Update: NoIf a RateCardName or RateCardUid is indicated this field is required

The rate card type:

"C" for cost (RDC)

"R" for rate

C
R

RateCardUid

Int64

On Insert: No

On Update: Yes (if RateCardName is not supplied)

The rate card Uid is a See RateCardName

A unique and immutable identifier for a rate card.

1152921504606860819


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <b:StandardRateCardIdentity>
<StandardRateCardIdentity>                         <RateCardId>13843</RateCardId><b:RateCardId i:nil="true"/>
                        <RateCardName>USA<b:RateCardName>USA Rate Card</b:RateCardName>
                        <RateCardType>R<<b:RateCardType>R</b:RateCardType>
                        <RateCardUid>1152921504606860819<<b:RateCardUid>1152921504606860819</b:RateCardUid>
                     </b:StandardRateCardIdentity>