Get one pricing strategy
get
/fscmRestApi/resources/11.13.18.05/pricingStrategies/{PricingStrategyId}
Request
Path Parameters
-
PricingStrategyId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : pricingStrategies-item-response
Type:
Show Source
object-
AllowCurrencyOverride: string
Title:
Allow currency overrideMaximum Length:1Default Value:NContains one of the following values: Y or N. If Y, then allow overriding the currency. If N, then don't allow overriding the currency. The default value is N. -
allowedOverrideCurrencies: array
Allowed Override Currencies
Title:
Allowed Override CurrenciesThe Allowed Override Currencies resource associates the currencies that are allowed to override the default currency of the pricing strategy. -
AllowPriceListOverride: string
Title:
Allow price list overrideMaximum Length:1Default Value:NContains one of the following values: Y or N. If Y, then allow overriding the price list. If N, then don't allow overriding the price list. The default value is N. -
associatedCeilingPriceLists: array
Associated Ceiling Price Lists
Title:
Associated Ceiling Price ListsThe Associated Ceiling Price Lists resource associates ceiling price lists with pricing strategies. -
associatedCostLists: array
Associated Cost Lists
Title:
Associated Cost ListsThe Associated Cost Lists resource associates cost lists with pricing strategies. -
associatedCurrencyConversionLists: array
Associated Currency Conversion Lists
Title:
Associated Currency Conversion ListsThe Associated Currency Conversion Lists resource associates currency conversion lists with pricing strategies. -
associatedDiscountLists: array
Associated Discount Lists
Title:
Associated Discount ListsThe Associated Discount Lists resource associates discount lists with pricing strategies. -
associatedFloorPriceLists: array
Associated Floor Price Lists
Title:
Associated Floor Price ListsThe Associated Floor Price Lists resource associates floor price lists with pricing strategies. -
associatedGSAPriceLists: array
Associated GSA Price Lists
Title:
Associated GSA Price ListsThe Associated GSA Price Lists resource associates GSA price lists with pricing strategies. -
associatedPricingGuidelines: array
Associated Pricing Guidelines
Title:
Associated Pricing GuidelinesThe Associated Pricing Guidelines resource associates pricing guidelines with pricing strategies. -
associatedReturnPriceLists: array
Associated Return Price Lists
Title:
Associated Return Price ListsReturn prices are determined based on specific pricing rules. -
associatedSegmentPriceLists: array
Associated Segment Price Lists
Title:
Associated Segment Price ListsThe Associated Segment Price Lists resource associates segment price lists with pricing strategies. -
associatedShippingChargeLists: array
Associated Shipping Charge Lists
Title:
Associated Shipping Charge ListsThe Associated Shipping Charge Lists resource associates shipping charge lists with pricing strategies. -
BusinessUnit: string
Name of the business unit.
-
BusinessUnitId: integer
(int64)
Title:
Business UnitValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
DefaultCurrency: string
Default currency of the pricing strategy.
-
DefaultCurrencyCode: string
Title:
Default CurrencyMaximum Length:30Abbreviation that identifies the default currency of the pricing strategy. -
DFF: array
DFF
-
GLConversionType: string
Type of general ledger conversion for the pricing strategy.
-
GLConversionTypeCode: string
Title:
Default GL Conversion TypeMaximum Length:30Abbreviation that identifies the general ledger conversion type for the pricing strategy. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Objective: string
Objective for the pricing strategy.
-
ObjectiveCode: string
Title:
ObjectiveMaximum Length:30Abbreviation that identifies the objective for the pricing strategy. -
PricingStrategyId: integer
(int64)
Value that uniquely identifies the pricing strategy.
-
Status: string
Status that indicates whether this pricing strategy is approved or not. Valid values include Approved or In Progress.
-
StatusCode: string
Title:
StatusMaximum Length:30Default Value:IN_PROGRESSAbbreviation that identifies the approval status of the price list. -
StrategyDescription: string
Title:
DescriptionMaximum Length:1000Description of the pricing strategy. -
StrategyEndDate: string
(date-time)
Title:
End DateDate when the pricing strategy becomes inactive. -
StrategyName: string
Title:
NameMaximum Length:80Name of the pricing strategy. -
StrategyStartDate: string
(date-time)
Title:
Start DateDate when the pricing strategy becomes active.
Nested Schema : Allowed Override Currencies
Type:
arrayTitle:
Allowed Override CurrenciesThe Allowed Override Currencies resource associates the currencies that are allowed to override the default currency of the pricing strategy.
Show Source
Nested Schema : Associated Ceiling Price Lists
Type:
arrayTitle:
Associated Ceiling Price ListsThe Associated Ceiling Price Lists resource associates ceiling price lists with pricing strategies.
Show Source
Nested Schema : Associated Cost Lists
Type:
arrayTitle:
Associated Cost ListsThe Associated Cost Lists resource associates cost lists with pricing strategies.
Show Source
Nested Schema : Associated Currency Conversion Lists
Type:
arrayTitle:
Associated Currency Conversion ListsThe Associated Currency Conversion Lists resource associates currency conversion lists with pricing strategies.
Show Source
Nested Schema : Associated Discount Lists
Type:
arrayTitle:
Associated Discount ListsThe Associated Discount Lists resource associates discount lists with pricing strategies.
Show Source
Nested Schema : Associated Floor Price Lists
Type:
arrayTitle:
Associated Floor Price ListsThe Associated Floor Price Lists resource associates floor price lists with pricing strategies.
Show Source
Nested Schema : Associated GSA Price Lists
Type:
arrayTitle:
Associated GSA Price ListsThe Associated GSA Price Lists resource associates GSA price lists with pricing strategies.
Show Source
Nested Schema : Associated Pricing Guidelines
Type:
arrayTitle:
Associated Pricing GuidelinesThe Associated Pricing Guidelines resource associates pricing guidelines with pricing strategies.
Show Source
Nested Schema : Associated Return Price Lists
Type:
arrayTitle:
Associated Return Price ListsReturn prices are determined based on specific pricing rules.
Show Source
Nested Schema : Associated Segment Price Lists
Type:
arrayTitle:
Associated Segment Price ListsThe Associated Segment Price Lists resource associates segment price lists with pricing strategies.
Show Source
Nested Schema : Associated Shipping Charge Lists
Type:
arrayTitle:
Associated Shipping Charge ListsThe Associated Shipping Charge Lists resource associates shipping charge lists with pricing strategies.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-allowedOverrideCurrencies-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Currency: string
Maximum Length:
255Currency allowed to override the default currency in the pricing strategy. -
CurrencyCode: string
Title:
CurrencyMaximum Length:30Abbreviation that identifies the currency allowed to override the default currency in the pricing strategy. -
EndDate: string
(date-time)
Title:
End DateDate when the currency allowed to override the default currency becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OverrideCurrencyId: integer
(int64)
Value that uniquely identifies the allowed override currency.
-
PricingStrategyId: integer
(int64)
Value that uniquely identifies the pricing strategy.
-
StartDate: string
(date-time)
Title:
Start DateDate when the currency allowed to override the default currency becomes active.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : pricingStrategies-associatedCeilingPriceLists-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date-time)
Title:
End DateDate when the association of the ceiling price list to the pricing strategy becomes inactive. -
AssociationPrecedence: integer
Precedence of the association of the ceiling price list to the pricing strategy.
-
AssociationStartDate: string
(date-time)
Title:
Start DateDate when the association of the ceiling price list to the pricing strategy becomes active. -
BusinessUnit: string
Read Only:
trueName of the business unit. -
BusinessUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Currency: string
Read Only:
trueCurrency that the price list uses. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the currency of the ceiling price list. -
Description: string
Read Only:
trueMaximum Length:1000Description of the ceiling price list. -
DFF: array
DFF
-
EndDate: string
(date-time)
Title:
End DateRead Only:trueDate when the ceiling price list becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriceListId: integer
(int64)
Value that uniquely identifies the ceiling price list.
-
PriceListName: string
Name of the ceiling price list.
-
priceLists: array
Price Lists
Title:
Price ListsThe Price Lists resource manages price lists of products and services. -
PricingStrategyDetailId: integer
(int64)
Value that uniquely identifies the pricing strategy detail.
-
PricingStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pricing strategy. -
StartDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the ceiling price list becomes active. -
Status: string
Read Only:
trueStatus that indicates whether this ceiling price list is approved. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30Abbreviation that identifies the approval status of the ceiling price list.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Price Lists
Type:
arrayTitle:
Price ListsThe Price Lists resource manages price lists of products and services.
Show Source
Nested Schema : pricingStrategies-associatedCeilingPriceLists-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:150Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedCeilingPriceLists-priceLists-item-response
Type:
Show Source
object-
ChangeType: string
Read Only:
trueMaximum Length:255Change type for the price lists in the approval flow. -
ChangeTypeCode: string
Maximum Length:
30Code that specifies the type of change for the price lists for the approval flow. -
EndDate: string
(date-time)
Title:
End DateDate when the price list becomes inactive. -
EntityApprovalStatus: string
Read Only:
trueMaximum Length:255Approval status of the price list when the approval flow is enabled. This will be null if the Opt-In for the feature is set to No. -
EntityApprovalStatusCode: string
Maximum Length:
30Code for the price list's approval status when the approval flow is enabled. This will be null if the Opt-In feature is set to No. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriceListId: integer
(int64)
Value that uniquely identifies the price list.
-
PriceListName: string
Title:
NameMaximum Length:80Name of the price list. -
StartDate: string
(date-time)
Title:
Start DateDate when the price list becomes active.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedCostLists-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date-time)
Title:
End DateDate when the association of the cost list to the pricing strategy becomes inactive. -
AssociationPrecedence: integer
(int64)
Title:
PrecedencePrecedence of the association of the cost list to the pricing strategy. -
AssociationStartDate: string
(date-time)
Title:
Start DateDate when the association of the cost list to the pricing strategy becomes active. -
BusinessUnit: string
Read Only:
trueMaximum Length:255Name of the business unit. -
BusinessUnitId: integer
(int64)
Title:
Business UnitRead Only:trueValue that uniquely identifies the business unit. -
CostListId: integer
(int64)
Value that uniquely identifies the cost list.
-
CostListName: string
Maximum Length:
255Name of the cost list. -
costLists: array
Cost Lists
Title:
Cost ListsA collection of costs for items. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Currency: string
Read Only:
trueMaximum Length:255Currency that the cost list uses. -
CurrencyCode: string
Title:
CurrencyRead Only:trueMaximum Length:15Abbreviation that identifies the currency of the cost list. -
Description: string
Title:
DescriptionRead Only:trueMaximum Length:1000Description of the cost list. -
DFF: array
DFF
-
EndDate: string
(date-time)
Title:
End DateRead Only:trueDate when the cost list becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Value that uniquely identifies the pricing strategy detail.
-
PricingStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pricing strategy. -
StartDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the cost list becomes active. -
Status: string
Read Only:
trueMaximum Length:255Status that indicates whether this cost list is approved. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30Abbreviation that identifies the approval status of the cost list.
Nested Schema : Cost Lists
Type:
arrayTitle:
Cost ListsA collection of costs for items.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedCostLists-costLists-item-response
Type:
Show Source
object-
BusinessUnit: string
Maximum Length:
255Name of the business unit. -
BusinessUnitId: integer
(int64)
Title:
Business UnitValue that uniquely identifies the business unit. -
ChargeDefinition: string
Maximum Length:
255Name of the pricing charge definition. -
ChargeDefinitionCode: string
Maximum Length:
255Abbreviation that identifies the pricing charge definition of the cost list. -
ChargeDefinitionId: integer
(int64)
Value that uniquely identifies the pricing charge definition.
-
CostElement: string
Maximum Length:
255Name of the cost element. -
CostElementCode: string
Maximum Length:
30Abbreviation that identifies the cost element for the cost list. -
CostListDescription: string
Title:
DescriptionMaximum Length:1000Description of the cost list. -
CostListId: integer
(int64)
Value that uniquely identifies the cost list.
-
CostListName: string
Title:
NameMaximum Length:80Name of the cost list. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the record was created. -
Currency: string
Maximum Length:
255Currency of the cost list. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15Abbreviation that identifies the currency of the cost list. -
EndDate: string
(date-time)
Title:
End DateDate when the record becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the application most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
StartDate: string
(date-time)
Title:
Start DateDate when the record becomes effective.. -
Status: string
Maximum Length:
255Status of the cost list. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:IN_PROGRESSAbbreviation for the status of the cost list.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedCostLists-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:150Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedCurrencyConversionLists-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date-time)
Title:
End DateDate when the association of the currency conversion list to the pricing strategy becomes inactive. -
AssociationPrecedence: integer
(int64)
Title:
PrecedencePrecedence of the association of the currency conversion list to the pricing strategy. -
AssociationStartDate: string
(date-time)
Title:
Start DateDate when the association of the currency conversion list to the pricing strategy becomes active. -
BusinessUnit: string
Read Only:
trueMaximum Length:255Name of the business unit. -
BusinessUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
currencyConversionList: array
Currency Conversion Lists
Title:
Currency Conversion ListsHeader for the currency conversion list. -
CurrencyConversionListId: integer
(int64)
Value that uniquely identifies the currency conversion list.
-
CurrencyConversionListName: string
Maximum Length:
255Name of the currency conversion list. -
Description: string
Read Only:
trueMaximum Length:1000Description of the currency conversion list. -
DFF: array
DFF
-
EndDate: string
(date-time)
Title:
End DateRead Only:trueDate when the currency conversion list becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Value that uniquely identifies the pricing strategy detail.
-
PricingStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pricing strategy. -
StartDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the currency conversion list becomes active. -
Status: string
Read Only:
trueMaximum Length:255Status that indicates whether this currency conversion list is approved. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30Abbreviation that identifies the approval status of the currency conversion list.
Nested Schema : Currency Conversion Lists
Type:
arrayTitle:
Currency Conversion ListsHeader for the currency conversion list.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedCurrencyConversionLists-currencyConversionList-item-response
Type:
Show Source
object-
BusinessUnit: string
Maximum Length:
255Name of the business unit. -
BusinessUnitId: integer
(int64)
Title:
Business UnitValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
CurrencyConversionDescription: string
Title:
DescriptionMaximum Length:1000Description of the currency conversion list. -
CurrencyConversionName: string
Title:
NameMaximum Length:80Name of the currency conversion list. -
CurrencyConvListId: integer
(int64)
Value that uniquely identifies the currency conversion list.
-
EndDate: string
(date-time)
Title:
End DateDate when the currency conversion list expires. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
StartDate: string
(date-time)
Title:
Start DateDate when the currency conversion list goes into effect. -
Status: string
Maximum Length:
255Abbreviation that indicates the status of the currency conversion list. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:IN_PROGRESSAbbreviation that indicates the status of the currency conversion list.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedCurrencyConversionLists-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:150Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedDiscountLists-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date-time)
Title:
End DateDate when the association of the discount list to the pricing strategy becomes inactive. -
AssociationPrecedence: integer
Precedence of the association of the discount list to the pricing strategy.
-
AssociationStartDate: string
(date-time)
Title:
Start DateDate when the association of the discount list to the pricing strategy becomes active. -
BusinessUnit: string
Read Only:
trueName of the business unit. -
BusinessUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Currency: string
Read Only:
trueCurrency that the price list uses. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the currency of the discount list. -
Description: string
Read Only:
trueMaximum Length:1000Description of the discount list. -
DFF: array
DFF
-
DiscountListId: integer
(int64)
Value that uniquely identifies the discount list.
-
DiscountListName: string
Name of the discount list.
-
discountLists: array
Discount Lists
Title:
Discount ListsThe Discount Lists resource manages discount lists of products and services. -
EndDate: string
(date-time)
Read Only:
trueDate when the discount list becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Value that uniquely identifies the pricing strategy detail.
-
PricingStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pricing strategy. -
StartDate: string
(date-time)
Read Only:
trueDate when the discount list becomes active. -
Status: string
Read Only:
trueStatus that indicates whether this discount list is approved. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30Abbreviation that identifies the approval status of the discount list.
Nested Schema : Discount Lists
Type:
arrayTitle:
Discount ListsThe Discount Lists resource manages discount lists of products and services.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedDiscountLists-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:150Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedDiscountLists-discountLists-item-response
Type:
Show Source
object-
DiscountListId: integer
(int64)
Value that uniquely identifies the discount list.
-
DiscountListName: string
Maximum Length:
80Name of the discount list. -
EndDate: string
(date-time)
Date when the price list becomes inactive.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
StartDate: string
(date-time)
Date when the price list becomes active.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedFloorPriceLists-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date-time)
Title:
End DateDate when the association of the floor price list to the pricing strategy becomes inactive. -
AssociationPrecedence: integer
Precedence of the association of the floor price list to the pricing strategy.
-
AssociationStartDate: string
(date-time)
Title:
Start DateDate when the association of the floor price list to the pricing strategy becomes active. -
BusinessUnit: string
Read Only:
trueName of the business unit. -
BusinessUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Currency: string
Read Only:
trueCurrency that the price list uses. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the currency of the floor price list. -
Description: string
Read Only:
trueMaximum Length:1000Description of the floor price list. -
EndDate: string
(date-time)
Title:
End DateRead Only:trueDate when the floor price list becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriceListId: integer
(int64)
Value that uniquely identifies the floor price list.
-
PriceListName: string
Name of the floor price list.
-
PricingStrategyDetailId: integer
(int64)
Value that uniquely identifies the pricing strategy detail.
-
PricingStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pricing strategy. -
StartDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the floor price list becomes active. -
Status: string
Read Only:
trueStatus that indicates whether this floor price list is approved. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30Abbreviation that identifies the approval status of the floor price list.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedGSAPriceLists-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date-time)
Title:
End DateDate when the association of the GSA price list to the pricing strategy becomes inactive. -
AssociationPrecedence: integer
Precedence of the association of the GSA price list to the pricing strategy.
-
AssociationStartDate: string
(date-time)
Title:
Start DateDate when the association of the GSA price list to the pricing strategy becomes active. -
BusinessUnit: string
Read Only:
trueName of the business unit. -
BusinessUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Currency: string
Read Only:
trueCurrency that the price list uses. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the currency of the GSA price list. -
Description: string
Read Only:
trueMaximum Length:1000Description of the GSA price list. -
EndDate: string
(date-time)
Title:
End DateRead Only:trueDate when the GSA price list becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriceListId: integer
(int64)
Value that uniquely identifies the GSA price list.
-
PriceListName: string
Name of the GSA price list.
-
PricingStrategyDetailId: integer
(int64)
Value that uniquely identifies the pricing strategy detail.
-
PricingStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pricing strategy. -
StartDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the GSA price list becomes active. -
Status: string
Read Only:
trueStatus that indicates whether this GSA price list is approved. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30Abbreviation that identifies the approval status of the GSA price list.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedPricingGuidelines-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date-time)
Title:
End DateDate when the association of the pricing guideline to the pricing strategy becomes inactive. -
AssociationPrecedence: integer
(int64)
Title:
PrecedencePrecedence of the association of the pricing guideline to the pricing strategy. -
AssociationStartDate: string
(date-time)
Title:
Start DateDate when the association of the pricing guideline to the pricing strategy becomes active. -
BusinessUnit: string
Read Only:
trueMaximum Length:255Name of the business unit. -
BusinessUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Description: string
Read Only:
trueMaximum Length:1000Description of the pricing guideline. -
DFF: array
DFF
-
EndDate: string
(date-time)
Title:
End DateRead Only:trueDate when the pricing guideline becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingGuidelineId: integer
(int64)
Value that uniquely identifies the pricing guideline.
-
PricingGuidelineName: string
Maximum Length:
255Name of the pricing guideline. -
PricingStrategyDetailId: integer
(int64)
Value that uniquely identifies the pricing strategy detail.
-
PricingStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pricing strategy. -
StartDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the pricing guideline becomes active. -
Status: string
Read Only:
trueMaximum Length:255Status that indicates whether this pricing guideline is approved. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30Abbreviation that identifies the approval status of the pricing guideline.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedPricingGuidelines-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:150Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedReturnPriceLists-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date-time)
Title:
End DateDate when the association of the return price list to the pricing strategy becomes inactive. -
AssociationPrecedence: integer
Precedence of the association of the return price list to the pricing strategy.
-
AssociationStartDate: string
(date-time)
Title:
Start DateDate when the association of the return price list to the pricing strategy becomes active. -
BusinessUnit: string
Read Only:
trueName of the business unit. -
BusinessUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Currency: string
Read Only:
trueCurrency that the price list uses. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the currency of the return price list. -
Description: string
Read Only:
trueMaximum Length:1000Description of the return price list. -
EndDate: string
(date-time)
Title:
End DateRead Only:trueDate when the return price list becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriceListId: integer
(int64)
Value that uniquely identifies the return price list.
-
PriceListName: string
Name of the return price list.
-
PricingStrategyDetailId: integer
(int64)
Value that uniquely identifies the pricing strategy detail.
-
PricingStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pricing strategy. -
StartDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the return price list becomes active. -
Status: string
Read Only:
trueStatus that indicates whether this return price list is approved. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30Abbreviation that identifies the approval status of the return price list.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedSegmentPriceLists-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date-time)
Title:
End DateDate when the association of the price list to the pricing strategy becomes inactive. -
AssociationPrecedence: integer
Precedence of the association of the price list to the pricing strategy.
-
AssociationStartDate: string
(date-time)
Title:
Start DateDate when the association of the price list to the pricing strategy becomes active. -
BusinessUnit: string
Read Only:
trueName of the business unit. -
BusinessUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Currency: string
Read Only:
trueCurrency that the price list uses. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the currency of the price list. -
Description: string
Read Only:
trueMaximum Length:1000Description of the price list. -
DFF: array
DFF
-
EndDate: string
(date-time)
Title:
End DateRead Only:trueDate when the price list becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriceListId: integer
(int64)
Value that uniquely identifies the price list.
-
PriceListName: string
Name of the price list.
-
priceLists: array
Price Lists
Title:
Price ListsThe Price Lists resource manages price lists of products and services. -
PricingStrategyDetailId: integer
(int64)
Value that uniquely identifies the pricing strategy detail.
-
PricingStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pricing strategy. -
StartDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the price list becomes active. -
Status: string
Read Only:
trueStatus that indicates whether this price list is approved. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30Abbreviation that identifies the approval status of the price list.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Price Lists
Type:
arrayTitle:
Price ListsThe Price Lists resource manages price lists of products and services.
Show Source
Nested Schema : pricingStrategies-associatedSegmentPriceLists-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:150Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedSegmentPriceLists-priceLists-item-response
Type:
Show Source
object-
ChangeType: string
Read Only:
trueMaximum Length:255Change type for the price lists in the approval flow. -
ChangeTypeCode: string
Maximum Length:
30Code that specifies the type of change for the price lists for the approval flow. -
EndDate: string
(date-time)
Title:
End DateDate when the price list becomes inactive. -
EntityApprovalStatus: string
Read Only:
trueMaximum Length:255Approval status of the price list when the approval flow is enabled. This will be null if the Opt-In for the feature is set to No. -
EntityApprovalStatusCode: string
Maximum Length:
30Code for the price list's approval status when the approval flow is enabled. This will be null if the Opt-In feature is set to No. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriceListId: integer
(int64)
Value that uniquely identifies the price list.
-
PriceListName: string
Title:
NameMaximum Length:80Name of the price list. -
StartDate: string
(date-time)
Title:
Start DateDate when the price list becomes active.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedShippingChargeLists-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date-time)
Title:
End DateDate when the association of the shipping charge list to the pricing strategy becomes inactive. -
AssociationPrecedence: integer
(int64)
Title:
PrecedencePrecedence of the association of the shipping charge list to the pricing strategy. -
AssociationStartDate: string
(date-time)
Title:
Start DateDate when the association of the shipping charge list to the pricing strategy becomes active. -
BusinessUnit: string
Read Only:
trueMaximum Length:255Name of the business unit. -
BusinessUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Currency: string
Read Only:
trueMaximum Length:255Currency that the price list uses. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the currency of the shipping charge list. -
Description: string
Read Only:
trueMaximum Length:1000Description of the shipping charge list. -
DFF: array
DFF
-
EndDate: string
(date-time)
Read Only:
trueDate when the shipping charge list becomes inactive. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Value that uniquely identifies the shipping charge list.
-
PricingStrategyId: integer
(int64)
Read Only:
trueName of the shipping charge list. -
ShippingChargeListId: integer
(int64)
Value that uniquely identifies the pricing strategy detail.
-
ShippingChargeListName: string
Maximum Length:
255Value that uniquely identifies the pricing strategy. -
StartDate: string
(date-time)
Read Only:
trueDate when the shipping charge list becomes active. -
Status: string
Read Only:
trueMaximum Length:255Status that indicates whether this shipping charge list is approved. -
StatusCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the approval status of the shipping charge list.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-associatedShippingChargeLists-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:150Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyDetailId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pricingStrategies-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:150Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingStrategyId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- DFF
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
- PricingStrategyId:
- allowedOverrideCurrencies
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
The Allowed Override Currencies resource associates the currencies that are allowed to override the default currency of the pricing strategy. - PricingStrategyId:
- associatedCeilingPriceLists
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
The Associated Ceiling Price Lists resource associates ceiling price lists with pricing strategies. - PricingStrategyId:
- associatedCostLists
-
Operation: /fscmRestApi/resources/11.13.18.05/pricingStrategies/{PricingStrategyId}/child/associatedCostListsParameters:
- PricingStrategyId:
$request.path.PricingStrategyId
The Associated Cost Lists resource associates cost lists with pricing strategies. - PricingStrategyId:
- associatedCurrencyConversionLists
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
The Associated Currency Conversion Lists resource associates currency conversion lists with pricing strategies. - PricingStrategyId:
- associatedDiscountLists
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
The Associated Discount Lists resource associates discount lists with pricing strategies. - PricingStrategyId:
- associatedFloorPriceLists
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
The Associated Floor Price Lists resource associates floor price lists with pricing strategies. - PricingStrategyId:
- associatedGSAPriceLists
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
The Associated GSA Price Lists resource associates GSA price lists with pricing strategies. - PricingStrategyId:
- associatedPricingGuidelines
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
The Associated Pricing Guidelines resource associates pricing guidelines with pricing strategies. - PricingStrategyId:
- associatedReturnPriceLists
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
Return prices are determined based on specific pricing rules. - PricingStrategyId:
- associatedSegmentPriceLists
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
The Associated Segment Price Lists resource associates segment price lists with pricing strategies. - PricingStrategyId:
- associatedShippingChargeLists
-
Parameters:
- PricingStrategyId:
$request.path.PricingStrategyId
The Associated Shipping Charge Lists resource associates shipping charge lists with pricing strategies. - PricingStrategyId: