Create a subscription price adjustment variable
post
/crmRestApi/resources/11.13.18.05/subscriptionPriceAdjustmentVariables
Request
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.
-
Upsert-Mode: string
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Default Value:trueIndicates whether the subscription price adjustment variable is active or not. -
ObjectVersionNumber: integer
(int32)
The object version number of the subscription price adjustment variable.
-
priceAdjustmentVariableValues: array
Subscription Price Adjustment Variable Values
Title:
Subscription Price Adjustment Variable ValuesThe price adjustment variable values resource stores values for subscription price adjustment variables. -
smartActions: array
Smart Actions
Title:
Smart ActionsThis VO stores the endpoint and security details for every user action. -
VariableDescription: string
Title:
DescriptionMaximum Length:240Description -
VariableId: integer
(int64)
The unique identifier of the subscription price adjustment variable.
-
VariableName(required): string
Title:
NameMaximum Length:100The name of the subscription price adjustment variable. -
VariableNumber: string
Title:
IdentifierMaximum Length:120The number of the subscription price adjustment variable.
Nested Schema : Subscription Price Adjustment Variable Values
Type:
arrayTitle:
Subscription Price Adjustment Variable ValuesThe price adjustment variable values resource stores values for subscription price adjustment variables.
Show Source
Nested Schema : Smart Actions
Type:
arrayTitle:
Smart ActionsThis VO stores the endpoint and security details for every user action.
Show Source
Nested Schema : schema
Type:
Show Source
object-
EndDate: string
(date)
Title:
End DateThe end date of the price adjustment variable value. -
ObjectVersionNumber: integer
(int32)
The object version number of the price adjustment variable value.
-
StartDate: string
(date)
Title:
Start DateThe start date of the price adjustment variable value. -
VariableId: integer
(int64)
The identifier of the related subscription price adjustment variable.
-
VariableValue: number
Title:
ValueThe value of the price adjustment variable. -
VariableValueId: integer
(int64)
The unique identifier of the price adjustment variable value.
-
VariableValuePuid: string
Title:
IdentifierMaximum Length:120The public unique identifier of the price adjustment variable value.
Nested Schema : subscriptionPriceAdjustmentVariables-smartActions-item-post-request
Type:
Show Source
object-
ActionContextParameters: string
Title:
Action Context ParametersMaximum Length:1000Determines the context when a smart action is applicable. -
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ActionSource: string
Title:
Action SourceMaximum Length:512Attribute that describes the source of a smart action. Smart actions can be manually created or cloned, or automatically generated. -
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Boolean value indicating if the action is active or inactive. -
ApplicationRoles: string
Title:
Application RolesMaximum Length:2000The application roles associated with the smart action. -
Condition: string
Title:
Filter ConditionMaximum Length:1000Groovy script used to qualify this action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000A message to seek confirmation for the action being performed. -
ContentType: string
Title:
Content TypeMaximum Length:50The content type to use when invoking the REST endpoint. -
ContextualFlag: boolean
Title:
ContextualMaximum Length:1Indicates if the smart action is contextual. -
DataPrivilege: string
Title:
Data Security PrivilegeMaximum Length:250JSON string containing the Privilege name, the object name, and the object key. -
DisplayLabel(required): string
Title:
Action NameMaximum Length:256Consumer-friendly action name. -
Entity: string
Title:
Parent EntityMaximum Length:150REST Resources the action belongs to. -
Href: string
Title:
REST EndpointMaximum Length:1024The REST endpoint to perform the action. -
IncludedIn: string
Title:
Included InMaximum Length:150The view object this action is part of. Could contain more than one comma-separated value. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512List of applications that this action can be used in. -
InternalFlag: boolean
Title:
RestrictedMaximum Length:1Boolean type indicating if this action is internal. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Boolean type indicating if this action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15HTTP method to use with HREF. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function associated with the smart action. -
PageType: string
Title:
Page TypeMaximum Length:256The list of pages that this action can be used in. -
SmartSuggestFlag: boolean
Title:
Smart SuggestMaximum Length:1Indicates if smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Boolean type indicating if the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512Attributes to be updated when the Actions UI is launched. -
UserActionId: integer
(int64)
Title:
User Action IDUniquely identifies the action. For internal use. -
UserActionName(required): string
Title:
Action NameMaximum Length:256Uniquely identifies the action with a name. For internal use. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityNumber to indicate priority of the action. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsIf an LOV required for constructing a request payload needs to post data, the payload metadata is stored here. -
UserActionURLBinding: array
Smart Action User Interface Definitions
Title:
Smart Action User Interface DefinitionsBinding metadata for a variable in the URL. -
UserPrivilege: string
Title:
User Security PrivilegeMaximum Length:4000The user security privilege.
Nested Schema : Smart Action REST Payload Definitions
Type:
arrayTitle:
Smart Action REST Payload DefinitionsIf an LOV required for constructing a request payload needs to post data, the payload metadata is stored here.
Show Source
Nested Schema : Smart Action User Interface Definitions
Type:
arrayTitle:
Smart Action User Interface DefinitionsBinding metadata for a variable in the URL.
Show Source
Nested Schema : schema
Type:
Show Source
object-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64Indicates the binding type of the value. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Boolean value indicating if the payload is mandatory. -
RequestPayloadId: integer
(int64)
Uniquely identifies the payload for smart actions. For internal use.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The key in the Key Value pair that forms the payload. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseBoolean value. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value in the Key Value pair that forms the payload. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20If the value in the Key Value pair isn't a single value, this would be set.
Nested Schema : subscriptionPriceAdjustmentVariables-smartActions-UserActionURLBinding-item-post-request
Type:
Show Source
object-
Binding: string
Title:
URL Binding TypeMaximum Length:64This is a hint for processing the Url Binding runtime. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseBoolean indicator. -
URLBindingId: integer
(int64)
Uniquely identifies the URL Bind for smart actions. For internal use.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256For action REST endpoints that require runtime binding, this is the key in the key value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000For action REST endpoints that require runtime binding, this is the value in the key value pair.
Response
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 : subscriptionPriceAdjustmentVariables-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Default Value:trueIndicates whether the subscription price adjustment variable is active or not. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the subscription price adjustment variable. -
CreationDate: string
(date-time)
Read Only:
trueThe creation date of the subscription price adjustment variable. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe last update date of the subscription price adjustment variable. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the subscription price adjustment variable. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login of the user who last updated the subscription price adjustment variable. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
The object version number of the subscription price adjustment variable.
-
priceAdjustmentVariableValues: array
Subscription Price Adjustment Variable Values
Title:
Subscription Price Adjustment Variable ValuesThe price adjustment variable values resource stores values for subscription price adjustment variables. -
smartActions: array
Smart Actions
Title:
Smart ActionsThis VO stores the endpoint and security details for every user action. -
VariableDescription: string
Title:
DescriptionMaximum Length:240Description -
VariableId: integer
(int64)
The unique identifier of the subscription price adjustment variable.
-
VariableName: string
Title:
NameMaximum Length:100The name of the subscription price adjustment variable. -
VariableNumber: string
Title:
IdentifierMaximum Length:120The number of the subscription price adjustment variable.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Subscription Price Adjustment Variable Values
Type:
arrayTitle:
Subscription Price Adjustment Variable ValuesThe price adjustment variable values resource stores values for subscription price adjustment variables.
Show Source
Nested Schema : Smart Actions
Type:
arrayTitle:
Smart ActionsThis VO stores the endpoint and security details for every user action.
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 : subscriptionPriceAdjustmentVariables-priceAdjustmentVariableValues-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the price adjustment variable value. -
CreationDate: string
(date-time)
Read Only:
trueThe creation date of the price adjustment variable value. -
EndDate: string
(date)
Title:
End DateThe end date of the price adjustment variable value. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe last update date of the price adjustment variable value. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the price adjustment variable value. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login of the user who last updated the price adjustment variable value. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
The object version number of the price adjustment variable value.
-
StartDate: string
(date)
Title:
Start DateThe start date of the price adjustment variable value. -
VariableId: integer
(int64)
The identifier of the related subscription price adjustment variable.
-
VariableValue: number
Title:
ValueThe value of the price adjustment variable. -
VariableValueId: integer
(int64)
The unique identifier of the price adjustment variable value.
-
VariableValuePuid: string
Title:
IdentifierMaximum Length:120The public unique identifier of the price adjustment variable value.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : subscriptionPriceAdjustmentVariables-smartActions-item-response
Type:
Show Source
object-
ActionContextParameters: string
Title:
Action Context ParametersMaximum Length:1000Determines the context when a smart action is applicable. -
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ActionSource: string
Title:
Action SourceMaximum Length:512Attribute that describes the source of a smart action. Smart actions can be manually created or cloned, or automatically generated. -
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Boolean value indicating if the action is active or inactive. -
ApplicationRoles: string
Title:
Application RolesMaximum Length:2000The application roles associated with the smart action. -
Condition: string
Title:
Filter ConditionMaximum Length:1000Groovy script used to qualify this action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000A message to seek confirmation for the action being performed. -
ContentType: string
Title:
Content TypeMaximum Length:50The content type to use when invoking the REST endpoint. -
ContextualFlag: boolean
Title:
ContextualMaximum Length:1Indicates if the smart action is contextual. -
DataPrivilege: string
Title:
Data Security PrivilegeMaximum Length:250JSON string containing the Privilege name, the object name, and the object key. -
DisplayLabel: string
Title:
Action NameMaximum Length:256Consumer-friendly action name. -
Entity: string
Title:
Parent EntityMaximum Length:150REST Resources the action belongs to. -
Href: string
Title:
REST EndpointMaximum Length:1024The REST endpoint to perform the action. -
IncludedIn: string
Title:
Included InMaximum Length:150The view object this action is part of. Could contain more than one comma-separated value. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512List of applications that this action can be used in. -
InternalFlag: boolean
Title:
RestrictedMaximum Length:1Boolean type indicating if this action is internal. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Boolean type indicating if this action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15HTTP method to use with HREF. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function associated with the smart action. -
PageType: string
Title:
Page TypeMaximum Length:256The list of pages that this action can be used in. -
SmartSuggestFlag: boolean
Title:
Smart SuggestMaximum Length:1Indicates if smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Boolean type indicating if the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512Attributes to be updated when the Actions UI is launched. -
UserActionId: integer
(int64)
Title:
User Action IDUniquely identifies the action. For internal use. -
UserActionName: string
Title:
Action NameMaximum Length:256Uniquely identifies the action with a name. For internal use. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityNumber to indicate priority of the action. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsIf an LOV required for constructing a request payload needs to post data, the payload metadata is stored here. -
UserActionURLBinding: array
Smart Action User Interface Definitions
Title:
Smart Action User Interface DefinitionsBinding metadata for a variable in the URL. -
UserPrivilege: string
Title:
User Security PrivilegeMaximum Length:4000The user security privilege.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Smart Action REST Payload Definitions
Type:
arrayTitle:
Smart Action REST Payload DefinitionsIf an LOV required for constructing a request payload needs to post data, the payload metadata is stored here.
Show Source
Nested Schema : Smart Action User Interface Definitions
Type:
arrayTitle:
Smart Action User Interface DefinitionsBinding metadata for a variable in the URL.
Show Source
Nested Schema : subscriptionPriceAdjustmentVariables-smartActions-UserActionRequestPayload-item-response
Type:
Show Source
object-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64Indicates the binding type of the value. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Boolean value indicating if the payload is mandatory. -
RequestPayloadId: integer
(int64)
Uniquely identifies the payload for smart actions. For internal use.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The key in the Key Value pair that forms the payload. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseBoolean value. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value in the Key Value pair that forms the payload. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20If the value in the Key Value pair isn't a single value, this would be set.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : subscriptionPriceAdjustmentVariables-smartActions-UserActionURLBinding-item-response
Type:
Show Source
object-
Binding: string
Title:
URL Binding TypeMaximum Length:64This is a hint for processing the Url Binding runtime. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseBoolean indicator. -
URLBindingId: integer
(int64)
Uniquely identifies the URL Bind for smart actions. For internal use.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256For action REST endpoints that require runtime binding, this is the key in the key value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000For action REST endpoints that require runtime binding, this is the value in the key value pair.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- priceAdjustmentVariableValues
-
Parameters:
- VariableNumber:
$request.path.VariableNumber
The price adjustment variable values resource stores values for subscription price adjustment variables. - VariableNumber:
- smartActions
-
Parameters:
- VariableNumber:
$request.path.VariableNumber
This VO stores the endpoint and security details for every user action. - VariableNumber: