Versions Compared

Key

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

...

This structure represents the unique key fields associated with identifying a Cultureculture. Cultures govern how numbers are displayed (currency symbol, periods, commas, etc) on invoices. For example, if an engagement's currency is Canadian dollars, you will have two options for Cultureculture: English (Canada) and French (Canada). For some currencies, there are no options for Cultureculture. Cultures can be identified by CultureName or CultureUid. When specifying a PwsCultureRef as an input to a web service, you may specify one or both the CultureName and/or CultureUid. However, if you do specify both, they must both refer to the same Culture culture or the Culture culture reference will not be considered valid. When a PwsCultureRef is returned in the response to a web service, both the CultureName and CultureUid will be populated, and guaranteed to refer to a single Cultureculture.

Format


Panel
titlePwsCultureRef
  • PwsCultureRef
    • CultureId: Int32
    • CultureName: String
    • CultureUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

CultureId

Int32

The Culture

On Insert: No

On Update: No

 

The culture Id is a unique identifier for a

Culture

culture. For internal use only.

 

CultureName

String

On Insert: Yes

The Culture Name

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

 

The culture name is a unique identifier for a

Culture.

culture

en-US 

CultureUid

Int64

On Insert: No

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

 

The

Culture

culture Uid is a unique and immutable identifier for a

Culture.

culture

1152921504606851419 


Usage Example(s)


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