Versions Compared

Key

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

...

Panel
titlePwsCultureRef
  • PwsCultureRef
    • CultureId: Int32
    • CultureName: String (15)
    • CultureUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

CultureId

Int32

On Insert: No

On Update:

No

 

The culture Id is a unique identifier for a culture. For internal use only.

 


CultureName

String

On Insert: Yes

On Update: Yes (if the CultureUid is not supplied)

 

(15)

One of CultureName or CultureUid is required

The culture name is a unique identifier for a culture.

en-US
 

CultureUid

Int64

On Insert: No

On Update: Yes (if the CultureName is not supplied)

 

The culture Uid is a

See CultureName

A unique and immutable identifier for a culture.

1152921504606851419
 


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                    <BillingCultureIdentity> <b:BillingCultureIdentity>
                        <CultureId<b:CultureId i:nil="true"/>
                        <CultureName>en<b:CultureName>en-US</b:CultureName>
                        <CultureUid>1152921504606851419<<b:CultureUid>1152921504606851419</b:CultureUid>
                     </b:BillingCultureIdentity>