Waiting for engine...
Skip to main content

ProspectivePartner

No description

type ProspectivePartner {
guid: ID!
firstName: String!
lastName: String!
title: String!
emailId: String!
organization: String!
countryCode: String!
state: String!
website: String!
phoneNumber: String!
status: ProspectivePartnerStatus
rejectionReason: String
isThirdPartnerScreeningDone: Boolean
isNotPartOfGartnerMagicIPaasAccount: Boolean
errorMessage: String
}

Fields

ProspectivePartner.guid ● ID! non-null scalar miscellaneous

System generated id for the ProspectivePartner

ProspectivePartner.firstName ● String! non-null scalar miscellaneous

FirstName.

ProspectivePartner.lastName ● String! non-null scalar miscellaneous

Last Name.

ProspectivePartner.title ● String! non-null scalar miscellaneous

Job Title.

ProspectivePartner.emailId ● String! non-null scalar miscellaneous

Company Email Address.

ProspectivePartner.organization ● String! non-null scalar miscellaneous

Company Name.

ProspectivePartner.countryCode ● String! non-null scalar miscellaneous

Country

ProspectivePartner.state ● String! non-null scalar miscellaneous

State

ProspectivePartner.website ● String! non-null scalar miscellaneous

Company Website

ProspectivePartner.phoneNumber ● String! non-null scalar miscellaneous

Phone Number

ProspectivePartner.status ● ProspectivePartnerStatus enum partner-portal

Status of the request

ProspectivePartner.rejectionReason ● String scalar miscellaneous

The reason for rejecting the interest entered by boomi employee

ProspectivePartner.isThirdPartnerScreeningDone ● Boolean scalar miscellaneous

Ensuring the third-party screening is completed for Partner prior approving

ProspectivePartner.isNotPartOfGartnerMagicIPaasAccount ● Boolean scalar miscellaneous

Ensuring the Partner are not part of the Gartner magic iPaaS quadrant

ProspectivePartner.errorMessage ● String scalar miscellaneous

The error message of Provisioning partner

Returned By

prospectivePartnerRegister mutation ●  prospectivePartnerReject mutation

Member Of

ProspectivePartnerQueryResult object

On this Page