opportunityInformation
Get opportunity information.
Arguments
The public number of the target Opportunity.
Returns
OpportunityInformationExamples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query OpportunityInformation($opportunityNumber: String!) {
opportunityInformation(opportunityNumber: $opportunityNumber) {
address
channel
emailAddress
landlineNumber
name
number
phoneNumber
}
}
Variables
{
"opportunityNumber": "oil-later-change-mean-more"
}
Response
{
"data": {
"opportunityInformation": {
"address": "career-seven-writer-defense-performance",
"channel": "lose-brother-thought-recognize-different",
"emailAddress": "play-stock-anyone-common-break",
"landlineNumber": "none-me-process-film-foreign",
"name": "similar-start-state-detail-sea",
"number": "exactly-personal-technology-especially-responsibility",
"phoneNumber": "here-business-get-box-together"
}
}
}