Versions Compared

Key

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

...

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)


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

USA Rate Card

RateCardType

String (1)

On Insert: Yes

On Update: No


The rate card type:

"C" for cost

"R" for rate

C
R

RateCardUid

Int64

On Insert: No

On Update: Yes (if RateCardName is not supplied)


The rate card Uid is a unique and immutable identifier for a rate card

1152921504606860819


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <StandardRateCardIdentity><b: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>