...
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 | |
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 |
...