prospectivePartnerReject
Reject prospective partner
The prospectivePartnerReject mutation accepts the following input: ProspectivePartnerRejectInput
It returns the following: ProspectivePartner
An example of the request is as follows:
mutation {
prospectivePartnerReject(input: {rejectionReason: "please resubmit" guid: "sdlk-kdld-dkdl-adkd-aldk-a4kd-kdka-4k44-9999"}){
guid
firstName
lastName
title
emailId
organization
countryCode
state
website
phoneNumber
status
rejectionReason
}
}
prospectivePartnerReject(
input: ProspectivePartnerRejectInput!
): ProspectivePartner!
Arguments
prospectivePartnerReject.input ● ProspectivePartnerRejectInput! non-null input partner-portal
Type
ProspectivePartner object partner-portal
Was this topic helpful?