PriceListProductTier
IMPORTANT The SOAP API entered a limited enhancement phase in Q4 2020. Access to version 1.6 will be deactivated.
This entity is only used in Multi-currency databases. It describes whether a Product on the Price List uses the internal currency or an external currency for a Product Tier, and if it is external, lets you set the price in that currency.
Entity details
You can also retrieve this information with the Web Services API call The getEntityInfo() SOAP API call.
Entity Name: | PriceListProductTier |
Can Create: | |
Can Update: | |
Can Query: | |
Can Delete: | |
Can Have UDFs: |
Conditions and requirements
General
- If you don't have Multi-currency enabled and you try to write to the entity, you will receive an error.
Special field attributes
Field | Conditions and Requirements |
---|---|
UnitPrice | If UsesInternalCurrencyPrice equals true, then UnitPrice will return UnitPrice divided by the current Currency exchange rate; that is, the Unit Price of the MaterialCode entity with id equal to PriceListMaterialCode.AllocationCodeID, divided by the current exchange rate of the Currency with id equal to PriceListMaterialCode.CurrencyID. |
UsesInternalCurrencyPrice
|
|
ProductTierID | This field must be supplied during create(). On update(), it is read-only. |
CurrencyID | This field must be supplied during create(). On update(), it is read-only. |
Field definitions
The following table describes the standard Autotask field objects for this entity.
- To retrieve more detailed information specific to a particular Autotask implementation, use the Web Services API call The getFieldInfo() SOAP API call.
- For information on entity UDFs, use getUDFInfo().
- For String datatypes, the number in parentheses ( ) indicates the maximum number of characters allowed.
- LT indicates Local Term.
For more information about fields marked as picklists, review our Understanding picklists article.
Field Name | Label | Datatype | Read Only | Is Required | Reference Name | Picklist |
---|---|---|---|---|---|---|
id | Price List Product Tier ID | long | ||||
ProductTierID | Product Tier ID | integer | ProductTier | |||
CurrencyID | Currency ID | integer | Currency | |||
UnitPrice | Unit Price | decimal |
only when UsesInternal CurrencyPrice= false |
|||
UsesInternalCurrencyPrice | Uses Internal Currency Price | boolean |