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
- CultureId: Int32
- CultureName: String
- CultureUid: Int64
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
CultureId | Int32 | The Culture Id is a unique identifier for a Culture. For internal use only. | |
CultureName | String | The Culture Name is a unique identifier for a Culture. | en-US |
CultureUid | Int64 | The Culture Uid is a unique and immutable identifier for a Culture. | 1152921504606851419 |