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 (15)
    • CultureUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

CultureId

Int32

No

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


CultureName

String (15)

The Culture Name One of CultureName or CultureUid is required

The culture name is a unique identifier for a Cultureculture.

en-US

CultureUid

Int64The Culture Uid is a

See CultureName

A unique and immutable identifier for a Cultureculture.

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>