prospectivePartnerApprove
Approve the prospective partner and provision the account
The prospectivePartnerApprove query accepts the following input: ProspectivePartnerApproveMutationInput
It returns the following: ProspectivePartner
An example of the request is as follows:
mutation {
prospectivePartnerApprove(input :{
guid: "sdlk-kdld-dkdl-adkd-aldk-a4kd-kdka-4k44-9999"
isNotPartOfGartnerMagicIPaasAccount: true
isThirdPartyScreeningDone: true }){
guid
firstName
lastName
title
emailId
organization
countryCode
state
website
phoneNumber
status
rejectionReason
}
}
prospectivePartnerApprove(
input: ProspectivePartnerApproveMutationInput!
): String
Arguments
prospectivePartnerApprove.input ● ProspectivePartnerApproveMutationInput! non-null input partner-portal
Type
String scalar miscellaneous
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
Was this topic helpful?