Get all opportunities
/crmRestApi/resources/11.13.18.05/opportunities
Request
-
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 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- MyOpportunitiesFinder: Finds an opportunity using the Opportunity Name.
Finder Variables:- ClosePeriod; string; The close period within which the opportunities are to be searched.
- ContactPartyId; integer; The unique identifier of the contact for the opportunity.
- EffectiveBeginDate; string; The date when the opportunity becomes active.
- EffectiveEndDate; string; The date when the opportunity becomes inactive.
- LeadNumber; string; The Lead Number of the lead associated with the opportunity.
- LookupCategory; string; The status category of the opportunity status.
- Name; string; The name of the opportunity.
- OpportunityContactName; string; The name of the opportunity contact.
- OptyStatusCode; string; The status of the opportunity.
- Partner; string; The name of the opportunity partner.
- PartnerPartyId; integer; The party ID of the partner associated with the opportunity.
- Product; string; The product name of the opportunity revenue line.
- ProductGroup; string; The product group name of the opportunity revenue line.
- RecordSet; string; The search results displayed under the selected record set.
- ReferenceName; string; The name of the opportunity reference.
- ResourcePartyId; string; The party ID of the resource in the opportunity team.
- TeamMember; string; The name of the resource in the opportunity team.
- OptyNumberRowFinder: Finds an opportunity using the Opportunity Number.
Finder Variables:- OptyNumber; string; The number of the opportunity which is the unique public identifier of the opportunity.
- PrimaryKey: Finds an opportunity by the primary key opportunity ID.
Finder Variables:- OptyId; integer; The unique identifier of the opportunity.
- MyOpportunitiesFinder: Finds an opportunity using the Opportunity Name.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
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 -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AccountPartyNumber; string; The party number of the sales account that owns the opportunity.
- AssetNumber; string; The alternate key identifier of the asset associated with the opportunity.
- AssetSerialNumber; string; The asset serial number associated with the opportunity.
- BudgetedFlag; boolean; Indicates if the opportunity sales account has the budget approved for the potential purchase. If the value is true, then the sales account has the budget approved for the purchase. The default value is False.
- ClosePeriod; string; The names of the filter on which opportunities can be filtered based on effective date range.
- ConflictId; integer; The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server.
- CreationDate; string; The date and time when the record was created.
- CrmConversionRate; number; This rate is used for the conversion of the revenue amount to the CRM common currency to facilitate the computation of the revenue forecast metrics. This is the amount that one currency can be exchanged for, at a specific point of time.
- CurrencyCode; string; The currency code associated with the opportunity. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
- CustPartyType; string; The party type of the account associated to the opportunity. The possible values are Organization, Household and Contact.
- EffectiveDate; string; The date when the opportunity is expected to close.
- ForecastCategory; string; Specifies the categories used to represent the commitment level for sales forecasting such as pipeline, best case, most likely, and so on.
- IBAssetNumber; string; The asset number of the installed base asset of the opportunity.
- IBAssetSerialNumber; string; The associated installed base asset's serial number.
- KeyContactId; integer; The unique identifier of the primary contact of the opportunity.
- LastUpdateDate; string; The date when the record was last updated.
- LineOfBusinessCode; string; The line of business that owns the opportunity.
- LookupCategory; string; The status category of the opportunity status.
- Name; string; The name of the opportunity.
- OpportunityOrigin; string; The value for the origin of the opportunity.
- OptyCreationDate; string; The date when the opportunity was created.
- OptyId; integer; The unique identifier of the opportunity.
- OptyLastUpdateDate; string; The date when the record was last updated.
- OptyLastUpdatedBy; string; The user who last updated the opportunity record.
- OptyNumber; string; The unique alternate identifier for the opportunity.
- OwnerPartyNumber; string; The party number of a valid employee resource who owns and manages the opportunity.
- OwnerResourcePartyId; integer; The unique identifier of a valid employee resource who owns and manages the opportunity.
- PartyName1; string; The name of the opportunity owner.
- PartyUniqueName1; string; The unique name of the primary competitor for the opportunity.
- PredWinProb; number; The AI predicted win probability percent.
- PrimaryCampaignId; integer; The unique identifier of the primary campaign of the opportunity. It is a reference key to campaign object.
- PrimaryCampaignName; string; The name of the primary campaign of the opportunity.
- PrimaryCampaignNumber; string; The alternate identifier for primary campaign of the opportunity.
- PrimaryCompetitorId; integer; The unique identifier of the primary competitor for this opportunity.
- PrimaryCompetitorPartyNumber; string; The alternate key identifier of the opportunity's primary competitor party.
- PrimaryContactPartyName; string; The name of the opportunity's primary contact.
- PrimaryContactPartyNumber; string; The alternate key identifier of the opportunity's primary contact party.
- PrimaryPartnerCompanyNumber; string; The alternate key identifier of the opportunity's primary partner company.
- PrimaryPartnerId; integer; The unique identifier of the primary partner associated with the opportunity.
- QuotedFlag; boolean; Indicates whether a quote has been created for this Opportunity.
- ReasonWonLostCode; string; The code indicating the reason for winning or losing the opportunity. A list of valid values is defined in the lookup MOO_SETID_WIN_LOSS_REASON. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task.
- RecommendedAction; string; The AI recommended action.
- RecordSet; string; The name of the predefined opportunity search filters.
- SalesChannelCd; string; The code indicating the sales channel for the opportunity. A list of valid values is defined in the lookup ZPM_SALES_CHANNEL.
- SalesMethod; string; The name of the sales method associated with the opportunity.
- SalesMethodId; integer; The unique identifier of the sales method for this opportunity.
- SalesStageId; integer; The unique identifier for the sales stage of the opportunity.
- SetupRefCode; string; The public unique identifier for the CPQ configuration setup.
- StatusCode; string; The code indicating the status of the opportunity. A list of valid values is defined in the lookup MOO_OPTY_STATUS. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task.
- TargetPartyId; integer; The unique identifier of the sales account that owns the opportunity.
- WinProb; integer; The estimated probability of winning the opportunity.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
-
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
- application/json
Default Response
-
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.
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
arrayLinksobject-
AccountPartyNumber: string
Title:
Account NumberRead Only:trueMaximum Length:30The party number of the sales account that owns the opportunity. -
AiObjectHints: array
Object Hints
Title:
Object HintsThe object hints resource is used to view and update the AI object hints. It stores AI hint instances specific to an object along with user responses to the hints. -
Assessments: array
Assessments
Title:
AssessmentsThe assessments resource is used to view, create, update, and delete the assessment of an opportunity. -
AssetId: integer
(int64)
The unique identifier of the asset associated with the opportunity.
-
AssetNumber: string
Title:
Asset NumberMaximum Length:100The alternate key identifier of the asset associated with the opportunity. -
AssetProduct: string
Title:
AssetThe name of the asset product associated with the opportunity. -
AssetSerialNumber: string
Title:
Asset Serial NumberRead Only:trueMaximum Length:100The asset serial number associated with the opportunity. -
AssignmentMode: string
Title:
Assignment ModeMaximum Length:30Specifies the types of assignment mode options available for controlling auto assignment default behavior for opportunity record updates. -
Attachment: array
Opportunity Attachments
Title:
Opportunity AttachmentsThe attachments resource is used to view, create, update, and delete attachments of an opportunity. An attachment includes additional information about an opportunity. -
AverageDaysAtStage: integer
(int64)
Title:
DurationRead Only:trueThe average duration, in days, the opportunity remains in the current sales stage. -
BatchTag: string
Title:
Batch TagMaximum Length:30This is used for tagging opportunities for inclusion in a batch job such as batch assignment of opportunities. -
BdgtAmount: number
Title:
Budget AmountThe budget amount from the sales account. -
BdgtAmtCurcyCd: string
Title:
Budget Amount CurrencyMaximum Length:15The currency code for budget amount from the sales account. -
BudgetAvailableDate: string
(date)
Title:
Date Budget AvailableThe date when the budget will be available. -
BudgetedFlag: boolean
Title:
BudgetedMaximum Length:1Default Value:falseIndicates if the opportunity sales account has the budget approved for the potential purchase. If the value is true, then the sales account has the budget approved for the purchase. The default value is False. -
ChampionFlag: boolean
Title:
Key Internal SponsorMaximum Length:1Default Value:falseIndicates if the opportunity has an internal sponsor. If the value is true, then the opportunity has an internal sponsor. The default value is False. -
ChildRevenue: array
Revenue Items
Title:
Revenue ItemsThe revenue items resource is used to view, create, update, and delete the revenue items of an opportunity. The revenue items associated with opportunities are products, services, or other items a customer might be interested in purchasing. -
ClosePeriod: string
Title:
Close PeriodRead Only:trueThe names of the filter on which opportunities can be filtered based on effective date range. -
Comments: string
Title:
CommentsMaximum Length:2000The user-provided comments for the opportunity. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the opportunity record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the record was created. -
CrmConversionRate: number
Title:
Conversion RateThis rate is used for the conversion of the revenue amount to the CRM common currency to facilitate the computation of the revenue forecast metrics. This is the amount that one currency can be exchanged for, at a specific point of time. -
CrmCurrencyCode: string
Title:
CRM Common CurrencyRead Only:trueMaximum Length:15The CRM common currency code. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency code associated with the opportunity. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CustomerAccountId: integer
(int64)
Title:
Billing AccountThe unique identifier of the customer account associated with the opportunity. -
CustPartyType: string
Title:
Customer TypeMaximum Length:30The party type of the account associated to the opportunity. The possible values are Organization, Household and Contact. -
DealHorizonCode: string
Title:
Estimated Deal DurationMaximum Length:30The code indicating the estimated time, in days, required to close the deal. A list of valid values is defined in the lookup MOO_SETID_DEAL_HORIZION. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task. -
DecisionLevelCode: string
Title:
Decision LevelMaximum Length:30The code indicating the job level of the person who takes the final decision for the opportunity. A list of valid values is defined in the lookup MOO_SETID_DECISION_LEVEL. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task. -
DeleteFlag: boolean
Title:
DeletedRead Only:trueIndicates whether the opportunity can be deleted. The default value is true. -
Description: string
Title:
Sales ObjectiveMaximum Length:2000The description of the opportunity including the sales objective. The description is added by the Sales Representative. -
DescriptionText: string
Title:
DescriptionRead Only:trueMaximum Length:255The description of the sales objective of the opportunity. -
DownsideAmount: number
Title:
Worst CaseDefault Value:0The minimum amount of revenue for the opportunity. -
EffectiveDate: string
(date)
Title:
Close DateThe date when the opportunity is expected to close. -
EmailAddress: string
Title:
Owner EmailRead Only:trueMaximum Length:320The e-mail address of the employee resource that owns the opportunity. -
ExpectAmount: number
Title:
Expected RevenueDefault Value:0The expected revenue from the opportunity. -
ForecastCategory: string
Title:
Forecast CategoryMaximum Length:30Specifies the categories used to represent the commitment level for sales forecasting such as pipeline, best case, most likely, and so on. -
ForecastOverrideCode: string
Title:
Include in ForecastMaximum Length:30Indicates whether the summary revenue forecast should be overridden. The valid values are ALWAYS, NEVER, and CRITERIA. -
HintCode: string
Title:
Hint CodeRead Only:trueMaximum Length:10The AI hint code. -
IBAssetId: integer
(int64)
Title:
Installed Base AssetThe unique identifier of the installed base asset of the opportunity. -
IBAssetNumber: string
Title:
Installed Base Asset NumberRead Only:trueMaximum Length:80The asset number of the installed base asset of the opportunity. -
IBAssetSerialNumber: string
Title:
Installed Base Asset Serial NumberRead Only:trueMaximum Length:80The associated installed base asset's serial number. -
Interviews: array
Interviews
Title:
InterviewsThe interviews resource is used to view the list of interviews related to the opportunities. -
KeyContactId: integer
(int64)
Title:
Primary ContactThe unique identifier of the primary contact of the opportunity. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the opportunity record. -
LastUpdateLogin: string
Title:
Last Update LoginMaximum Length:32The session login associated to the user who last updated the record. -
LineOfBusinessCode: string
Title:
Line of BusinessMaximum Length:30The line of business that owns the opportunity. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LookupCategory: string
Title:
Status CategoryRead Only:trueMaximum Length:30The status category of the opportunity status. -
ManageGeneralProfileDataFlag: boolean
Title:
Manage General Profile DataRead Only:trueIndicates you can manage general opportunity information such as competitors, lead, source, contacts, references, interactions and assessments. -
ManageRestrictedProfileDataFlag: boolean
Title:
Manage Restricted Profile DataRead Only:trueIndicates you can manage restricted opportunity information such as sales method, sales stage, sales account, primary contact and partners. -
ManageRevenueDataFlag: boolean
Title:
Manage Revenue DataRead Only:trueIndicates you can manage revenue data, such as products and recurring revenue information. -
ManageTeamDataFlag: boolean
Title:
Manage Team DataRead Only:trueIndicates you can manage opportunity sales team data. -
MaximumDaysInStage: integer
(int64)
Title:
Stalled Deal LimitRead Only:trueThe maximum duration, in days, that an opportunity can be in sales stage before it is considered stalled. -
Name: string
Title:
NameMaximum Length:275The name of the opportunity. -
Note: array
Notes
Title:
NotesThe note resource is used to view, create, update, and delete notes associated with an opportunity. A note captures comments, information, or instructions related to an opportunity. -
OpportunityCampaigns: array
Opportunity Campaigns
Title:
Opportunity CampaignsThe opportunity campaigns resource is used to view, create, update, and delete campaigns associated with an opportunity. -
OpportunityCompetitor2: array
Opportunity Competitors
Title:
Opportunity CompetitorsThe opportunity competitors resource is used to view, create, update, and delete the competitors for an opportunity. -
OpportunityContact: array
Opportunity Contacts
Title:
Opportunity ContactsThe opportunity contacts resource is used to view, create, update, and delete the contacts of an opportunity. You can specify a contact's role, affinity, and influence level on an opportunity. A single contact can be marked as primary. -
OpportunityDeal: array
Opportunity Deals
Title:
Opportunity DealsThe opportunity deals resource is used to view the deals associated with an opportunity. -
OpportunityLead: array
Opportunity Leads
Title:
Opportunity LeadsThe opportunity leads resource is used to view, create, update, and delete the leads that resulted in an opportunity. -
OpportunityOrigin: string
Title:
Opportunity OriginMaximum Length:30Default Value:SALES_OPTYThe value for the origin of the opportunity. -
OpportunityResource: array
Opportunity Team Members
Title:
Opportunity Team MembersThe opportunity team members resource is used to view, create, update, and delete the team members associated with an opportunity. -
OpportunityRollup: array
Opportunity Rollups
Title:
Opportunity RollupsThe opportunity rollups resource is used to view an opportunity rollup. -
OpportunitySource1: array
Opportunity Sources
Title:
Opportunity SourcesThe opportunity sources resource is used to view, create, update, and delete the source of an opportunity. The opportunity source is the marketing or sales campaign that resulted in the opportunity. -
opportunityStageSnapshots: array
Opportunity Stage Snapshots
Title:
Opportunity Stage SnapshotsThe opportunity stage snapshots is used to view all the historical snapshots of the opportunity. -
OpportunitySubscription: array
Opportunity Subscriptions
Title:
Opportunity SubscriptionsThe opportunity subscriptions resource is used to view the aggregate of all revenue subscriptions to the opportunity level. -
OpportunityTeam: array
Opportunity Teams
Title:
Opportunity TeamsThe opportunity teams resource is used to view the team members and territory team members associated with an opportunity. -
OpportunityTypeCode: string
Title:
Opportunity TypeMaximum Length:30Display the different types of opportunity such as new, renewal, and expansion. -
OptyCreatedBy: string
Title:
Opportunity Created ByMaximum Length:64The user who created the opportunity record. -
OptyCreationDate: string
(date-time)
Title:
Opportunity Creation DateThe date when the opportunity was created. -
OptyId: integer
(int64)
Title:
Opportunity IDThe unique identifier of the opportunity. -
OptyLastUpdateDate: string
(date-time)
Title:
Opportunity Last Updated DateThe date when the record was last updated. -
OptyLastUpdatedBy: string
Title:
Opportunity Last Updated ByMaximum Length:64The user who last updated the opportunity record. -
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The unique alternate identifier for the opportunity. -
OrchestrationAssociations: array
Orchestration Associations
Title:
Orchestration AssociationsThe orchestrations associations resource is used to view, create, update, and delete an orchestration association. -
OwnerPartyNumber: string
Title:
Owner NumberRead Only:trueMaximum Length:30The party number of a valid employee resource who owns and manages the opportunity. -
OwnerResourcePartyId: integer
(int64)
Title:
OwnerThe unique identifier of a valid employee resource who owns and manages the opportunity. -
PartyName1: string
Title:
OwnerRead Only:trueMaximum Length:360The name of the opportunity owner. -
PartyUniqueName1: string
Title:
Primary CompetitorRead Only:trueMaximum Length:900The unique name of the primary competitor for the opportunity. -
PhaseCd: string
Title:
PhaseRead Only:trueMaximum Length:30Default Value:"B - Working the Deal"The current phase of the opportunity sales stage. -
PredWinProb: number
Title:
Predicted Win ProbabilityRead Only:trueThe AI predicted win probability percent. -
PrimaryCampaignId: integer
(int64)
Title:
Primary Campaign IDThe unique identifier of the primary campaign of the opportunity. It is a reference key to campaign object. -
PrimaryCampaignName: string
Title:
Primary CampaignThe name of the primary campaign of the opportunity. -
PrimaryCampaignNumber: string
Title:
Primary Campaign NumberMaximum Length:30The alternate identifier for primary campaign of the opportunity. -
PrimaryCompetitorId: integer
(int64)
Title:
Primary CompetitorThe unique identifier of the primary competitor for this opportunity. -
PrimaryCompetitorPartyNumber: string
Title:
Primary Competitor Party NumberRead Only:trueMaximum Length:30The alternate key identifier of the opportunity's primary competitor party. -
PrimaryContactEmailAddress: string
Title:
Primary Contact EmailRead Only:trueMaximum Length:320The e-mail address of the primary contact for the opportunity. You cannot use e-mail address to query opportunities. -
PrimaryContactEmailPref: string
Title:
Primary Contact Email PreferenceRead Only:trueMaximum Length:255Indicates if the primary contact has an email preference of do not email, ok to email, or no value. -
PrimaryContactFormattedPhoneNumber: string
Title:
Primary Contact PhoneRead Only:trueThe formatted phone number of the primary contact for the opportunity. -
PrimaryContactPartyName: string
Title:
Primary ContactRead Only:trueMaximum Length:360The name of the opportunity's primary contact. -
PrimaryContactPartyNumber: string
Title:
Primary Contact Party NumberRead Only:trueMaximum Length:30The alternate key identifier of the opportunity's primary contact party. -
PrimaryContactPhonePref: string
Title:
Primary Contact Phone PreferenceRead Only:trueMaximum Length:255Indicates if the primary contact has a phone preference of do not call, ok to call, or no value. -
PrimaryOrganizationId: integer
(int64)
Title:
Business Unit IDThe unique identifier of the business unit to which this opportunity belongs. -
PrimaryPartnerCompanyNumber: string
Title:
Primary Partner NumberMaximum Length:30The alternate key identifier of the opportunity's primary partner company. -
PrimaryPartnerId: integer
(int64)
Title:
Primary PartnerThe unique identifier of the primary partner associated with the opportunity. -
PrimaryPartnerOrgPartyName: string
Title:
Primary PartnerMaximum Length:360The name of the primary partner associated with the opportunity. -
PrimaryRevenueId: integer
(int64)
Title:
Summary Revenue Line IDThe unique identifier of the summary revenue line for the opportunity. The summary revenue line stores the total revenue amount of the opportunity. -
PrimarySubscriptionId: integer
(int64)
Title:
Primary Subscription IdThe unique identifier of the primary subscription of the opportunity. -
PrimarySubscriptionNumber: string
Title:
Subscription NumberRead Only:trueMaximum Length:120The alternate identifier of primary subscription of the opportunity. -
PrSrcNumber: string
Title:
Primary Source NumberMaximum Length:100The alternate key identifier of the primary marketing source or campaign that generated this opportunity. -
QuotaFactor: number
Title:
Quota FactorRead Only:trueThe quota factor of the opportunity sales stage. -
QuotedFlag: boolean
Title:
QuotedMaximum Length:1Default Value:falseIndicates whether a quote has been created for this Opportunity. -
RcmndWinProb: number
Title:
Win ProbabilityRead Only:trueDefault Value:0The recommended probability of winning the opportunity in the sales stage. -
ReasonWonLostCode: string
Title:
Win/Loss ReasonMaximum Length:30The code indicating the reason for winning or losing the opportunity. A list of valid values is defined in the lookup MOO_SETID_WIN_LOSS_REASON. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task. -
RecommendedAction: string
Title:
Recommended ActionRead Only:trueMaximum Length:180The AI recommended action. -
RecordSet: string
Read Only:
trueThe name of the predefined opportunity search filters. -
Registered: string
Title:
RegisteredMaximum Length:30Indicates whether the opportunity was registered. The valid values are Expired, Yes, and No. The default value is No. -
RegistrationStatus: string
Title:
Registration StatusMaximum Length:30The registration status of the opportunity or deal created by a partner. -
RegistrationType: string
Title:
Registration TypeMaximum Length:30The registration type used by the partner to create the opportunity or deal. -
RenewalProcess: string
Title:
Renewal ProcessMaximum Length:30The renewal process can be manual, do not renew, or automatic. -
Revenue: number
Title:
AmountDefault Value:0The estimated revenue amount from the opportunity. -
RevenuePartnerPrimary: array
Opportunity Partners
Title:
Opportunity PartnersThe opportunity partner resource is used to view, create, update, and delete the partners associated with an opportunity. An opportunity partner contributes to the selling effort of an opportunity. -
RiskLevelCode: string
Title:
Level of RiskMaximum Length:30The code indicating the risk level of the opportunity. A list of valid values is defined in the lookup MOO_SETID_RISK_LEVE. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task. -
SalesAccountUniqueName: string
Title:
Customer AccountRead Only:trueMaximum Length:900The unique name of the sales account that owns the opportunity. -
SalesChannelCd: string
Title:
Sales ChannelMaximum Length:50The code indicating the sales channel for the opportunity. A list of valid values is defined in the lookup ZPM_SALES_CHANNEL. -
SalesMethod: string
Title:
Sales MethodRead Only:trueMaximum Length:50The name of the sales method associated with the opportunity. -
SalesMethodId: integer
(int64)
Title:
Sales MethodThe unique identifier of the sales method for this opportunity. -
SalesStage: string
Title:
Sales StageRead Only:trueMaximum Length:50The current sales stage of the opportunity. -
SalesStageId: integer
(int64)
Title:
Sales StageThe unique identifier for the sales stage of the opportunity. -
Selected: boolean
This is used during mass update scenarios from UI.
-
SetupRefCode: string
Title:
Setup Reference CodeMaximum Length:80The public unique identifier for the CPQ configuration setup. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
SourceType: string
Title:
Source TypeRead Only:trueThe type of the source object such as Opportunities or Partners as defined in the object metadata. -
StageStatusCd: string
Title:
StatusRead Only:trueMaximum Length:30Default Value:"Open"The code indicating the default status for the opportunity's sales stage. -
StatusCode: string
Title:
StatusMaximum Length:30The code indicating the status of the opportunity. A list of valid values is defined in the lookup MOO_OPTY_STATUS. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task. -
StgOrder: number
Title:
OrderRead Only:trueThe order of the opportunity's sales stage in the sales method. -
StrategicLevelCode: string
Title:
Strategic ValueMaximum Length:30The code indicating the strategic value that the opportunity has for the sales account. A list of valid values is defined in the lookup MOO_SETID_STRATEGIC_VALUE. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task. -
TargetPartyId: integer
(int64)
Title:
AccountThe unique identifier of the sales account that owns the opportunity. -
TargetPartyName: string
Title:
AccountRead Only:trueMaximum Length:360The name of the sales account that owns the opportunity. -
TargetPartyPrimaryAddressCountry: string
Title:
Account CountryRead Only:trueMaximum Length:2The country of the primary account's primary address. -
UpdateFlag: boolean
Title:
UpdatedRead Only:trueIndicates whether the opportunity can be updated. The default value is true. -
UpsideAmount: number
Title:
Best CaseDefault Value:0The maximum amount of revenue for the opportunity. -
WinProb: integer
(int32)
Title:
Win ProbabilityThe estimated probability of winning the opportunity. -
winProbabilityDetails: array
Win Probability Details
Title:
Win Probability DetailsThe win probability details resource is used to view the details of the winning probability of an opportunity.
arrayObject HintsarrayAssessmentsarrayOpportunity AttachmentsarrayRevenue ItemsarrayInterviewsarrayLinksarrayNotesarrayOpportunity CampaignsarrayOpportunity CompetitorsarrayOpportunity ContactsarrayOpportunity DealsarrayOpportunity LeadsarrayOpportunity Team MembersarrayOpportunity RollupsarrayOpportunity SourcesarrayOpportunity Stage SnapshotsarrayOpportunity SubscriptionsarrayOpportunity TeamsarrayOrchestration AssociationsarrayOpportunity PartnersarraySmart ActionsarrayWin Probability Detailsobject-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
EnabledFlag: boolean
Title:
EnabledRead Only:trueMaximum Length:1Indicates whether the record is enabled or not. Y or null for enabled and N for disabled. -
EndDate: string
(date-time)
Title:
End DateThe date when the hint ends. -
Explanations: string
(byte)
The explanatory text for the reasoning behind predictions from the AI models.
-
HintCode: string
Title:
Hint CodeMaximum Length:10The unique identifier of the hint. -
HintType: string
Title:
Hint TypeRead Only:trueMaximum Length:30The record type. For example, RECOMMENDATION, WIN_PROB, etc. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocalizedDetail: string
Title:
ExplanationRead Only:trueMaximum Length:255The translated explanation and details for the hint. -
LocalizedSummary: string
Title:
ActionRead Only:trueMaximum Length:180The translated short summary of the hint. -
ObjectHintId: integer
(int64)
Title:
Object Hint IDThe unique identifier of the object hint. -
ObjectInstanceId: integer
(int64)
Title:
Object IDThe unique identifier of the object specified by OBJECT_TYPE column. -
ObjectType: string
Title:
Object TypeMaximum Length:30The object for which hint is applicable for example, OPPORTUNITY, LEAD, etc. -
ObjectUuid: string
Title:
Object Unique IDMaximum Length:50The unique identifier of the object which is an alternate key. -
PredWinProb: number
Title:
Predicted Win ProbabilityThe win probability predicted by the AI engine. -
RespResourceId: integer
(int64)
Title:
Response Resource IDThe resource ID of the user who provided feedback on the recommendation. -
StartDate: string
(date-time)
The date when the hint starts.
-
TaskId: integer
(int64)
The unique identifier of the task that was created for the recommendation.
-
TopHintFlag: boolean
Maximum Length:
1Indicates the current highest ranked recommendation to display in the UI. -
UserResponse: string
Title:
User ResponseMaximum Length:1The user's response to a recommendation.
arrayLinksobject-
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.
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
object-
AssessAnswerGroups: array
Assessment Answer Groups
Title:
Assessment Answer GroupsThe assessment answer groups resource is used to view and update the question groups in an assessment. -
AssessedLanguage: string
Title:
Assessment LanguageMaximum Length:4Default Value:USThe language of the assessment. -
AssessedObjectId: integer
(int64)
Title:
Assessed Object IDThe unique identifier of the assessed business object. -
AssessedObjTypeCode: string
Title:
Object Type CodeMaximum Length:30The code indicating the type of the assessed business object. -
AssessmentId: integer
(int64)
Title:
Assessment IDThe unique identifier of an assessment. -
AssessmentScore: integer
(int64)
Title:
ScoreDefault Value:0The calculated score of assessment. -
AssessTemplateId: integer
(int64)
Title:
Template NameThe unique identifier of the assessment template that served as the source of this assessment. -
BusinessUnit: integer
(int64)
Title:
Business UnitThe name of the business unit passed when creating an assessment, and corresponds to the business unit of the business object. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the assessment record. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the assessment record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the assessment record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameMaximum Length:255The name of the assessment. -
RatingFeedback: string
Title:
FeedbackRead Only:trueThe feedback mapped to the rating. -
RatingTerm: string
Title:
RatingRead Only:trueThe overall rating of the assessment as configured in the associated assessment template. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:INCOMPLETEThe code indicating the valid status of the assessment. The valid values are IN_PROGRESS and COMPLETE. -
StatusFuse: string
Title:
StatusRead Only:trueThe status of the assessment. -
TemplateName: string
Title:
TemplateThe name of the assessment template. -
TemplateType: string
Title:
Template TypeThe type of the assessment template associated with the assessment. -
TotalAnswered: number
Title:
Total Questions AnsweredThe number of questions answered in the assessment. -
TotalQuestions: number
Title:
Total QuestionsThe total number of questions to be answered in the assessment.
arrayAssessment Answer GroupsarrayLinksobject-
AssessAnswerGroupId: integer
(int64)
The unique identifier of the answer group.
-
AssessmentAnswer: array
Assessment Answers
Title:
Assessment AnswersThe assessment answers resource is used to view and update a response to a question in the question group. -
AssessmentId: integer
(int64)
The unique identifier of the assessment associated with answer group.
-
AttributeGroupId: integer
(int64)
The unique identifier of the question group of the associated template.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Read Only:
trueThe name of the answer group.
arrayAssessment AnswersarrayLinksobject-
Answered: string
Indicates if the question is answered or not.
-
AnswerId: integer
(int64)
The unique identifier of the assessment answer.
-
AssessmentId: integer
(int64)
The unique identifier of the assessments associated with answer.
-
AttributeGroupId: integer
(int64)
Title:
Question GroupThe unique identifier of the question group associated with assessment answer. -
AttributeId: integer
(int64)
Title:
QuestionThe unique identifier of the question associated with assessment answer. -
AttributeName: string
Read Only:
trueMaximum Length:500The name of the question. -
AttributeValueId: integer
(int64)
Title:
ResponseThe unique identifier of the response. -
Comments: string
Title:
CommentsMaximum Length:1500The assessment runtime comments entered by end user. -
HasComments: string
Indicates if the comments are present or not.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ResponseValue: string
Title:
ResponseRead Only:trueThe response to the question.
arrayLinksobject-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdThe unique identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attachment. -
CategoryName: string
Title:
CategoryMaximum Length:30The name of the category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe login of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the attachment record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEThe code indicating the type of the data. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The unique identifier of the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255The current version number of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe code indicating the type of error, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe date when the contents in the attachment expire. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe login of the user who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe length of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name of the attachment file. -
UploadedText: string
Title:
Uploaded TextThe text of the attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login associated with the attachment.
arrayLinksobject-
ActualCloseDate: string
(date)
Title:
Actual Close DateThe date when the revenue line was closed. -
AmountAggregatedForScheduleFlag: boolean
Title:
Divide Amount by TransactionsMaximum Length:1The amounts are divided by the number of transactions based on the set schedule. -
AssetId: integer
(int64)
Title:
AssetIdentifier of the asset associated to the Revenue Line. -
BUOrgId: integer
(int64)
Title:
Business UnitThe unique identifier of the Business Unit that owns the opportunity. -
CalculatedLineRevnAmtInCorpCur: number
Title:
Revenue in Corporate CurrencyRead Only:trueThe calculated revenue amount in corporate currency. -
ChildSplitRevenue: array
Child Split Revenues
Title:
Child Split RevenuesThe child split revenue resource is used to view, create, update, and delete a split revenue. The revenue or nonrevenue credit is allocated to the resource which has contributed to the selling effort for an opportunity revenue line. -
CloseReasonCode: string
Title:
Win/Loss ReasonMaximum Length:30The code indicating the reason for winning or losing the revenue. A list of valid values is defined in the lookup MOO_SETID_WIN_LOSS_REASON. -
Comments: string
Title:
Line CommentsMaximum Length:250The user-provided comments for the revenue line. -
CommitFlag: boolean
Title:
ForecastMaximum Length:1Indicates if the revenue line should be used for forecasting. If the value is true, then the revenue line should be used for forecasting. The default value is False. -
CompetitorPartyName: string
Title:
Competitor Party NameRead Only:trueMaximum Length:360The party name of the primary competitor of this child revenue. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
ContractEndDate: string
(date-time)
Title:
Contract End DateThe end date of the contract for the quote. -
ContractStartDate: string
(date-time)
Title:
Contract Start DateThe start date of the contract for the quote. -
ConversionRate: number
Title:
Conversion RateThe currency conversion rate for converting the revenue amount to opportunity summary currency. The rate is used if the revenue line is different from that of the opportunity. -
ConversionRateType: string
Title:
Conversion Rate TypeMaximum Length:30The currency conversion rate type for converting the revenue amount to opportunity summary currency. The rate type is used if the revenue line is different from that of the opportunity. For example, the rate type can be spot, user-defined, or corporate. -
CostAmount: number
Title:
CostDefault Value:0The cost amount for the opportunity. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the child revenue record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CreditRcptPartOrgPartyId: integer
(int64)
Title:
Credit Recipient PartnerThe unique identifier of the credit recipient partner organization party. -
CrmConversionRate: number
Title:
CRM Conversion RateThe currency conversion rate for converting the revenue amount to CRM common currency for the Revenue Forecast Metrics. The rate is used if the revenue line is different from that of the opportunity. -
CrmConversionRateType: string
Title:
CRM Conversion Rate TypeMaximum Length:30The currency conversion rate type for converting the revenue amount to CRM common currency for Revenue Forecast Metrics. The rate type is used if the revenue line is different from that of the opportunity. For example, the rate type can be spot, user-defined, or corporate. -
CrmCurcyCode: string
Title:
CurrencyMaximum Length:15The common CRM currency code. -
CurrStgId: integer
(int64)
Title:
Sales StageRead Only:trueThe sales stage identifier of this revenue line. -
CustomerAccountId: integer
(int64)
Title:
Revenue Customer Account IDThe unique identifier of the customer account that owns the opportunity. -
CustomerRegistryId: string
Title:
Account Registry IDRead Only:trueMaximum Length:30The name of the opportunity account registry ID. -
DeleteFlag: boolean
Read Only:
trueIndicates whether the opportunity revenue can be deleted. The default value is true. -
Description: string
Title:
ProductMaximum Length:240The user-provided description of the product associated with the revenue. -
Discount: number
Title:
DiscountThe discount percent. -
DownsideAmount: number
Title:
Worst CaseDefault Value:0The minimum amount of revenue for the opportunity. -
EffectiveDate: string
(date)
Title:
Close DateThe date when the child revenue closes. The default value is the opportunity's close date. -
EffectiveEndDate: string
(date)
Read Only:
trueThe end date for the territory owner. -
EffectiveStartDate: string
(date)
Read Only:
trueThe start date for the territory owner. -
ExpectAmount: number
Title:
Expected RevenueDefault Value:0The maximum amount of revenue for the opportunity. -
ExpectDlvryDate: string
(date)
Title:
Expected Delivery DateThe date when the product in the opportunity is expected to be delivered. This is used only for opportunities that include products. -
ExternalAssetKey: string
Title:
External Asset KeyMaximum Length:255The asset key from an external system. -
ExternalParentAssetKey: string
Title:
External Parent Asset KeyMaximum Length:255The root asset key of the parent from an external system. -
ExternalRootAssetKey: string
Title:
External Root Asset KeyMaximum Length:255The root asset key obtained from an external system. -
ForecastCategory: string
Title:
Forecast CategoryMaximum Length:30Specifies the categories used to represent the commitment level for sales forecasting such as pipeline, best case, most likely, and so on. -
ForecastOverrideCode: string
Title:
Include in ForecastMaximum Length:30The code that indicates if the revenue forecast should be overridden. The valid values are ALWAYS, NEVER, and CRITERIA. -
InventoryItemId: integer
(int64)
Title:
ProductThe unique identifier of the product in the inventory. -
InventoryOrgId: integer
(int64)
Title:
ProductThe unique identifier of the organization in the inventory. -
ItemNumber: string
Title:
Item NumberRead Only:trueMaximum Length:300The alternate key identifier of the product that is associated with the revenue. -
ItemNumberInternal: string
Title:
Item Number InternalMaximum Length:300The unique internal identifier of the product that is associated with the revenue. -
LastUpdateDate: string
(date-time)
Title:
Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MarginAmount: number
Title:
MarginDefault Value:0The margin amount for the opportunity. -
MonthlyRecurringRevenue: number
Title:
Monthly Recurring RevenueThe monthly recurring revenue on the revenue line. -
MonthlyUsageRevenue: number
Title:
Monthly Usage RevenueThe monthly usage revenue on the revenue line. -
Name1: string
Title:
Forecast TerritoryRead Only:trueMaximum Length:60The name of the territory. -
NonRecurringRevenue: number
Title:
Nonrecurring RevenueThe non recurring revenue amount associated with the revenue line. -
NqSplitAllocTypeCode: string
Title:
Allocation StyleMaximum Length:30The code indicating the non-quota allocation split type. The valid values are Adhoc amount and Proportional to Revenue. -
OpportunityCreationDate: string
(date-time)
Title:
Opportunity Creation DateRead Only:trueThe date and time when the opportunity was created. -
OpportunityCurrencyCode: string
Title:
Opportunity CurrencyRead Only:trueMaximum Length:15The currency code associated with the opportunity. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
OpportunityOwnerPartyName: string
Title:
Opportunity OwnerRead Only:trueMaximum Length:360The name of the opportunity owner. -
OpportunityOwnerResourcePartyId: integer
(int64)
Title:
OwnerRead Only:trueThe unique identifier of a valid employee resource who owns and manages the opportunity. -
OpportunityPrSrcNumber: string
Title:
Primary SourceRead Only:trueMaximum Length:100The alternate key identifier of the primary marketing source or campaign that generated this opportunity. -
OptyEffectiveDate: string
(date)
Title:
Opportunity Close DateRead Only:trueThe date when the opportunity is expected to close. -
OptyId: integer
(int64)
Title:
Revenue Opportunity IDThe unique identified of the opportunity. -
OptyLastUpdateDate: string
(date-time)
Title:
Opportunity Last Update DateRead Only:trueThe date when the opportunity record was last updated. -
OptyLeadId: integer
(int64)
Title:
Opportunity LeadThe unique Identifier of the lead associated with opportunity. -
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The unique alternate identifier for the opportunity associated to child revenue. -
OrganizationId: integer
(int64)
Title:
OrganizationThe unique identifier of the organization to which the product belongs. -
OwnerDealExpirationDate: string
(date)
Title:
Effective End DateThe date when the owner deal expires. -
OwnerDealProtectedDate: string
(date)
Title:
Effective Start DateThe date when the owner deal starts. -
OwnerLockAsgnFlag: boolean
Title:
Lock Credit OwnerMaximum Length:1Default Value:falseIndicates if the revenue owner assignment should be locked. If the value is Y, then the owner assignment for the child revenue should be locked. The default value is N. -
OwnerPartyNumber: string
Title:
Owner NumberRead Only:trueMaximum Length:30The party number for the owner of child revenue. -
ParentRevnId: integer
(int64)
Title:
Parent Revenue IDThe unique identifier of the parent revenue line, used for Lineset functionality. -
PartEngagementTypeCd: string
Title:
Lead Registration TypeMaximum Length:100The code indicating the type of partner engagement. -
PartOrgPartyId: integer
(int64)
Title:
Partner Organization Party IDRead Only:trueThe unique identifier of the primary revenue partner party. -
PartOrgPartyName: string
Title:
PartnerRead Only:trueMaximum Length:360The name of the primary partner associated with the child revenue. -
PartyName2: string
Title:
Sales Credit RecipientRead Only:trueMaximum Length:360The name of this sales credit recipient. -
PrCmptPartyId: integer
(int64)
Title:
CompetitorThe unique identifier of the primary competitor of this child revenue. -
PriceTypeCode: string
Title:
Price TypeMaximum Length:30The code indicating the type of pricing associated with the revenue line. The list of valid values are Mixed, Usage, Recurring, and One Time. -
PrimaryCompetitorPartyNumber: string
Title:
Primary Competitor Party NumberRead Only:trueMaximum Length:30The alternate key identifier of the primary competitor of this child revenue. -
PrimaryContactPartyId: integer
(int64)
Title:
Primary Contact Party IDRead Only:trueThe unique identifier of the primary contact of this child revenue. -
PrimaryContactPartyName: string
Title:
Primary ContactRead Only:trueMaximum Length:360The name of the primary contact of this child revenue. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Indicates if the revenue is the primary revenue. If the value is true, then the revenue is the primary revenue among all the child revenues. The default value is False. -
PrimaryOrganizationName: string
Read Only:
trueThe name of the business unit to which this revenue line belongs. -
PrimaryPartnerCompanyNumber: string
Title:
Primary Partner NumberMaximum Length:30The alternate key identifier of the revenue's primary partner company. -
ProdGroupId: integer
(int64)
Title:
Product GroupThe unique identifier of the product group. -
ProdGroupModelConfigAttributes: string
Title:
Product Group Model AttributesRead Only:trueMaximum Length:4000The model configuration attributes associated with the product group in revenue line. -
ProdGroupModelFamily: string
Title:
Product Group Model FamilyRead Only:trueMaximum Length:1000The model family associated with the product group. -
ProdGroupModelLine: string
Title:
Product Group Model LineRead Only:trueMaximum Length:1000The model line associated with the product group. -
ProdGroupModelName: string
Title:
Product Group ModelRead Only:trueMaximum Length:1000The model name associated with the product group in revenue line. -
ProdGroupName: string
Title:
Product GroupMaximum Length:250The name of the product group associated with the revenue. -
ProdGroupQuotableFlag: boolean
Title:
QuotableRead Only:trueMaximum Length:1Indicates whether a product group is quotable. -
ProductConfigurableFlag: boolean
Title:
Configurable ProductRead Only:trueMaximum Length:1Indicates whether a product allows configuration. -
ProductGroupReferenceNumber: string
Title:
Product Group Reference NumberMaximum Length:50The reference number of the product group. -
productGroups: array
Product Groups
Title:
Product GroupsThe product group resource is used to view the product groups associated with an opportunity. A product group is a business object that groups related products, so that you can work with them together. You can use product groups to create a multilevel hierarchy that can be used as a sales catalog, a rollup hierarchy, or a promotion catalog. For example, you might create a product group named Consumer Electronics that includes all of your consumer electronics products so that customers can browse through all the products in this group in your product catalog. -
ProductModelConfigAttributes: string
Title:
Product Model AttributesRead Only:trueMaximum Length:4000The model configuration attributes associated with the product in revenue line. -
ProductModelFamily: string
Title:
Product Model FamilyRead Only:trueMaximum Length:1000The model family associated with the product. -
ProductModelLine: string
Title:
Product Model LineRead Only:trueMaximum Length:1000The model line associated with the product. -
ProductModelName: string
Title:
Product ModelRead Only:trueMaximum Length:1000The model name associated with the product in revenue line. -
products: array
Products
Title:
ProductsThe products resource is used to view the products associated with an opportunity. -
ProductType: string
Title:
Product TypeThe type of product on the revenue line, such as item or product group. -
PrPartOrgPartyId: integer
(int64)
Title:
PartnerThe unique identifier of the primary revenue partner organization party. -
PrTerritoryVersionId: integer
(int64)
Title:
Forecast TerritoryThe unique identifier of the primary territory for this revenue item. -
PrTerritoryVersionIdForManual: string
Title:
Manually Assigned Territory Version IDThe version ID of a territory that is to be manually assigned to the revenue record. -
Quantity: number
Title:
QuantityThe quantity of product for this opportunity. -
RecordSet: string
Title:
Record SetRead Only:trueThe name of the predefined opportunity search filters. -
RecurDownsideAmount: number
Title:
Recurring Worst CaseThe minimum revenue amount from the recurrence. -
RecurEndDate: string
(date)
Title:
End ByThe date when the child revenue recurrence ends. -
RecurFrequencyCode: string
Title:
FrequencyMaximum Length:30The code that indicates the frequency of recurrence for the child revenue. A list of valid values is defined in the lookup MOO_RECURRING_FREQUENCY. -
RecurNumberPeriods: integer
(int64)
Title:
End AfterThe number of times the child revenue should recur. -
RecurParentRevnId: integer
(int64)
Title:
Recurring Revenue Parent IDThe unique identifier for the parent revenue of the recurring revenue lines. -
RecurPeriodOrEndDateCode: string
Title:
Recurrence Period or End Date CodeDefault Value:EndAfterThe code that indicates if a date or the number of recurrences are specified to end the recurrences. -
RecurQuantity: number
Title:
Recurring QuantityThe quantity of the child revenue recurrence. -
RecurRevenue: number
Title:
Recurring RevenueThe recurring revenue amount on the revenue line. -
RecurRevnAmount: number
Title:
Scheduled Revenue AmountThe amount of revenue from the child revenue recurrence. -
RecurringRevenue: array
Recurring Revenues
Title:
Recurring RevenuesThe recurring revenues resource is used to view, create, update, and delete a recurring revenue. The revenues that span over a period of time sourced from the same product on an opportunity. -
RecurStartDate: string
(date)
Title:
Start DateThe date when the recurrence starts. -
RecurTypeCode: string
Title:
Recurrence Type CodeMaximum Length:30The code indicating if the line is a standard revenue line or a recurring revenue line. A list of valid values is defined in the lookup MOO_REVN_RECUR_TYPE. -
RecurUnitPrice: number
Title:
Recurring Estimated PriceThe price of each child revenue recurrence. -
RecurUpsideAmount: number
Title:
Recurring Best CaseThe maximum revenue amount from the recurrence. -
ResourcePartyId: integer
(int64)
Title:
OwnerThe unique identifier of the revenue owner. -
RevenueTerritory: array
Opportunity Revenue Territories
Title:
Opportunity Revenue TerritoriesThe opportunity revenue territories resource is used to view, create, update, and delete the revenue territories assigned to an opportunity revenue line. The territories provide the rules for automatically assigning salespeople and other resources to customers, partners, leads, and opportunity line items. -
RevenueTypeCategory: string
Title:
Revenue Type CategoryMaximum Length:30The revenue category type on the opportunity revenue line. -
RevnAmount: number
Title:
AmountDefault Value:0The amount of revenue that is earned from this opportunity. -
RevnAmountCurcyCode: string
Title:
Line CurrencyMaximum Length:15The currency code used to calculate the revenue for this opportunity. A list of valid values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. -
RevnCategoryCode: string
Title:
Revenue CategoryMaximum Length:30The code indicating the revenue category used in Revenue Line Set functionality. A list of valid values is defined in the lookup MOO_REVN_CATEGORY. -
RevnCreationDate: string
(date-time)
Title:
Creation DateThe date when the revenue item was created. -
RevnId: integer
(int64)
Title:
Revenue IDThe unique identifier of the revenue for the opportunity. -
RevnLastUpdateDate: string
(date-time)
Title:
Update DateThe date and time when the revenue record was last updated. -
RevnLineTypeCode: string
Title:
Revenue Line Type CodeMaximum Length:30The code indicating the type of revenue line, such as Opportunity Summary Revenue, Standard Revenue, and so on. A list of valid values is defined in the lookup MOO_REVN_LINE_TYPE. -
RevnNumber: string
Title:
Revenue NumberMaximum Length:30The user-editable unique identifier for the child revenue. The default value is the revenue identifier. -
RevnSequenceNumber: integer
(int32)
Title:
Line SetThe revenue sequence number. -
SalesAccountId: integer
(int64)
Title:
AccountThe unique identifier of the opportunity sales account. -
SalesChannelCd: string
Title:
Sales ChannelMaximum Length:50The code indicating the sales channel for the child revenue. A list of valid values is defined in the lookup ZPM_SALES_CHANNEL. -
SalesCreditTypeCode: string
Title:
Sales Credit TypeMaximum Length:30Default Value:QUOTAThe code indicating the type of the sales credit, such as quota or non-quota. A list of valid values is defined in the lookup MOO_SALES_CREDIT_TYPE. -
SalesMethodId: integer
(int64)
Title:
Sales MethodRead Only:trueThe unique identifier of the sales method for this revenue line. -
ScheduleAction: string
Title:
Schedule ActionThe transient attribute. Web services need to pass a value to indicate the action to be taken on recurring schedule such as create, delete, extend, and replace. -
ScheduleNonRecurringAmount: number
Title:
Nonrecurring Amount for ScheduleThe non recurring amount based on the set schedule. -
ScheduleRecurringAmount: number
Title:
Recurring Amount for ScheduleThe recurring amount based on the set schedule. -
ScheduleUsageAmount: number
Title:
Usage Amount for ScheduleThe usage amount based on the set schedule. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
SplitParentRevnId: integer
(int64)
Title:
Split Parent Revenue IDThe unique identifier of the split parent revenue. -
SplitPercent: number
Title:
Sales CreditThe percentage of split revenue. -
SplitTypeCode: string
Title:
Split Type CodeMaximum Length:30The code indicating the Split type of the Revenue, such as ParentSplit or ChildSplit. A list of valid values is defined in the lookup MOO_REVN_SPLIT_TYPE. -
StatusCd: string
Title:
Opportunity StatusRead Only:trueMaximum Length:30The status of the opportunity. A list of valid values is defined in the lookup MOO_OPTY_STATUS. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task. -
StatusCode: string
Title:
StatusMaximum Length:30The unique code indicating the status of the child revenue. A list of valid values is defined in the lookup OPTY_STATUS. -
SubscriptionId: integer
(int64)
Title:
Subscription IdThe unique identifier of the subscription. -
SubscriptionLineId: integer
(int64)
Title:
Subscription Line IdThe unique identifier of the subscription line within a subscription. -
SummaryRevnAmt: number
Title:
Opportunity RevenueRead Only:trueDefault Value:0The revenue amount associated with the summary revenue line. -
SummaryRevnAmtInCorpCur: number
Title:
Opportunity Summary Revenue in Corporate CurrencyRead Only:trueThe calculated opportunity amount in corporate currency. -
SumRevnDownsideAmt: number
Title:
Opportunity Worst CaseRead Only:trueDefault Value:0The minimum amount of the summary revenue line for the opportunity. -
SumRevnUpsideAmt: number
Title:
Opportunity Best CaseRead Only:trueDefault Value:0The maximum amount of the summary revenue line for the opportunity. -
TargetPartyId: integer
(int64)
Title:
Account Party IDThe unique identifier of the sales account that owns the opportunity. -
TerrOwnerOrganizationId: integer
Read Only:
trueThe unique identifier of the organization the territory owner of this revenue line belongs to. -
TerrOwnerPartyName: string
Title:
Forecast Territory OwnerRead Only:trueMaximum Length:360The party name for the territory owner of this revenue line. -
TerrOwnerResourceId: integer
(int64)
Title:
Resource IDRead Only:trueThe unique identifier for the territory owner of this revenue line. -
TimeFilter: string
Title:
Close PeriodRead Only:trueThe names of the filter on which opportunities can be filtered based on effective date range. -
TypeCode: string
Title:
Revenue TypeMaximum Length:30The code indicating the type of revenue earned from this opportunity. A list of valid values is defined in the lookup MOO_SETID_REVENUE_TYPE. -
UnitPrice: number
Title:
Estimated PriceThe estimated unit price for the product. -
UOMCode: string
Title:
UOMMaximum Length:3The unit of measure code for the product. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the revenue line can be updated. If the value is Y, then the note can be updated. The default value is Y. -
UpsideAmount: number
Title:
Best CaseDefault Value:0The maximum amount of revenue for the opportunity. -
UsageRevenue: number
Title:
Usage RevenueThe usage revenue amount on the revenue line. -
WinProb: integer
(int32)
Title:
Win ProbabilityThe estimated probability of winning the opportunity.
arrayChild Split RevenuesarrayLinksarrayProduct GroupsarrayProductsarrayRecurring RevenuesarrayOpportunity Revenue TerritoriesarraySmart Actionsobject-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the record was created. -
ExtnPartyName: string
Title:
OwnerThe name of the revenue owner. -
ExtnPartyNameLOVSwitcher: string
The switcher for ist of values for the revenue owner, used in UI scenarios.
-
ForecastTerritoryName: string
Title:
Territory NameMaximum Length:60The name of the forecast territory. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
OrganizationRead Only:trueThe name of the resource organization associated the with revenue. -
OwnerLockAsgnFlag: boolean
Title:
Lock Credit OwnerMaximum Length:1Default Value:falseIndicates if the credit recipients of the revenue line should be locked from re-assignment by the system. -
OwnerPartyNumber: string
Title:
Owner NumberRead Only:trueMaximum Length:30The party number for the owner of child split revenue. -
PrTerritoryUpdatedByPartyName: string
Title:
Updated ByRead Only:trueMaximum Length:360The name of the user who last updated the forecast territory. -
PrTerritoryVersionId: integer
(int64)
Title:
Forecast TerritoryForecast territory version identifier. -
PrTerritoryVersionIdForManual: string
Title:
Manually Assigned Territory Version IDIndicates the version ID of a territory that is to be manually assigned to the revenue record. -
ResourcePartyId: integer
(int64)
Title:
OwnerThe identifier of the resource associated with the child split revenue. -
RevnAmount: number
Title:
Line RevenueDefault Value:0The revenue amount. -
RevnAmountCurcyCode: string
Title:
CurrencyMaximum Length:15The currency the amount on this revenue line is based on. -
RevnId: integer
(int64)
The unique identifier of the child split revenue.
-
RevnNumber: string
Title:
Revenue NumberMaximum Length:30The unique number for the revenue line. -
SalesCreditTypeCode: string
Title:
Sales Credit TypeMaximum Length:30Default Value:QUOTAIndicates the type of credit. -
SplitPercent: number
Title:
Sales CreditThe percentage of split revenue. -
TerrOwnerPartyName: string
Title:
OwnerRead Only:trueMaximum Length:360The name of the forecast territory owner.
arrayLinksobject-
Description: string
Title:
DescriptionRead Only:trueMaximum Length:1000The user-provided description of the product group. -
DisplayName: string
Title:
NameRead Only:trueMaximum Length:255The name of the product group. -
LastUpdateDate: string
Title:
Last Updated DateRead Only:trueThe date the product group was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModelConfigAttributes: string
Read Only:
trueThe model configuration attributes associated with the product group. -
ModelName: string
Read Only:
trueThe model name associated with the product group. -
ProdGroupId: integer
Title:
Product Group IDRead Only:trueThe unique identifier of the product group. -
QuotableFlag: boolean
Title:
QuotableRead Only:trueIndicates whether a product group is quotable. -
ReferenceNumber: string
Title:
Reference NumberRead Only:trueThe reference number of the product group.
arrayLinksobject-
ActiveFlag: boolean
Title:
ActiveRead Only:trueIndicates if the product is Active. -
CSSEnabled: string
Read Only:
trueIndicates if the product is enabled for customer self-service. The default value is No. -
Description: string
Title:
NameRead Only:trueMaximum Length:255The description of the product associated with the opportunity. -
EndDate: string
(date-time)
Title:
Effective to DateRead Only:trueThe date after which the product is no longer available. -
InventoryItemId: integer
Title:
Inventory Item IDRead Only:trueThe unique identifier of the product inventory item associated with the opportunity. -
InvOrgId: integer
Title:
Inventory Organization IDRead Only:trueThe unique identifier of the inventory organization. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date the product was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LongDescription: string
Title:
DescriptionRead Only:trueMaximum Length:4000A detailed description of the product. -
ProdGroupId: integer
Title:
Product Group IDRead Only:trueThe unique identifier of the Product Group. -
ProductNum: string
Title:
Product NumberRead Only:trueThe alternate key identifier of the product. -
ProductType: string
Title:
Product TypeRead Only:trueThe type of the product, such as item or product group. -
ServiceRequestEnabledCode: string
Read Only:
trueThe code indicating whether the product is serviceable. If the value is True, then the product is serviceable. -
StartDate: string
(date-time)
Title:
Effective from DateRead Only:trueThe date from which the product is available. -
Text: string
Title:
KeywordThe text or keywords associated with the product.
arrayLinksobject-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the record was created. -
EffectiveDate: string
(date)
Title:
Line Close DateEstimated close date for this revenue - defaulted from opportunity's close date. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NonRecurringRevenue: number
Title:
Nonrecurring RevenueThe non recurring revenue amount on the revenue line. -
Quantity: number
Title:
QuantityProduct quantity. -
RecurParentRevnId: integer
(int64)
Indicates the parent revenue id for the recurrence.
-
RecurRevenue: number
Title:
Recurring RevenueThe recurring revenue amount on the revenue line. -
RevnAmount: number
Title:
Line RevenueDefault Value:0Revenue amount. -
RevnAmtCurcyCode: string
Read Only:
trueThe currency code used to calculate the revenue for this opportunity. A list of valid values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. -
RevnId: integer
(int64)
Revenue identifier.
-
RevnNumber: string
Title:
Revenue NumberMaximum Length:30User editable revenue number. Defaulted from REVN_ID. Needs to be unique, cannot be NULL. -
UsageRevenue: number
Title:
Usage RevenueThe usage revenue amount on the revenue line.
arrayLinksobject-
AssignmentType: string
Title:
Assignment TypeRead Only:trueMaximum Length:15The type of assignment used to assign the territory to the opportunity. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the revenue territory record. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the record was created. -
EffectiveEndDate: string
(date)
The date when the resource organization assignment to the territory ends.
-
EffectiveStartDate: string
(date)
The date when the resource organization for the territory was assigned to the revenue line.
-
ForecastParticipationCode: string
Title:
Forecast ParticipationRead Only:trueMaximum Length:30The code to identify the forecast type that the territory participates in. For example, Revenue, Nonrevenue, Revenue and Nonrevenue, or Nonforecasting. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
Revenue Line TerritoryRead Only:trueMaximum Length:60The name of the territory that the opportunity belongs to. -
Name1: string
Title:
OrganizationThe name of the organization that the territory resource belongs to. -
PartyId: integer
(int64)
Title:
Party IDRead Only:trueThe unique identifier of the resource who owns the territory. -
PartyName: string
Title:
OwnerRead Only:trueMaximum Length:360The name of the territory owner for the opportunity. -
RevnId: integer
(int64)
The unique identifier of the revenue.
-
RevnTerrId: integer
(int64)
The unique identifier of the revenue territory.
-
RoleId: integer
The unique identifier of the resource's role.
-
RoleName: string
The name of the resource's role.
-
TerritoryId: integer
(int64)
The unique identifier of the territory.
-
TerritoryVersionId: integer
(int64)
The unique identifier of the territory version.
-
TypeCode: string
Title:
TypeRead Only:trueMaximum Length:30The code indicating the type of territory assigned to the opportunity. A list of valid values is defined in the lookup MOT_TERRITORY_TYPE.
arrayLinksobject-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example, if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates if action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for 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 whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
arrayLinksobject-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
arrayLinksobject-
AttachmentId: integer
(int64)
Title:
Attachment IDThe identifier for attachment of interview summary. -
AuthoringInterviewNumber: string
Title:
Authoring Interview NumberMaximum Length:30The interview number to uniquely identify the interview record. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the interview record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the interview record was created. -
InterviewData: string
(byte)
Title:
Interview DataThe submitted interview data containing questionnaires and responses. -
InterviewDataLang: string
Title:
Interview Data LanguageMaximum Length:30The language in which interview has been submitted. -
InterviewDraft: string
(byte)
Title:
Interview DraftThe draft interview data. This allows a user to continue from the saved draft. -
InterviewId: integer
(int64)
Title:
Interview IDThe unique identifier of interview record. -
InterviewName: string
Title:
Interview NameMaximum Length:100The name of the interview. -
InterviewNumber: string
Title:
Interview NumberMaximum Length:30The public unique identifier of the interview record. -
InterviewOutcome: string
Title:
Interview OutcomeMaximum Length:2000The outcome calculated from a sales assessment template. -
InterviewScore: number
Title:
Interview ScoreThe score calculated from a sales assessment template. -
InterviewStatus: string
Title:
Interview StatusMaximum Length:30Specifies the status of the interview -
InterviewType: string
Title:
Interview TypeMaximum Length:30The type of the interview template, such as Sales call guide or Sales assessment. -
LastUpdateDate: string
(date-time)
Title:
Last UpdatedRead Only:trueThe date and time when the interview record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the interview record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32Indicates the session login associated to the user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberRead Only:trueSpecifies how many times the row has been updated. -
OwnerResourceId: integer
(int64)
Title:
Owner Resource IDThe unique identifier of the user who created the record. -
OwnerResourceNumber: string
Title:
Owner Resource NumberRead Only:trueMaximum Length:30The public unique identifier of the user who created the record. -
OwnerResourcePartyName: string
Title:
OwnerRead Only:trueMaximum Length:360The name of the user who created the interview record. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
SourceObjectCode: string
Title:
Source Object CodeMaximum Length:30The name of the top level object associated with the interview. -
SourceObjectId: integer
(int64)
Title:
Source Object IDThe unique identifier of top level object associated with the interview. -
SourceObjectNumber: string
Title:
Source Object NumberMaximum Length:30The PUID of top level object associated with the interview.
arrayLinksarraySmart Actionsobject-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example, if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates if action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for 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 whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
arrayLinksobject-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
arrayLinksobject-
ContactRelationshipId: integer
(int64)
Title:
Contact Relationship IDThe unique identifier of the relationship that is populated when the note is associated with a contact. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15The corporate currency code of the note associated with the contact. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the note record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the note record was created. -
CreatorPartyId: integer
(int64)
Title:
Creator Party IDThe unique party identifier for the note creator. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30The currency conversion rate type associated with the note. A list of accepted values is defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency code associated with the note. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
DeleteFlag: boolean
Title:
Delete IndicatorRead Only:trueIndicates whether the note is to be deleted. If the value is Y, then the note has to be deleted. The default value is N. -
EmailAddress: string
Read Only:
trueMaximum Length:320The email address of the user who created the note. -
FormattedAddress: string
Read Only:
trueThe formatted address of the user who created the note. -
FormattedPhoneNumber: string
Read Only:
trueThe formatted phone number of the user who created the note. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the note data was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoteId: integer
(int64)
Title:
Note IDRead Only:trueThe unique identifier of a note for the opportunity. -
NoteNumber: string
Maximum Length:
30The system generated number. It can be generated from external system also (user key). -
NoteTitle: string
Title:
TitleMaximum Length:500The user provided title for the note. -
NoteTxt: string
(byte)
Title:
NoteThe column which stores the actual note text. -
NoteTypeCode: string
Title:
TypeMaximum Length:30The code used to classify a note, as asset or adjustment. -
ParentNoteId: integer
(int64)
Title:
Parent Note IDThe identifier for the parent note. -
PartyId: integer
(int64)
Read Only:
trueThe unique Identifier of the party to which the note is associated. -
PartyName: string
Title:
AuthorRead Only:trueMaximum Length:360The name of party associated with the opportunity. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
SourceObjectCode: string
Title:
Related Object TypeMaximum Length:30The code indicating the type of the source object as defined in OBJECTS Metadata, such as Activities, Opportunities, and so on. -
SourceObjectId: string
Title:
Related ObjectMaximum Length:64The unique identifier of the source object as defined in OBJECTS Metadata, such as activities, opportunities, and so on. -
SourceSystem: string
Title:
Source SystemMaximum Length:30This is the source object code for the source object as defined in OBJECTS Metadata. -
UpdateFlag: boolean
Title:
Update IndicatorRead Only:trueIndicates whether the note can be updated. If the value is Y, then the note can be updated. The default value is N. -
VisibilityCode: string
Title:
PrivateMaximum Length:30Default Value:INTERNALThe code indicating the visibility level of the note, such as internal or external.
arrayLinksarraySmart Actionsobject-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example, if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates if action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for 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 whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
arrayLinksobject-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
arrayLinksobject-
CampaignEndDate: string
(date-time)
Title:
End DateRead Only:trueThe date when marketing integration campaign ends. -
CampaignId: integer
(int64)
Title:
Campaign IDThe unique identifier of the campaign. -
CampaignName: string
Title:
Campaign NameRead Only:trueMaximum Length:100The campaign to which the current opportunity belongs. -
CampaignNumber: string
Title:
Campaign NumberMaximum Length:30The opportunity campaign number public surrogate key for OPTY_CAMPAIGN_NUMBER table. -
CampaignStartDate: string
(date-time)
Title:
Start DateRead Only:trueThe date when marketing integration campaign starts. -
CampaignStatus: string
Title:
StatusRead Only:trueMaximum Length:30Default Value:ORA_DRAFTThe status of marketing integration campaign. -
CampaignType: string
Title:
TypeRead Only:trueMaximum Length:30The type of marketing integration campaign. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the opportunity campaign record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when this record is created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the opportunity campaign data was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The date and time when this record is created. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OptyCampaignId: integer
(int64)
Title:
Opportunity Campaign IDThe unique identifier of the opportunity campaign. -
OptyCampaignNumber: string
Title:
Opportunity Campaign NumberMaximum Length:30The unique alternate identifier for the Opportunity Campaign. -
OptyId: integer
(int64)
Title:
Opportunity IDThe unique identifier of the opportunity. It is the reference key to opportunity header. -
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The alternate identifier for current opportunity. -
PrimaryFlag: boolean
Title:
PrimaryIndicates whether the campaign is primary for the opportunity. -
RevenuePercentage: number
Title:
Revenue PercentageTo store the percentage value of the opportunity's revenue shared by one or more campaigns. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Actionsobject-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example, if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates if action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for 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 whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
arrayLinksobject-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
arrayLinksobject-
CmptPartyId: integer
(int64)
Title:
Party IDThe unique identifier for the competitor party. -
Comments: string
Title:
CommentsMaximum Length:2000The user-provided comments about the opportunity's competitor. -
CompetitorPartyNumber: string
Title:
Competitor Party NumberRead Only:trueMaximum Length:30The alternate key identifier of the competitor party. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the contact record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The session login associated to the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
Opportunity NameRead Only:trueMaximum Length:275The name of the opportunity. -
OptyCompetitorId: integer
(int64)
Title:
Opportunity Competitor IDThe unique identifier for the competitor of the opportunity. -
OptyId: integer
(int64)
Title:
Opportunity IDThe unique identifier for the opportunity. -
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The number of the opportunity which is the unique public identifier of the opportunity. -
PartyName: string
Title:
CompetitorMaximum Length:360The name of the party. -
PrimaryFlg: string
Title:
PrimaryIndicates if the competitor is the primary competitor for the opportunity. If True, then the competitor is the primary competitor. The default value is False. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
ThreatLevelCode: string
Title:
Threat LevelMaximum Length:30The code indicating the level of threat or risk from the competitor. The list of valid values are Low, Medium, and High. A list of accepted values is defined in the lookup Competitor Threat Level. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
arrayLinksarraySmart Actionsobject-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example, if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates if action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for 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 whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
arrayLinksobject-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
arrayLinksobject-
AffinityLvlCd: string
Title:
Affinity LevelMaximum Length:30The code indicating the affinity of the opportunity contact to the deploying organization. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_AFFINITY_CODE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task. -
Comments: string
Title:
CommentsMaximum Length:255The textual comments about the contact on the current opportunity. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
ContactedFlg: string
Title:
ContactedMaximum Length:1Default Value:NIndicates if the contact for this opportunity has been contacted. If the value is True, then the contact was contacted. The default value is False. -
ContactFirstName: string
Title:
Opportunity Contact First NameRead Only:trueMaximum Length:150The first name of the contact for the opportunity. -
ContactLastName: string
Title:
Opportunity Contact Last NameRead Only:trueMaximum Length:150The last name of the contact for the opportunity. -
ContactPartyNumber: string
Title:
Registry IDRead Only:trueMaximum Length:30The alternate key identifier of the opportunity contact party. -
ContactPointId: integer
The unique identifier of the contact point for an opportunity contact.
-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the opportunity contact record. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time when the contact record was created. -
DoNotContactFlag: boolean
Title:
Do Not ContactRead Only:trueMaximum Length:1Indicates if the user can contact the person or not by phone, e-mail, or mail. If the value is True, then the user must not contact the person. The default is False. -
EmailAddress: string
Title:
EmailRead Only:trueThe e-mail address of the contact. -
EmailPreference: string
Title:
Email PreferenceRead Only:trueMaximum Length:255Indicates if the opportunity contact has an email preference of do not email, ok to email, or no value. -
FormattedAddress: string
Title:
AddressRead Only:trueMaximum Length:255The formatted address of the contact. -
FormattedPhoneNumber: string
Title:
PhoneRead Only:trueThe formatted phone number of the contact. -
InfluenceLvlCd: string
Title:
Influence LevelMaximum Length:30The code indicating the influence the opportunity contact has on the deploying organization. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_INFLUENCE_LVL_CD. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task. -
JobTitle: string
Title:
TitleRead Only:trueMaximum Length:100The free form text for job title of the opportunity contact. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Maximum Length:
32The session login associated to the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OptyConId: integer
(int64)
Title:
Contact IDThe unique identifier of the contact associated with the opportunity. -
OptyId: integer
(int64)
Title:
OpportunityThe unique identifier of the opportunity. -
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The unique alternate identifier for the opportunity. -
OrganizationPartyId: integer
(int64)
Read Only:
trueThe unique identifier of the contact's organization. -
OrganizationPartyName: string
Title:
OrganizationRead Only:trueMaximum Length:360The name of the contact's organization. -
OrgContactId: integer
(int64)
Read Only:
trueThe unique identifier of the organization contact for the opportunity. -
PartyName: string
Title:
Opportunity Contact NameRead Only:trueMaximum Length:360The name of the contact for the opportunity. -
PartyUniqueName: string
Title:
Related AccountRead Only:trueMaximum Length:900The unique contact name displayed on party related screens. The default value for Contacts is the concatenation of attributes ContactName and UniqueNameSuffix. The default value for Organizations is the concatenation of the unique name alias and UniqueNameSuffix. -
PERPartyId: integer
(int64)
Title:
Opportunity ContactThe party identifier of the opportunity contact. -
PersonCentricJobTitle: string
Title:
Job TitleRead Only:trueMaximum Length:100The job title of the contact person. -
PhonePreference: string
Title:
Phone PreferenceRead Only:trueMaximum Length:255Indicates if the opportunity contact has a phone preference of do not call, ok to call, or no value. -
PreferredContactMethod: string
Title:
Preferred Contact MethodRead Only:trueMaximum Length:30The preferred method to contact the person. A list of accepted values is defined in the lookup HZ_PREFERRED_CONTACT_METHOD. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Point Lookups task. -
PrimaryFlg: string
Title:
PrimaryIndicates if the contact is the primary contact for the opportunity. If the value is True, then the contact is the primary contact of the opportunity. The default value is False. -
RelationshipCode: string
Title:
Relationship CodeRead Only:trueMaximum Length:30The code indicating whether it's a forward or a backward relationship. A list of accepted relationship values is defined in the lookup PARTY_RELATIONS_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Relationship Lookups. -
RelationshipId: integer
(int64)
The identifier of the relationship for the opportunity contact.
-
RoleCd: string
Title:
FunctionMaximum Length:30The code identifying the roles played by a contact in the opportunity. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_BUY_ROLE_CODE. Review and update the values for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task. -
SalesAffinityCode: string
Title:
AffinityRead Only:trueMaximum Length:30The code indicating the affinity of the opportunity contact to the deploying organization. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_AFFINITY_CODE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task. -
SalesBuyingRoleCode: string
Title:
Buying RoleRead Only:trueMaximum Length:30The code identifying the roles played by a contact in the buying process. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_BUY_ROLE_CODE. Review and update the values for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task. -
SalesInfluenceLevelCode: string
Title:
Influence LevelRead Only:trueMaximum Length:30The code indicating the influence the opportunity contact has on the buying process of the current opportunity. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_INFLUENCE_LVL_CD. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Actionsobject-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example, if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates if action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for 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 whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
arrayLinksobject-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
arrayLinksobject-
ApprovedDate: string
(date)
Title:
Approved DateRead Only:trueThe date and time when deal was approved. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the opportunity deal record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the opportunity deal record was created. -
DealExpirationDate: string
(date)
Title:
Expiration DateRead Only:trueThe date and time when the deal is set to expire. -
DealId: integer
Title:
Deal IDThe unique identifier of the deal. -
DealName: string
Title:
Deal NameRead Only:trueMaximum Length:250The name of the opportunity deal. -
DealNumber: string
Title:
Registration NumberMaximum Length:30The alternate key identifier of the deal registration. -
DealSize: number
Title:
Deal SizeRead Only:trueThe size of the deal associated with the opportunity. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the opportunity deal record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the opportunity deal record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The session login associated with the user who last updated the opportunity deal record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OptyDealId: integer
Title:
Opportunity Deal IDRead Only:trueThe unique identifier of the opportunity deal. -
OptyId: integer
Title:
Opportunity IDThe unique identifier of the opportunity. -
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The unique alternate identifier for the opportunity. -
PartnerId: integer
(int64)
Title:
Partner IDRead Only:trueThe unique identifier of the partner tracked in the deal. -
PartyName: string
Title:
PartnerRead Only:trueMaximum Length:360The name of the partner. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30The code indicating the status of the opportunity deal. A list of valid values is defined in the lookup ORA_MKL_DEAL_REG_STATUS.
arrayLinksobject-
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
ContactName: string
Title:
ContactRead Only:trueMaximum Length:450The name of the primary lead contact. -
ConvertedByPartyId: integer
(int64)
Title:
Converted by Party IdentifierThe user party identifier who converted the lead to opportunity record. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreatedByModule: string
Title:
Created by ModuleRead Only:trueMaximum Length:30The module through which the record was created. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the record was created. -
CustomerId: integer
(int64)
Title:
Customer IdentifierRead Only:trueThe unique identifier of the customer record in the TCA schema. -
CustomerName: string
Title:
CustomerRead Only:trueMaximum Length:360The name of the customer. -
DealEstimatedCloseDate: string
(date)
Title:
Deal Registration Estimated Close DateThe date when the deal registration for the opportunity is estimated to be closed. -
DealExpirationDate: string
(date)
Title:
Deal Expiration DateThe date when the lead registration will expire. -
DealPartProgramId: integer
(int64)
Title:
Partner Program IDThe unique identifier of the partner program associated with the lead registration. -
DealSize: number
Title:
Deal SizeRead Only:trueThe deal size of the deal associated with the opportunity. -
DealType: string
Title:
Lead Registration TypeMaximum Length:30The deal or lead registration type for the opportunity. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The session login associated to the user who last updated the record. -
LeadAging: integer
Title:
Age in DaysRead Only:trueThe number of days elapsed since the lead was created. -
LeadId: integer
(int64)
Title:
Lead IdentifierRead Only:trueThe unique identifier of the lead for the opportunity. -
LeadName: string
Title:
Lead NameRead Only:trueMaximum Length:250The name of the lead associated with the opportunity. -
LeadNumber: string
Title:
Lead NumberMaximum Length:64The alternate key identifier of the lead. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectUsage: string
Title:
Object UsageMaximum Length:30Indicates whether the current record represents a lead or a deal. -
OptyId: integer
(int64)
Title:
Opportunity IDThe unique identifier of the opportunity. -
OptyLeadId: integer
(int64)
Title:
Opportunity Lead IDThe unique identifier of the lead for the opportunity. -
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The number of the opportunity which is the unique public identifier of the opportunity. -
PartnerTypeCd: string
Title:
Partner TypeMaximum Length:250The code indicating the type of the partner for the lead registration. -
PrDealPartOrgPartyId: integer
(int64)
Title:
Partner Organization Party IDThe unique identifier for the partner on the lead registration. -
PrDealPartResourcePartyId: integer
(int64)
Title:
Primary Partner Resource IDThe unique identifier for the primary partner resource on the lead registration. -
PrimaryContactId: integer
(int64)
Title:
Primary Contact IdentifierRead Only:trueThe unique identifier of the sales lead contact marked as a primary lead contact. -
Rank: string
Title:
RankRead Only:trueMaximum Length:30The rank of the lead associated with the opportunity. -
RankMeaning: string
Title:
RankRead Only:trueThe meaning of the rank code for the associated lead. -
RegistrationNumber: string
Title:
Registration NumberMaximum Length:120The unique registration number of the lead for the opportunity. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:30The code indicating the status of the opportunity lead. -
StatusCodeMeaning: string
Title:
StatusRead Only:trueThe meaning of the status code for the associated lead. -
UserLastUpdateDate: string
(date-time)
Title:
User Last Update DateThe date and time when the opportunity lead was last updated from mobile.
arrayLinksarraySmart Actionsobject-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example, if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates if action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for 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 whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
arrayLinksobject-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
arrayLinksobject-
AccessLevelCode: string
Title:
AccessMaximum Length:30The code indicating the level of access granted to the resource as well as managers of the organizations. A list of accepted values is defined in the lookup ZCA_ACCESS_LEVEL. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task. -
AsgnTerritoryVersionId: integer
(int64)
Title:
TerritoryThe unique identifier of the territory version for the resource that got assigned to the opportunity through territory-based assignment. -
AssignmentType: string
Title:
Assignment TypeRead Only:trueThe code indicating how the resource is assigned to the sales account team. A list of accepted values are defined in the lookup ZCA_ASSIGNMENT_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the opportunity resource record. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time when the resource record was created. -
DealExpirationDate: string
(date)
Title:
Deal Protected to DateThe date on which the deal protection period of an opportunity team member ends. The date is updated for territory members when they are unassigned from a opportunity because of a territory realignment. -
DealProtected: string
Title:
Deal ProtectedRead Only:trueIndicates if the resource is under deal protection. If the value is True, then the resource is under deal protection. The default value is False. -
DealProtectedDate: string
(date)
Title:
Deal Protected from DateThe date on which the deal protection period of an opportunity team member starts. The date is updated for territory members when they are unassigned from a opportunity because of a territory realignment. -
EmailAddress: string
Title:
Primary EmailRead Only:trueMaximum Length:320The e-mail address of the opportunity team member. -
FormattedPhoneNumber: string
Title:
PhoneRead Only:trueThe formatted phone number of the opportunity team member. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The session login associated to the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LockAssignmentFlag: boolean
Title:
Lock AssignmentMaximum Length:1Default Value:trueIndicates if the automatic territory assignment can be set. If the value is True, then the automatic territory assignment cannot remove the sales account team resource. When a sales account team member is added manually, this flag is defaulted to `Y'. -
MemberFunctionCode: string
Title:
FunctionMaximum Length:30The code indicating the role of a sales team member in the resource team such as Integrator, Executive Sponsor, and Technical Account Manager. A list of accepted values is defined in the lookup FND_LOOKUPS. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
MgrResourceId: integer
Read Only:
trueThe unique identifier of the resource team member's manager. -
OptyId: integer
(int64)
The unique Identifier of the opportunity.
-
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The unique alternate identifier for the opportunity. -
OptyResourceId: integer
(int64)
Title:
Opportunity Resource IDThe unique party identifier for the existing opportunity resource. -
OptyResourceNumber: string
Title:
Opportunity Resource NumberMaximum Length:30The alternate key identifier of the opportunity resource. -
OwnerFlag: boolean
Title:
PrimaryIndicates if the opportunity team member is the owner of the opportunity. If the value is True, then the opportunity team member is also the owner of the opportunity. The default value is False. -
PartnerOrgId: integer
(int64)
Title:
NameThe unique identifier of the partner organization. -
PartnerPartyName: string
Title:
NameRead Only:trueMaximum Length:360The name of the partner associated with the partner resource. -
PartyName: string
Title:
Team MemberRead Only:trueMaximum Length:360The name of the opportunity team member. -
PersonFirstName: string
Title:
First NameRead Only:trueMaximum Length:150The first name of the opportunity team member. -
PersonLastName: string
Title:
Last NameRead Only:trueMaximum Length:150The last name of the opportunity team member. -
ResourceId: integer
(int64)
Title:
Team MemberThe unique party identifier for the existing resource. -
ResourcePartyNumber: string
Title:
Registry IDRead Only:trueMaximum Length:30The alternate key identifier of the opportunity resource party. -
RoleName: string
Title:
RoleRead Only:trueMaximum Length:60The role of the opportunity team member in the resource organization. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
TerritoryName: string
Title:
TerritoryRead Only:trueMaximum Length:60The name of the opportunity team member's territory.
arrayLinksarraySmart Actionsobject-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example, if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates if action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for 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 whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
arrayLinksobject-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
arrayLinksobject-
CallsMade: number
Title:
Total Calls MadeRead Only:trueThe total number of outbound calls made in context of the opportunity. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeRead Only:trueMaximum Length:15The corporate currency code of the note associated with the rollup. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
EmailsSent: number
Title:
Total Emails SentRead Only:trueThe total number of emails sent in context of the opportunity. -
LastCallMadeDate: string
(date-time)
Title:
Last Call MadeRead Only:trueThe date when last outbound call was made in context of the opportunity. -
LastCompletedActivity: string
(date-time)
Title:
Last Completed ActivityRead Only:trueThe date of last completed activity for an opportunity. Activity includes task, appointment, and call report. -
LastEmailSentDate: string
(date-time)
Title:
Last Email SentRead Only:trueThe date when last email was sent in context of the opportunity. -
LastTouchDate: string
(date-time)
Title:
Last Touch DateRead Only:trueThe date of last touch in context of the opportunity. A touch refers to an outbound communication such as email sent or phone call made and so on. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NextTaskDue: string
(date)
Title:
Next Task DueRead Only:trueThe date when a task is due for an opportunity. -
NumberOfOpenActivities: number
Title:
Total Open ActivitiesRead Only:trueThe total number of activities that are open for the opportunity. -
NumberOfTouches: number
Title:
Total TouchesRead Only:trueThe total number of touches in context of the opportunity. A touch refers to an outbound communication such as email sent or phone call made and so on. -
OptyId: integer
(int64)
Title:
Opportunity IdentifierRead Only:trueThe unique identifier of the opportunity. -
TotalCompletedActivities: number
Title:
Total Completed ActivitiesRead Only:trueThe total number of completed activities for an opportunity. -
TotalNotes: number
Title:
Total NotesRead Only:trueThe total number of public notes associated with an opportunity. -
TotalQuotes: number
Title:
Total QuotesRead Only:trueThe total number of quotes for an opportunity.
arrayLinksobject-
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time when the record was created. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Maximum Length:
32The session login associated to the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OptyId: integer
(int64)
The unique Identifier of the opportunity.
-
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The number of the opportunity which is the unique public identifier of the opportunity. -
OptySrcId: integer
(int64)
The unique Identifier of the source of the opportunity.
-
SrcNumber: string
Title:
Source CodeMaximum Length:100A unique number indicating the source of the marketing event for the opportunity, such as campaign, new product line, a marketing seminar, and so on. -
UserLastUpdateDate: string
(date-time)
The date and time when the opportunity was last updated from mobile.
arrayLinksobject-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Indicates whether the opportunity stage snapshot is active. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0This value is used to guarantee the uniqueness of the row when duplicates are created in different databases. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the opportunity stage snapshot. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the opportunity stage snapshot was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the opportunity stage snapshot was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the opportunity stage snapshot. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login details of the user who last updated the opportunity stage snapshot. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
Sales StageRead Only:trueMaximum Length:50The name of the opportunity stage snapshot. -
OptyId: integer
(int64)
Title:
Opportunity IDThe unique identifier of the opportunity. -
OptyStgSnapshotId: integer
(int64)
Title:
Opportunity Stage Snapshot IDThe unique identifier of the opportunity stage snapshot. -
PhaseCd: string
Title:
Sales Stage PhaseRead Only:trueMaximum Length:30Default Value:"B - Working the Deal"The current phase of the opportunity sales stage. -
QuotaFactor: number
Title:
Sales Stage Quota FactorRead Only:trueThe quota factor of the opportunity sales stage. -
StageStatusCd: string
Title:
Sales Stage StatusRead Only:trueMaximum Length:30Default Value:"Open"The code indicating the default status for the opportunity's sales stage. -
StgEnterDate: string
(date-time)
Title:
Sales Stage Enter DateThe date when the opportunity entered a sales stage. -
StgExitDate: string
(date-time)
Title:
Sales Stage Exit DateThe date when the opportunity exited a sales stage. -
StgId: integer
(int64)
Title:
Sales Stage IDThe unique identifier of the opportunity sales stage. -
StgOrder: number
Title:
Sales Stage OrderRead Only:trueThe order of the opportunity's sales stage in the sales method.
arrayLinksobject-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
Currency: string
Title:
CurrencyRead Only:trueMaximum Length:15The currency associated with the subscription. -
DeleteFlag: boolean
Title:
DeletedRead Only:trueIndicates whether the user has access to delete the record. -
EndDate: string
(date)
Title:
Subscription End DateRead Only:trueThe end date of the subscription. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NetPrice: number
Title:
Total Contract ValueRead Only:trueThe total contract value of the subscription. -
OptyId: integer
(int64)
Title:
Opportunity IDThe unique identifier of the opportunity. -
OptySubscriptionId: integer
(int64)
Title:
Opportunity Subscription IDThe primary key and the unique internal identifier of the row. -
OptySubscriptionNumber: string
Title:
Opportunity Subscription NumberMaximum Length:30The unique subscription number to associate a subscription with an opportunity. -
PrimaryFlag: boolean
Title:
PrimaryIndicates whether a subscription is the Primary Subscription associated with the opportunity. -
StartDate: string
(date)
Title:
Subscription Start DateRead Only:trueThe start date of the subscription. -
Status: string
Title:
Subscription StatusRead Only:trueMaximum Length:30The current status of the subscription. -
SubscriptionId: integer
(int64)
Title:
Subscription IDThe subscription associated with an opportunity. -
SubscriptionNumber: string
Title:
Subscription NumberRead Only:trueMaximum Length:120The number assigned to the line within a subscription by the system or the customer. -
SubscriptionPeriod: string
Title:
Subscription TermThe duration of the subscription. -
UpdateFlag: boolean
Title:
UpdatedRead Only:trueIndicates whether the user has access to update the record.
arrayLinksobject-
AccessLevelCode: string
Title:
AccessRead Only:trueMaximum Length:30The access level granted to the opportunity team member, manager, and administrator of the organizations in the resource hierarchy. -
AsgnTerrBasedInd: string
Read Only:
trueMaximum Length:1Indicates the territory is assigned using automatic territory-based assignment. -
AsgnTerritoryVersionId: integer
(int64)
Title:
TerritoryRead Only:trueVersion identifier of the territory for the resource that got assigned to the opportunity through territory-based assignment. -
AssignmentType: string
Title:
Assignment TypeRead Only:trueIndicates how the resource is added to the opportunity team, for example Ad-Hoc means resource is added manually or through rule-based assignment. Territory means resource is added through territory-based assignment. -
City: string
Title:
CityRead Only:trueMaximum Length:60The city of the resource. -
ConflictId: integer
(int64)
Read Only:
trueDefault Value:0This value is used to guarantee the uniqueness of the row when duplicates are created in different databases, such as mobile databases or the server. -
Country: string
Title:
CountryRead Only:trueMaximum Length:2The country code of the resource. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the opportunity resource record. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time of the creation of the opportunity resource record. -
DealExpirationDate: string
(date)
Title:
Deal Protected to DateRead Only:trueThe end date of the deal protection period of an opportunity team member. This date is set for members of territories that are removed from the opportunity because of territory realignment. -
DealProtectedDate: string
(date)
Title:
Deal Protected from DateRead Only:trueThe start date of the deal protection period of an opportunity team member. This date is set for the members of territories that are removed from opportunity because of territory realignment. -
EmailAddress: string
Read Only:
trueMaximum Length:320The e-mail address of the resource. -
ForecastParticipationCode: string
Title:
Enable ForecastingRead Only:trueMaximum Length:30Default Value:REVENUEThe forecast participation type of the territory. -
FormattedPhoneNumber: string
Title:
Primary PhoneRead Only:trueThe formatted phone number for the opportunity team member. -
FunctionCode: string
Title:
FunctionRead Only:trueMaximum Length:30The code of the function or role of the territory team member. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time of the last update of the opportunity resource record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the opportunity resource record. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The session login associated to the user who last updated the opportunity resource record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LockAssignmentFlag: boolean
Title:
Lock AssignmentRead Only:trueMaximum Length:1Default Value:trueIndicates whether an opportunity team member can be removed from the team by automatic assignment. -
MemberFunctionCode: string
Title:
FunctionRead Only:trueMaximum Length:30The role of the team member on the opportunity, such as Integrator, Executive Sponsor, Technical Account Manager. -
OptyId: integer
(int64)
The unique identifier of the opportunity.
-
OptyNumber: string
Title:
Opportunity NumberRead Only:trueMaximum Length:30The alternate unique identifier of the opportunity associated with the opportunity team. -
OptyResourceId: integer
(int64)
Title:
Opportunity Resource IDRead Only:trueThe unique identifier of the opportunity resource. -
OptyResourceNumber: string
Title:
Opportunity Resource NumberRead Only:trueMaximum Length:30The label displaying the association between an opportunity and a resource (typically an opportunity sales team member). -
OptyTeamId: string
Read Only:
trueMaximum Length:255The unique key to identify the opportunity team member. -
OwnerFlag: boolean
Title:
PrimaryRead Only:trueIndicates whether the opportunity team member is the owner of the opportunity. -
PartnerOrgId: integer
(int64)
Read Only:
trueThe unique party identifier of the partner organization that the partner resource belongs to. -
PartnerPartyName: string
Read Only:
trueMaximum Length:360The name of the partner organization that the partner resource belongs to. -
PartyName: string
Title:
NameRead Only:trueMaximum Length:360The full name of the opportunity team member. -
PersonFirstName: string
Title:
First NameRead Only:trueMaximum Length:150The first name of the opportunity team member. -
PersonLastName: string
Title:
Last NameRead Only:trueMaximum Length:150The last name of the opportunity team member. -
PrimaryPhoneNumber: string
Read Only:
trueMaximum Length:40The primary formatted phone number for the resource. -
ResourceId: integer
(int64)
The unique identifier of the resource.
-
ResourcePartyNumber: string
Title:
Registry IDRead Only:trueMaximum Length:30The resource party number of the opportunity team member. -
RoleName: string
Read Only:
trueMaximum Length:255The role of the resource. -
State: string
Title:
StateRead Only:trueMaximum Length:60The state of the resource. -
TerritoryFunctionCode: string
Title:
Territory FunctionRead Only:trueMaximum Length:30The code of the business function of the territory. -
TerritoryName: string
Title:
Territory NameRead Only:trueMaximum Length:60The name of the territory. -
TerritoryOwnerFlag: boolean
Read Only:
trueIndicates whether the opportunity team member is the territory owner. -
TerritoryVersionId: integer
(int64)
The unique version identifier of the territory for the resource that got assigned to the opportunity through territory-based assignment.
-
TypeCode: string
Title:
TypeRead Only:trueMaximum Length:30Default Value:PRIMEThe code of the type of the territory.
arrayLinksobject-
ActionParameters: string
Title:
Action ParametersMaximum Length:1000List of parameters required to execute the action specified through PERFORM_ACTION field. -
AssociationStatusCode: string
Title:
Association Status CodeMaximum Length:30The status of the association. -
CompletedObjsCnt: integer
Title:
Completed Objectives CountRead Only:trueThe count of completed objectives. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CurrentAssocFlag: boolean
Title:
Current AssociationRead Only:trueMaximum Length:1Indicates whether it's the current ACTIVE association or the most recently updated association. -
ErrorLogs: array
Error Logs
Title:
Error LogsThe error logs resource is used to view error logs associated to the orchestration associations. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NextStepId: integer
(int64)
Title:
Next Step IDRead Only:trueThe unique identifier of the next step to be executed as part of the current Orchestration. -
NextStepSmartActionId: integer
(int64)
Title:
Next Step Smart Action IDRead Only:trueThe smart action identifier of the next step to be executed as part of the current Orchestration. -
OrchestrationAssociationId: integer
(int64)
Title:
Orchestration Association IDThe unique identifier of the orchestration association. -
OrchestrationAssociationNumber: string
Title:
Orchestration Association NumberMaximum Length:64The alternate identifier of the orchestration association. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier of the orchestration object. -
OrchestrationName: string
Title:
Orchestration NameRead Only:trueMaximum Length:100The name of orchestration object. -
OrchestrationNumber: string
Title:
Orchestration NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration object. -
PendingObjectivesCount: integer
Title:
Pending Objectives CountRead Only:trueNumber of pending objectives. -
PerformAction: string
Title:
Action to PerformMaximum Length:30The action that user can perform on this orchestration association. -
SkippedNothelpfulObjsCnt: integer
Title:
Skipped Objectives CountRead Only:trueThe count of skipped or not helpful objectives. -
SourceObjectCode: string
Title:
Source Object CodeMaximum Length:100The language independent object code. -
SourceObjectId: integer
(int64)
Title:
Source Object IDThe unique identifier for the source object code. -
StageObjectives: array
Stage Objectives
Title:
Stage ObjectivesThe stage objectives resource is used to view the stage objectives of the orchestration association. -
Stages: array
Stages
Title:
StagesThe stages resource is used to view the stage of the orchestration association. -
Steps: array
Steps
Title:
StepsThe steps resource is used to view the steps of the orchestration association. -
StepsInExecutionPath: array
Steps In Execution Path
Title:
Steps In Execution PathThe steps in execution path resource is used to view all the steps including future steps of the orchestration association. -
StepTransitions: array
Step Transitions
Title:
Step TransitionsThe step transitions resource is used to view the step transitions of the orchestration association. -
TotalObjsCnt: integer
Title:
Total Objectives CountRead Only:trueThe total number of objectives.
arrayError LogsarrayLinksarrayStage ObjectivesarrayStagesarrayStepsarraySteps In Execution PatharrayStep Transitionsobject-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
ErrorDescription: string
(byte)
Title:
Error DescriptionThe description of the error. -
ErrorLogsId: integer
(int64)
Title:
Error Logs IDThe unique identifier of the orchestration error logs. -
ErrorLogsNumber: string
Title:
Error Logs NumberMaximum Length:64The alternate identifier of the orchestration error logs. -
ErrorText: string
Title:
Error TextMaximum Length:2000The brief error details. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrchestrationAssociationId: integer
(int64)
Title:
Orchestration Association IDThe unique identifier of the orchestration association. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier of the orchestration object. -
OrchestrationName: string
Title:
Orchestration NameRead Only:trueMaximum Length:100The name of orchestration object. -
OrchestrationNumber: string
Title:
Orchestration NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration object. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestration stage object. -
OrchestrationStageName: string
Title:
Stage NameRead Only:trueMaximum Length:100The name of orchestration stage object. -
OrchestrationStageNumber: string
Title:
Orchestration Stage NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration stage object. -
OrchestrationStepId: integer
(int64)
Title:
Orchestration Step IDThe unique identifier of the orchestration step object. -
OrchestrationStepName: string
Title:
Orchestration Step NameRead Only:trueMaximum Length:100The name of orchestration step. -
OrchestrationStepNumber: string
Title:
Orchestration Step NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration step object. -
SourceObjectCode: string
Title:
Source Object CodeMaximum Length:100The language independent object code. -
SourceObjectId: integer
(int64)
Title:
Source Object IDThe unique identifier for the source object code.
arrayLinksobject-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DisplaySequence: integer
Title:
Display SequenceThe order in which the stages are to be executed or shown back in UI. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrchestrationAssociationId: integer
(int64)
Title:
Orchestration Association IDThe unique identifier of the orchestration association. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier of the orchestration object. -
OrchestrationName: string
Title:
Orchestration NameRead Only:trueMaximum Length:100The name of orchestration object. -
OrchestrationNumber: string
Title:
Orchestration NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration object. -
OrchestrationStageDisplaySequence: integer
(int32)
Title:
Display SequenceRead Only:trueThe order of the stages in the orchestration admin run time UIs. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestration stage object. -
OrchestrationStageName: string
Title:
Stage NameRead Only:trueMaximum Length:100The name of the orchestration stage object. -
OrchestrationStageObjDescription: string
Title:
Objective DescriptionRead Only:trueMaximum Length:2000The description text of the orchestration stage objective object. -
OrchestrationStageObjDisplaySequence: integer
(int32)
Title:
Display SequenceRead Only:trueThe order of the stages in the orchestration admin run time UIs. -
OrchestrationStageObjectiveId: integer
(int64)
Title:
Stage Objective IDThe unique identifier of the orchestration stage objective object. -
OrchestrationStageObjName: string
Title:
Objective NameRead Only:trueMaximum Length:100The name of the orchestration stage objective object. -
OrchestrationStageObjNumber: string
Title:
Stage Objective NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration stage objective object. -
RunTimeStageObjectiveId: integer
(int64)
Title:
Run Time Stage Objective IDThe unique identifier of the orchestration stage objective object. -
RunTimeStageObjectiveNumber: string
Title:
Run Time Stage Objective NumberMaximum Length:64The alternate identifier of the orchestration stage objective object. -
RunTimeStatus: string
Title:
Run Time StatusMaximum Length:30The status of the orchestration stage objective transition.
arrayLinksobject-
CompletedObjsCnt: integer
Title:
Completed Objectives CountThe count of completed objectives. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CurrentStageFlag: boolean
Title:
Current StageMaximum Length:1Indicates whether it's the current INPROGRESS stage or the most recently updated stage. -
DisplaySequence: integer
Title:
Display SequenceThe order in which the stage objectives are to be executed or shown back in UI. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrchestrationAssociationId: integer
(int64)
Title:
Orchestration Association IDThe unique identifier of the orchestration association. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier of the orchestration object. -
OrchestrationName: string
Title:
Orchestration NameRead Only:trueMaximum Length:100The name of orchestration object. -
OrchestrationNumber: string
Title:
Orchestration NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration object. -
OrchestrationStageDescription: string
Title:
Objective DescriptionRead Only:trueMaximum Length:2000The description text of the orchestration stage object. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestration stage object. -
OrchestrationStageName: string
Title:
Stage NameRead Only:trueMaximum Length:100The name of the orchestration stage object. -
OrchestrationStageNumber: string
Title:
Orchestration Stage NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration stage object. -
PendingObjectivesCount: integer
Title:
Pending Objectives CountNumber of pending objectives. -
RuntimeStageId: integer
(int64)
Title:
Run Time Stage IDThe unique identifier of the orchestration stages runtime object. -
RuntimeStageNumber: string
Title:
Run Time Stage NumberMaximum Length:64The alternate identifier of the orchestration stages runtime object. -
RunTimeStatus: string
Title:
Run Time StatusMaximum Length:30The status of the orchestration stages. -
SkippedNothelpfulObjsCnt: integer
Title:
Skipped Objectives CountThe count of skipped or not helpful objectives. -
StageEndDate: string
(date-time)
Title:
Stage End DateThe date and time when the stage execution starts. -
StageStartDate: string
(date-time)
Title:
Stage Start DateThe date and time when the stage execution ends. -
StepsCountInExecutionPath: integer
Title:
Step Count in Execution PathRead Only:trueNumber of Steps in the execution path for the orchestration stage. -
TotalObjsCnt: integer
Title:
Total Objectives CountThe total number of objectives.
arrayLinksobject-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CurrentStepFlag: boolean
Title:
Current StepMaximum Length:1Indicates whether it's the current INPROGRESS step or the most recently updated step. -
DisplaySequence: integer
Title:
Display SequenceThe order in which the steps are to be executed or shown back in UI. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrchestrationAssociationId: integer
(int64)
Title:
Orchestration Association IDThe unique identifier of the orchestration association. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier of the orchestration object. -
OrchestrationName: string
Title:
Orchestration NameRead Only:trueMaximum Length:100The name of orchestration object. -
OrchestrationNumber: string
Title:
Orchestration NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration object. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestration stage object. -
OrchestrationStageName: string
Title:
Stage NameRead Only:trueMaximum Length:100The name of the orchestration stage object. -
OrchestrationStageNumber: string
Title:
Orchestration Stage NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration stage object. -
OrchestrationStepId: integer
(int64)
Title:
Orchestration Step IDThe unique identifier of the orchestration step object. -
OrchestrationStepName: string
Title:
Orchestration Step NameRead Only:trueMaximum Length:100The name of orchestration step. -
OrchestrationStepNumber: string
Title:
Orchestration Step NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration step object. -
RunTimeStatus: string
Title:
Run Time StatusMaximum Length:30The run time status of the orchestration stage objective transition. -
RunTimeStepId: integer
(int64)
Title:
Run Time Step IDThe unique identifier of the orchestration steps runtime object. -
RunTimeStepNumber: string
Title:
Run Time Step NumberMaximum Length:64The alternate identifier of the orchestration steps runtime object. -
StepEndDate: string
(date-time)
Title:
Step End DateThe date and time when the step execution ends. -
StepStartDate: string
(date-time)
Title:
Step Start DateThe date and time when the step execution starts. -
StepTemplateId: integer
(int64)
Title:
Step Template IDRead Only:trueThe unique identifier of the step template. -
StepTemplateStepName: string
Title:
Step Name Within Step TemplateRead Only:trueMaximum Length:100The name of the step within the step template resource.
arrayLinksobject-
ContainMultipleTasks: string
Read Only:
trueMaximum Length:1Indicates whether the step contains multiple tasks. -
CurrentStepFlag: boolean
Read Only:
trueMaximum Length:1Indicates whether it's the current INPROGRESS step or the most recently updated step. -
DisplaySequence: integer
(int32)
Read Only:
trueThe order of the steps in the orchestration administrator runtime UIs. -
ExecutionMethod: string
Read Only:
trueMaximum Length:30The execution type for the orchestration step. The possible values are Manual and Automatic. -
FulfillsObjectiveCnt: integer
Read Only:
trueThe count of objectives. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrchestrationAssocId: integer
(int64)
Read Only:
trueThe unique identifier of the orchestration association. -
OrchestrationStageId: integer
(int64)
Read Only:
trueThe unique identifier of the orchestration stage object. -
OrchestrationStageObjId: integer
(int64)
Read Only:
trueThe unique identifier of the orchestration stage objective object. -
OrchestrationStepId: integer
(int64)
Read Only:
trueThe unique identifier of the orchestration step object. -
OrchestrationStepName: string
Read Only:
trueMaximum Length:100The name of orchestration step. -
RunTimeStatus: string
Read Only:
trueMaximum Length:30The runtime status of the orchestration steps. -
StepEndDate: string
(date-time)
Read Only:
trueSpecifies the date and time when the step execution ends. -
StepStartDate: string
(date-time)
Read Only:
trueSpecifies the date and time when the step execution starts. -
StepSuggestionText: string
Read Only:
trueMaximum Length:2000Suggestion text of the Orchestration step. -
StepType: string
Read Only:
trueMaximum Length:30The type of step.
arrayLinksobject-
ActivityAppointmentStatusCode: string
Title:
Appointment StatusRead Only:trueMaximum Length:30Denotes the status of the Appointment. -
ActivityDescription: string
(byte)
Title:
DescriptionRead Only:trueA text field for capturing some descriptive information about the activity. -
ActivityDueDate: string
(date)
Title:
Due DateRead Only:trueThe date the task activity is due to be completed. -
ActivityEndDate: string
(date-time)
Title:
End DateRead Only:trueThe end date and time of an appointment, or the completion time of a task. -
ActivityId: integer
(int64)
Title:
Activity IDThe unique identifier of the activity. -
ActivityNumber: string
Title:
Activity NumberRead Only:trueMaximum Length:64Alternate identifier of the activity. System generated or can come from external system (user key). -
ActivityOwnerId: integer
(int64)
Title:
Owner IDRead Only:trueThe primary resource on the activity. Supports resources only. -
ActivityOwnerPartyName: string
Title:
OwnerRead Only:trueMaximum Length:360Name of the party. -
ActivityPartialDescription: string
Title:
Short DescriptionRead Only:trueMaximum Length:4000A column that stores the first 4000 characters of activity description. -
ActivitySMARTActionContext: string
Title:
Smart Action ContextRead Only:trueMaximum Length:4000Stores metadata needed for smart action -
ActivitySMARTActionId: integer
(int64)
Title:
Smart Action IDRead Only:trueSmart action identifier. Foriegn key from zca_user_action. -
ActivityStartDate: string
(date-time)
Title:
Start DateRead Only:trueThe start date and time of an appointment or a task. Defaulted to null for an appointment and defaulted to creation datetime for a task. -
ActivitySubject: string
Title:
SubjectRead Only:trueMaximum Length:500Subject or name ot title of the activity. -
ActivityTaskStatusCode: string
Title:
StatusRead Only:trueMaximum Length:30Status of the activity. Defaulted to NOT_STARTED. -
ActivityWebConferenceId: string
Title:
Web Conference IDRead Only:trueMaximum Length:255The unique identifier of the web conference. -
ActivityWebConferenceURL: string
Title:
Web Conference URLRead Only:trueMaximum Length:2000The web conference join URL. -
AllowSkipFlag: boolean
Title:
Allow Step SkippingRead Only:trueMaximum Length:1Default Value:trueIndicates whether or not to show skip or thumbs down icon in guidance primary or secondary banner. -
Comments: string
Title:
CommentsMaximum Length:2000Specifies the brief comments required for runtime step transition row. -
ConversationId: integer
(int64)
Title:
Conversation IDThe unique identifier of conversation message. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
EmailType: string
Title:
Email TypeMaximum Length:30The orchestration step transition runtime email type. -
ExitOrchestrationFlag: boolean
Title:
Exit OrchestrationRead Only:trueMaximum Length:1Indicates whether or not to exit the orchestration when stop step occurs. -
IATemplateName: string
Title:
Authoring Interview Template NameRead Only:trueMaximum Length:255The name of the authoring interview template. -
IATemplateValue: string
Title:
IA Template ValueRead Only:trueMaximum Length:100The name of the intelligent advisor guide template. -
InboundConvMsgId: integer
(int64)
Title:
Inbound Conversation Message IDThe unique identifier of inbound conversation message. -
InteractionId: integer
(int64)
Title:
Interaction IDThe unique identifier of interaction. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrchestrationAssociationId: integer
(int64)
Title:
Orchestration Association IDThe unique identifier of the orchestration association. -
OrchestrationAssociationNumber: string
Title:
Orchestration Association NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration association. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier of the orchestration object. -
OrchestrationName: string
Title:
Orchestration NameRead Only:trueMaximum Length:100The name of orchestration object. -
OrchestrationNumber: string
Title:
Orchestration NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration object. -
OrchestrationStageId: integer
(int64)
Title:
Orchestration Stage IDThe unique identifier of the orchestration stage object. -
OrchestrationStageName: string
Title:
Stage NameRead Only:trueMaximum Length:100The name of the orchestration stage object. -
OrchestrationStageNumber: string
Title:
Orchestration Stage NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration stage object. -
OrchestrationStepId: integer
(int64)
Title:
Orchestration Step IDThe unique identifier of the orchestration step object. -
OrchestrationStepName: string
Title:
Orchestration Step NameRead Only:trueMaximum Length:100The name of orchestration step. -
OrchestrationStepNumber: string
Title:
Orchestration Step NumberRead Only:trueMaximum Length:64The alternate identifier of the orchestration step object. -
OrchestrationStepTasksId: integer
(int64)
Title:
Orchestration Step Tasks IDUnique identifier for the orchestration step tasks. -
OrchestrationStepType: string
Title:
Step TypeRead Only:trueMaximum Length:30The type of step. -
OrchStepTransitionFlag: boolean
Title:
Current Step TransitionMaximum Length:1Indicates whether it's the current INPROGRESS Step transition or the most recently updated step transition row. -
OutboundConvMsgId: integer
(int64)
Title:
Outbound Conversation Message IDThe unique identifier of outbound conversation message. -
RefreshPageFlag: boolean
Title:
Refresh PageMaximum Length:1Indicates whether or not to refresh the whole page before surfacing the current Step in the runtime UI. -
StepDisplaySequence: integer
Title:
Display SequenceRead Only:trueThe order of the steps in the orchestration administrator runtime UIs. -
StepSuggestionText: string
Title:
Step Suggestion TextRead Only:trueMaximum Length:2000Suggestion text of the Orchestration step. -
StepTaskDisplaySequence: integer
(int32)
Title:
Display SequenceRead Only:trueThe order of the steps in the orchestration administrator runtime UIs. -
StepTemplateId: integer
(int64)
Title:
Step Template IDRead Only:trueThe unique identifier of the step template. -
StepTemplateStepName: string
Title:
Step Template NameRead Only:trueMaximum Length:100The name of the step within the step template resource. -
StepTransitionId: integer
(int64)
Title:
Step Transition IDThe unique identifier of the orchestration step transition object. -
StepTransitionNumber: string
Title:
Step Transition NumberMaximum Length:64The alternate identifier of the orchestration step transition object. -
StepType: string
Title:
Step TypeMaximum Length:30The type of the step to which the step transitions correspond to. -
SuccessCriteriaEvalFlag: boolean
Title:
Success Criteria Evaluation FlagMaximum Length:1Specifies the success criteria evaluation result for the step. -
TransitionDueDateTime: string
(date-time)
Title:
Transition Due Date TimeThe date and time when the step transition is due. -
TransitionEndDateTime: string
(date-time)
Title:
Transition End Date TimeThe date and time when the step transition ended. -
TransitionStartDateTime: string
(date-time)
Title:
Transition Start Date TimeThe date and time when the step transition started. -
TransitionStatus: string
Title:
Transition StatusMaximum Length:30The status of the orchestration step transition. -
WrapUpId: integer
(int64)
Title:
Wrap-up IDThe unique identifier of the wrap up.
arrayLinksobject-
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time when the contact record was created. -
DealEstCloseDate: string
(date-time)
Title:
Deal Registration Estimated Close DateThe date when the deal registration is estimated to close. -
DealExpirationDate: string
(date-time)
Title:
Expiration DateThe date when the deal registration will expire. -
DealType: string
Title:
TypeMaximum Length:30The type of deal registration. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The session login associated to the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OptyId: integer
(int64)
Title:
Opportunity IDThe unique identifier of the opportunity. -
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The number of the opportunity which is the unique public identifier of the opportunity. -
PartnerCompanyNumber: string
Title:
Partner Company NumberMaximum Length:30The alternate key identifier of the partner's company. -
PartnerPartyNumber: string
Read Only:
trueMaximum Length:30The alternate key identifier of the partner party associated with the opportunity. -
PartOrgEmailAddress: string
Title:
EmailRead Only:trueMaximum Length:320The email address of the primary partner organization for this revenue. -
PartOrgFormattedPhoneNumber: string
Title:
PhoneRead Only:trueThe phone number of the primary partner organization for this revenue. -
PartOrgPartyId: integer
(int64)
Title:
NameThe unique identifier of the partner organization associated with the revenue. -
PartProgramId: integer
(int64)
Title:
ProgramThe unique identifier of the partner program associated with the revenue. -
PartTypeCd: string
Title:
TypeMaximum Length:30The code indicating the type of the party associated with the summary or primary revenue of the opportunity. A list of valid values is defined in the lookup PARTNER_PROFILE. -
PartyId: integer
(int64)
Read Only:
trueThe unique identifier of the partner party is associated with the opportunity. -
PartyName: string
Title:
PartnerMaximum Length:360The name of the partner party associated with the opportunity. -
PartyName1: string
Title:
Primary ResourceMaximum Length:360The name of the primary partner resource associated with the opportunity. -
PreferredContactEmail: string
Title:
Contact EmailRead Only:trueThe preferred e-mail address of the partner???s primary contact. -
PreferredContactName: string
Title:
Primary ContactRead Only:trueThe preferred name of the partner???s primary contact. -
PreferredContactPhone: string
Title:
Contact PhoneRead Only:trueThe preferred phone number of the partner???s primary contact. -
PrimaryFlg: string
Title:
PrimaryIndicates whether the Revenue Partner is the primary Revenue Partner for the opportunity. -
PrPartResourcePartyId: integer
(int64)
Title:
Primary ResourceThe unique identifier of the primary partner resource. -
RegistrationNumber: string
Title:
Registration NumberMaximum Length:120The registration number of the deal registration. -
RegistrationStatus: string
Title:
Registration StatusMaximum Length:30The registration status of the partner who create the opportunity or deal. -
RevnId: integer
(int64)
The unique identifier of the summary or primary revenue for the opportunity.
-
RevnPartnerNumber: string
Title:
Opportunity Partner NumberMaximum Length:30The party number of the partner record. -
RevnPartOrgPartyId: integer
(int64)
The unique identifier of the partner party associated with the opportunity.
-
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Actionsobject-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example, if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates if action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for 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 whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
arrayLinksobject-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
arrayLinksobject-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example, if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Indicates if action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for 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 whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Indicates whether the action is seeded or custom. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
arrayLinksobject-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
arrayLinksobject-
DataType: string
Read Only:
trueMaximum Length:255The data type associated with the value of the feature used for predictions from the AI models. -
FeatureName: string
Read Only:
trueThe name of the feature used for predictions from the AI models. -
FeatureValue: string
Read Only:
trueMaximum Length:255The value of the feature used for predictions from the AI models. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
arrayLinks- assignOpportunity
-
Assigns a matched opportunity.
- copyOpportunity
-
Copies a matched opportunity.
- copyOpportunityAndGetId
-
This method lets you copy an opportunity record to a new opportunity, where the identifiers of the newly created opportunity record is returned.
- createQuote
-
This method lets you invoke a create quote process in an active Oracle CPQ Cloud integration.
Examples
The following example shows how to get all opportunities by submitting a get request on the REST resource using cURL. For more information about cURL, see Use cURL.
By default, the method returns the list of all opportunities filtered by the following criteria:
- The method returns only open opportunities (Status = OPEN).
- The method returns opportunities only for the currently logged in user (MYOPTIES recordset filter is applied).
- The current closed period is considered. This is stored in the profile value MOO_OPTY_SRCH_DFLT_CLS_PERIOD. The default value is the current fiscal quarter.
If you want to broaden the results, you must add the required parameters or recordsets to the method. For more information, see the Bind Parameters and Supported Record Sets sections.
cURL Command
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/opportunities
Supported Finder and Bind Parameters
The opportunities resource defines a finder named MyOpportunitiesFinder, with the several bind parameters. You can use this finder to fetch all opportunities that match the criteria specified in the bind parameters.
Bind Parameters
The following table lists the supported bind parameters with their default values and curl command. If any bind parameter is not provided in the command, then its default value is used to fetch the matching records. If required, you can also use one or more bind parameters together. For example, you can use the curl command curl -u <username:password> \ -X https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder;Name=test,EffectiveBeginDate=2014-07-01,EffectiveEndDate=2014-07-10,RecordSet=MYOPTIES,OptyStatusCode=OPEN,ContactPartyId=300100017180117
| Bind Parameter | Description | Default Value | cURL Command |
|---|---|---|---|
| Name | Lists the opportunities matching the name. | N/A | curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder;Name=test |
| EffectiveBeginDate | Lists the opportunities matching the effective begin date. | Based on the profile option MOO_OPTY_SRCH_DFLT_CLS_PERIOD | curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder; EffectiveBeginDate=2014-08-01 |
| EffectiveEndDate | Lists the opportunities matching the effective end date. | Based on the profile option MOO_OPTY_SRCH_DFLT_CLS_PERIOD | curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder; EffectiveEndDate=2014-08-10 |
| OptyStatusCode | Lists the opportunities matching the status code provided. | OPEN | curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder; OptyStatusCode=OPEN |
| ContactPartyId | Lists the opportunities matching the contact party ID. | N/A | curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder; ContactPartyId =1001 |
| RecordSet | Recordset filter parameter | MYOPTIES | curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder;RecordSet='MYOPTIES' |
Supported Record Sets
The opportunity resource supports the following record sets.
| Record set | Description | cURL command |
|---|---|---|
|
MYOPTIES |
Lists all the opportunities owned by the current user. |
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder;RecordSet='MYOPTIES' |
|
MYSALESTEAMOPTIES |
Lists all the opportunities in the current user's sales account team. |
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder;RecordSet= 'MYSALESTEAMOPTIES' |
|
MYASSGTERROPTIES |
Lists all the opportunities in territories that are assigned to the current user's sales account. |
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder;RecordSet= 'MYASSGTERROPTIES' |
|
MYSUBORDINATESOPTIES |
Lists all the opportunities owned by the current user who is part of the resource hierarchy and the subordinates of the current user. |
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder;RecordSet= 'MYSUBORDINATESOPTIES' |
|
MYSUBORDSSALESTEAMOPTIES |
Lists all the opportunities in the current user's and a subordinate's sales account team. |
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder;RecordSet= 'MYSUBORDSSALESTEAMOPTIES' |
|
MYASSGDESCTERROPTIES |
Lists all the opportunities in the territories and child territories of the current user's sales account. |
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder;RecordSet= 'MYASSGDESCTERROPTIES' |
|
ALLOPTIES |
Lists all the opportunities visible to the current user. |
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.12.1.0/opportunities?finder=MyOpportunitiesFinder;RecordSet= 'ALLOPTIES' |
|
MOO_OPTY_SRCH_RECORD_SET |
Lists all the record sets in Opportunities. |
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/fndStaticLookups?finder=LookupTypeIsEnabledFinder%3BBindLookupType%3DMOO_OPTY_SRCH_RECORD_SET |
|
MKL_LEAD_SRCH_GROUP |
Lists all the record sets in Sales Lead. |
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/fndStaticLookups?finder=LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType %3DMKL_LEAD_SRCH_GROUP |
Example of Response Body
The following shows an example of the response body in JSON format.
Content-Type: {
"items" : [12]
-0: {
"PrimaryOrganizationId" : 204,
"ChampionFlag" : false,
"CreatedBy" : "UPGRADE:SEBL:1-KHL3",
"CreationDate" : "2009-05-11T00:09:56-07:00",
"CurrencyCode" : "USD",
"SalesMethodId" : 100000012430009,
"SalesStageId" : 100000012430010,
"LastUpdatedBy" : "SALES_ADMIN",
"LastUpdateLogin" : null,
"Name" : "Major upgrade of legacy application",
"OptyId" : 999997817606460,
"OptyNumber" : "3-EBS-2285"
}
-1:
{
...
}
...
}