Retrieve Channel Partner Details by Contact Name
Returns the details of a channel partner by contact name.
Method Type | URI |
---|---|
GET | v90/ws/partner/{partnerId}/contact.ws?firstName={firstName}&lastName={lastName} |
URI Parameters
Parameter | Description | Type |
---|---|---|
firstName | First name of the channel partner contact. | String |
lastName | Last name of the channel partner contact. | String |
partnerId | Identifier of the channel partner in the database. | Integer |
Sample Request
Not applicable.
Sample Response
Success
HTTP Status Code: 200
Response Body:
<listResponse type="contact" count="1"> <instance contactId="16" emailId="heisenberg@gmail.com" partnerId="23" partnerRefId="30d00aab-bdeb-42ea-b508-2913b2d731cf" name="Walter Hartwell White" enabled="true" default="true" firstName="Walter" middleName="Hartwell" lastName="White" locale="en"/> </listResponse>
Failure
HTTP Status Code: 404
Response Body: ID 1 does not exist.