Retrieve Channel Partner Contact Details by Contact Email

Returns the details of a channel partner contact by email ID.

Method Type URI
GET v90/ws/partner/{partnerId}/contact.ws?contactEmailId={contactEmailId}

GET Parameters

Parameter Description Type
contactEmailId Email of the channel partner contact. String
partnerId Specify the channel partner ID. Integer

NOTE   You can search for contact details by providing an e-mail address as an input to the web service. Ensure that special characters in the e-mail address are sent without encoding. For example, if the e-mail address contains a '+' sign, ensure that the '+' is not replaced with '%2B'.

Sample Request

Not applicable.

Sample Response

HTTP Status Code: 200

Success

Response Body

<listResponse type="contact" count="1">
      <instance contactId="7" emailId="may@gmail.com" partnerId="7" partnerRefId="30d88aab-bdeb-42ea-b508-1923b2d731de" name="Willam Hills"/>
</listResponse>

Failure

Response Body

<listResponse type="contact" count="0" />