/
PwsCultureRef

PwsCultureRef

Overview


This structure represents the unique key fields associated with identifying a culture. 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 culture: English (Canada) and French (Canada). For some currencies, there are no options for culture. 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 or the 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 culture.

Format


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

Elements


Element

Data Type

Required?

Description

Sample Data

CultureId

Int32

No

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


CultureName

String (15)

One of CultureName or CultureUid is required

The culture name is a unique identifier for a culture.

en-US

CultureUid

Int64

See CultureName

A unique and immutable identifier for a culture.

1152921504606851419


Usage Example(s)


Example 01
                     <b:BillingCultureIdentity>
                        <b:CultureId i:nil="true"/>
                        <b:CultureName>en-US</b:CultureName>
                        <b:CultureUid>1152921504606851419</b:CultureUid>
                     </b:BillingCultureIdentity>

Related content

PwsCandidateInvoiceSpec
PwsCandidateInvoiceSpec
More like this
PwsCreateInvoice
PwsCreateInvoice
Read with this
PwsOpsCultureRef
PwsOpsCultureRef
More like this
PwsClientRef
PwsClientRef
Read with this
PwsCurrencyRef
PwsCurrencyRef
More like this
PwsCostCenterRef
PwsCostCenterRef
Read with this