Versions Compared

Key

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

...

Panel
titlePwsCurrencyRef
  • PwsCurrencyRef
    • CurrencyCode: String (4)
    • CurrencyId: Int32
    • CurrencyUid: Int64


Elements


Element

Data Type

Required?

Default

 

Description

Sample Data

CurrencyCode

String (4)

On Insert: Yes (if CurrencyUid is not supplied)

On Update: Yes (if CurrencyUid is not supplied)

One of CurrencyCode or CurrencyUid is required

The currency code is a unique identifier for a currency.

USD

 

CurrencyId

Int32

On Insert:

 

The currency Id is a

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) 

 

 The currency Uid is a

See CurrencyCode

A unique and immutable identifier for a currency.

1152921504606851838

 


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <CurrencyIdentity><b:CurrencyIdentity>
                        <CurrencyCode>USD<<b:CurrencyCode>USD</b:CurrencyCode>
                        <CurrencyId<b:CurrencyId i:nil="true"/>
                        <CurrencyUid>1152921504606851838<<b:CurrencyUid>1152921504606851838</b:CurrencyUid>
                     </b:CurrencyIdentity>