...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
CurrencyCode | String (4)On Insert: | Yes (if One of CurrencyCode or CurrencyUid is not supplied) On Update: Yes (if CurrencyUid is not supplied) required | The currency code is a unique identifier for a currency | USD | |
CurrencyId | Int32On Insert: No | On Update: No | A unique identifier for a currency. For internal use only. | ||
CurrencyUid | Int64 | On Insert: Yes (if CurrencyCode is not supplied) On Update: Yes (if CurrencyCode is not supplied) See CurrencyCode | A unique and immutable identifier for a currency | 1152921504606851838 |
...