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 Cardrate card. Rate Cards define frequently employed rate structures (hourly or daily billing rate per title) used to bill clients. Rate Cards can be identified by RateCardName or RateCardUid. When specifying a PwsRateCardRef as an input to a web service, you may specify one or both the RateCardName and/or RateCardUid. However, if you do specify both, they must both refer to the same Rate Card rate card or the Rate Card rate card reference will not be considered valid. When a PwsRateCardRef is returned in the response to a web service, both the RateCardName and RateCardUid will be populated, and guaranteed to refer to a single Rate Cardrate card.

Format


Panel
titlePwsRateCardRef
  • PwsRateCardRef
    • RateCardId: Int32
    • RateCardName: String (50)
    • RateCardType: String (1)
    • RateCardUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

RateCardId

Int32



The

Rate Card

rate card Id is a unique identifier for a

Rate Card

rate card. For internal use only.

13843

RateCardName

String (50)



The

Rate Card Name

rate card name is a unique identifier for a

Rate Card.

rate card

USA Rate Card

RateCardType

String (1)



The

Rate Card Type

rate card type:

"C" for cost

"R" for rate

C

RateCardUid

Int64



The

Rate Card

rate card Uid is a unique and immutable identifier for a

Rate Card.

rate card

1152921504606860819


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <StandardRateCardIdentity>
                        <RateCardId>13843</RateCardId>
                        <RateCardName>USA Rate Card</RateCardName>
                        <RateCardType>R</RateCardType>
                        <RateCardUid>1152921504606860819</RateCardUid>
                     </StandardRateCardIdentity>