Get all opportunities
get
/crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetOpportunities
Request
Path Parameters
-
AssetId(required): integer(int64)
The unique identifier of the asset.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
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 asset number of the asset of the opportunity.
- AssetSerialNumber; string; The associated asset's serial number.
- BudgetedFlag; boolean; Indicates if the opportunity sales account has its budget approved for the potential purchase.
- ClosePeriod; string; The names of the filter on which opportunities can be filtered based on effective date range.
- ConflictId; integer; This value is used to guarantee the uniqueness of the row when duplicates are created in different databases (such as mobile databases or the server).
- CreationDate; string; The date and time when the opportunity 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 the opportunity amount is based on.
- CustPartyType; string; The party type of the account associated to the opportunity. The possible values are Organization, Household and Contact.
- EffectiveDate; string; The estimated close date for the opportunity.
- 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.
- LastUpdateDate; string; The date and time when the record was last updated.
- LineOfBusinessCode; string; The line of business that is responsible for the opportunity.
- LookupCategory; string; The status category of the opportunity.
- Name; string; The name of the opportunity associated with the asset.
- 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 opportunity was last updated.
- OptyLastUpdatedBy; string; The user who last updated the opportunity.
- OptyNumber; string; The alternate unique identifier of the opportunity associated with the asset.
- OwnerPartyNumber; string; The party number of a valid employee resource who owns and manages the opportunity.
- OwnerResourcePartyId; integer; The unique identifier of the opportunity owner.
- PartyName1; string; The name of the opportunity owner.
- PartyUniqueName1; string; The unique name of the primary opportunity competitor.
- 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 of this opportunity.
- PrimaryCompetitorPartyNumber; string; The alternate key identifier of the opportunity's primary competitor party.
- PrimaryContactPartyName; string; The name of the 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 party ID of the primary partner.
- QuotedFlag; boolean; Indicates that a quote has been created for this opportunity.
- ReasonWonLostCode; string; The win or loss reason of the opportunity. Valid values from the MOO_SETID_WIN_LOSS_REASON lookup type.
- RecommendedAction; string; The AI recommended action.
- RecordSet; string; The name of the predefined opportunity search filters.
- SalesChannelCd; string; Indicates the sales channel for the opportunity.
- SalesMethod; string; The sales method of the opportunity.
- SalesMethodId; integer; The unique identifier of the sales method for this opportunity. This indicates the sales process used.
- SalesStageId; integer; The unique identifier of the sales stage of the opportunity.
- SetupRefCode; string; The public unique identifier for the CPQ configuration setup.
- StatusCode; string; The status of the opportunity. Valid values from the MOO_OPTY_STATUS lookup type.
- TargetPartyId; integer; The unique identifier of the opportunity sales account.
- WinProb; integer; The opportunity win probability.
-
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".
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : assets-assetOpportunities
Type:
Show Source
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.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : assets-assetOpportunities-item-response
Type:
Show Source
object-
AccountPartyNumber: string
Title:
Account NumberRead Only:trueMaximum Length:30The party number of the sales account that owns the opportunity. -
AssetId: integer
(int64)
The identifier of the asset of the opportunity.
-
AssetNumber: string
Title:
Asset NumberMaximum Length:100The asset number of the asset of the opportunity. -
AssetProduct: string
Title:
AssetThe associated asset's product name. -
AssetSerialNumber: string
Title:
Asset Serial NumberRead Only:trueMaximum Length:100The associated asset's serial number. -
AssignmentMode: string
Title:
Assignment ModeMaximum Length:30Specifies the types of assignment mode options available for controlling auto assignment default behavior for opportunity record updates. -
AverageDaysAtStage: integer
(int64)
Title:
DurationRead Only:trueThe average days an 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 of the budget amount. -
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 its budget approved for the potential purchase. -
ChampionFlag: boolean
Title:
Key Internal SponsorMaximum Length:1Default Value:falseIndicates if this opportunity has a key internal sponsor. -
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 comments about this opportunity. -
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 (such as mobile databases or the server). -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the opportunity. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the opportunity 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:15CRM common currency code. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency the opportunity amount is based on. -
CustomerAccountId: integer
(int64)
Title:
Billing AccountThe 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:30Indicates how long it may take to close the deal. This field refers to the lookup type MOO_SETID_DEAL_HORIZION. -
DecisionLevelCode: string
Title:
Decision LevelMaximum Length:30Indicates the decision level at the opportunity sales account to commit. This field refers to the lookup type MOO_SETID_DECISION_LEVEL. -
DeleteFlag: boolean
Title:
DeletedRead Only:trueIndicates whether the user has access to delete the record. -
Description: string
Title:
Sales ObjectiveMaximum Length:2000The description of the opportunity. -
DescriptionText: string
Title:
DescriptionRead Only:trueMaximum Length:255The sales objective of the opportunity. -
DownsideAmount: number
Title:
Worst CaseDefault Value:0The worst case amount. -
EffectiveDate: string
(date)
Title:
Close DateThe estimated close date for the opportunity. -
EmailAddress: string
Title:
Owner EmailRead Only:trueMaximum Length:320The e-mail address of the opportunity owner. -
ExpectAmount: number
Title:
Expected RevenueDefault Value:0The expected revenue amount. -
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. -
KeyContactId: integer
(int64)
Title:
Primary ContactThe unique identifier of the primary contact. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
LastUpdateLogin: string
Title:
Last Update LoginMaximum Length:32The login of the user who last updated the row. -
LineOfBusinessCode: string
Title:
Line of BusinessMaximum Length:30The line of business that is responsible for 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. -
ManageGeneralProfileDataFlag: boolean
Title:
Manage General Profile DataRead Only:trueAllows management of general opportunity information such as competitors, lead, source, contacts, references, interactions, and assessments. -
ManageRestrictedProfileDataFlag: boolean
Title:
Manage Restricted Profile DataRead Only:trueAllows management of restricted opportunity information such as sales method, sales stage, sales account, primary contact, and partners. -
ManageRevenueDataFlag: boolean
Title:
Manage Revenue DataRead Only:trueAllows management of revenue data, such as products and recurring revenue information. -
ManageTeamDataFlag: boolean
Title:
Manage Team DataRead Only:trueAllows management of opportunity sales team data. -
MaximumDaysInStage: integer
(int64)
Title:
Stalled Deal LimitRead Only:trueThe maximum days the opportunity can be in the sales stage prior to considering it stalled. -
Name: string
Title:
NameMaximum Length:275The name of the opportunity associated with the asset. -
OpportunityOrigin: string
Title:
Opportunity OriginMaximum Length:30Default Value:SALES_OPTYThe value for the origin of the opportunity. -
OpportunityTypeCode: string
Title:
Opportunity TypeMaximum Length:30The different types of opportunity such as new, renewal and expansion. -
OptyCreatedBy: string
Title:
Opportunity Created ByMaximum Length:64The user who created the opportunity. -
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 opportunity was last updated. -
OptyLastUpdatedBy: string
Title:
Opportunity Last Updated ByMaximum Length:64The user who last updated the opportunity. -
OptyNumber: string
Title:
Opportunity NumberMaximum Length:30The alternate unique identifier of the opportunity associated with the asset. -
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 the opportunity owner. -
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 opportunity competitor. -
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 of 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. -
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 for the primary contact on the opportunity. -
PrimaryContactPartyName: string
Title:
Primary ContactRead Only:trueMaximum Length:360The name of the 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 IDIdentifier 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 party ID of the primary partner. -
PrimaryPartnerOrgPartyName: string
Title:
Primary PartnerMaximum Length:360The name of primary partner assigned to this opportunity. -
PrimaryRevenueId: integer
(int64)
Title:
Summary Revenue Line IDThe unique identifier for the summary revenue line for the opportunity. The summary revenue line stores the total revenue amount of an opportunity. -
PrimarySubscriptionId: integer
(int64)
Title:
Primary Subscription IdThe unique identifier for the primary subscription of an opportunity. -
PrimarySubscriptionNumber: string
Title:
Subscription NumberRead Only:trueMaximum Length:120The alternate identifier for primary subscription of the opportunity. -
PrSrcNumber: string
Title:
Primary Source NumberMaximum Length:100The 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 that a quote has been created for this opportunity. -
RcmndWinProb: number
Title:
Win ProbabilityRead Only:trueDefault Value:0The recommended win probability for an opportunity in the sales stage -
ReasonWonLostCode: string
Title:
Win/Loss ReasonMaximum Length:30The win or loss reason of the opportunity. Valid values from the MOO_SETID_WIN_LOSS_REASON lookup type. -
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 deal registration status. -
RegistrationStatus: string
Title:
Registration StatusMaximum Length:30The registration status of the partner who created the opportunity or deal. -
RegistrationType: string
Title:
Registration TypeMaximum Length:30The registration type used for this partner. -
RenewalProcess: string
Title:
Renewal ProcessMaximum Length:30The renewal process can be manual, do not renew or automatic renewal. -
Revenue: number
Title:
AmountDefault Value:0The revenue amount associated with the opportunity. -
RiskLevelCode: string
Title:
Level of RiskMaximum Length:30Indicates the risk level for this opportunity. This field refers to the lookup type MOO_SETID_RISK_LEVEL. -
SalesAccountUniqueName: string
Title:
Customer AccountRead Only:trueMaximum Length:900The name of the sales account. -
SalesChannelCd: string
Title:
Sales ChannelMaximum Length:50Indicates the sales channel for the opportunity. -
SalesMethod: string
Title:
Sales MethodRead Only:trueMaximum Length:50The sales method of the opportunity. -
SalesMethodId: integer
(int64)
Title:
Sales MethodThe unique identifier of the sales method for this opportunity. This indicates the sales process used. -
SalesStage: string
Title:
Sales StageRead Only:trueMaximum Length:50The sales stage of the opportunity. -
SalesStageId: integer
(int64)
Title:
Sales StageThe unique identifier of 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. -
SourceType: string
Title:
Source TypeRead Only:trueThe type of the source. -
StageStatusCd: string
Title:
StatusRead Only:trueMaximum Length:30Default Value:"Open"The default status for the opportunity sales stage. -
StatusCode: string
Title:
StatusMaximum Length:30The status of the opportunity. Valid values from the MOO_OPTY_STATUS lookup type. -
StgOrder: number
Title:
OrderRead Only:trueThe order of the opportunity's sales stage within the sales method. -
StrategicLevelCode: string
Title:
Strategic ValueMaximum Length:30Indicates the level of the strategic value to work with the opportunity sales account. This field refers to the lookup type MOO_SETID_STRATEGIC_VALUE. -
TargetPartyId: integer
(int64)
Title:
AccountThe unique identifier of the opportunity sales account. -
TargetPartyName: string
Title:
AccountRead Only:trueMaximum Length:360The name of the sales account. -
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 user has access to update the record. -
UpsideAmount: number
Title:
Best CaseDefault Value:0The best case amount. -
WinProb: integer
(int32)
Title:
Win ProbabilityThe opportunity win probability.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Links
- assignOpportunity
-
Operation: /crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetOpportunities/action/assignOpportunityParameters:
- AssetId:
$request.path.AssetId
This method lets you assign a matched opportunity. - AssetId:
- copyOpportunity
-
Operation: /crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetOpportunities/action/copyOpportunityParameters:
- AssetId:
$request.path.AssetId
This method lets you copy a matched opportunity. - AssetId:
- copyOpportunityAndGetId
-
Parameters:
- AssetId:
$request.path.AssetId
This method lets you copy an opportunity record to a new opportunity, where the identifiers of the newly created opportunity record is returned. - AssetId:
- createQuote
-
Operation: /crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetOpportunities/action/createQuoteParameters:
- AssetId:
$request.path.AssetId
This method lets you invoke a create quote process in an active Oracle CPQ Cloud integration. - AssetId: