prospectivePartnerRegister
Submits an Interest form from a Customer
The prospectivePartnerRegister mutation accepts the following input: ProspectivePartnerRegInput
It returns the following: ProspectivePartner
An example of the request is as follows:
mutation {
prospectivePartnerRegister(input: {
emailId : ""
firstName : ""
lastName : ""
title : ""
organization : ""
countryCode : ""
state : ""
website : ""
phoneNumber : ""
}){
guid
firstName
lastName
title
emailId
organization
countryCode
state
website
phoneNumber
status
rejectionReason
}
}
prospectivePartnerRegister(
input: ProspectivePartnerRegInput!
): ProspectivePartner!
Arguments
prospectivePartnerRegister.input ● ProspectivePartnerRegInput! non-null input partner-portal
Type
ProspectivePartner object partner-portal
Was this topic helpful?