GET api/Revolution/ContactCard/Lead/{leadID}/ForRep/{repDID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
leadID |
The Lead’s identification number. |
string |
Required |
repDID |
The requesting Rep’s identification number. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ContactForLeadViewModelName | Description | Type | Additional information |
---|---|---|---|
ContactID | integer |
None. |
|
ContactType |
The Contact Type (E.g. Rep, Customer) of the requested Contact. |
string |
None. |
DisplayName |
The display name of the requested Contact. |
string |
None. |
The Email address of the requested contact. |
string |
None. |
|
EnteredDate |
The date of which the Contact was entered. |
date |
None. |
Address |
Primary Address of the Contact. |
string |
None. |
SourceType |
Source Type of the Lead Contact. |
string |
None. |
LeadNotes |
Notes associated with the Lead Contact. |
string |
None. |
ContactStatus |
Status of the Lead Contact. |
string |
None. |
LeadTypeID |
Identification for the type of Lead Contact. |
integer |
None. |
LeadTemperatureID |
Identification for the Temperature of the Lead Contact. |
integer |
None. |
LeadQualityID |
Identification for the quality of the Lead Contact. |
integer |
None. |
LeadStatusID |
Identification for the status of the Lead Contact. |
integer |
None. |
BestContactTimeID |
Best time to contact the Lead Contact. |
integer |
None. |
AgeGroupID |
Identification of the age group of the Lead Contact. |
integer |
None. |
ExperienceID |
Identification of the experience of the Lead Contact. |
integer |
None. |
TimeZoneID |
Identification of the time zone of the Lead Contact. |
integer |
None. |
Response Formats
application/xml, text/xml
<ContactForLeadViewModel> <ContactID>1</ContactID> <ContactType>sample string 2</ContactType> <DisplayName>sample string 3</DisplayName> <Email>sample string 4</Email> <EnteredDate>01/09/2025 01:49:19</EnteredDate> <Address>sample string 6</Address> <SourceType>sample string 7</SourceType> <LeadNotes>sample string 8</LeadNotes> <ContactStatus>sample string 9</ContactStatus> <LeadTypeID>10</LeadTypeID> <LeadTemperatureID>11</LeadTemperatureID> <LeadQualityID>12</LeadQualityID> <LeadStatusID>13</LeadStatusID> <BestContactTimeID>14</BestContactTimeID> <AgeGroupID>15</AgeGroupID> <ExperienceID>16</ExperienceID> <TimeZoneID>17</TimeZoneID> </ContactForLeadViewModel>
application/json, text/json
{ "ContactID": 1, "ContactType": "sample string 2", "DisplayName": "sample string 3", "Email": "sample string 4", "EnteredDate": "2025-01-09T01:49:19.331758-05:00", "Address": "sample string 6", "SourceType": "sample string 7", "LeadNotes": "sample string 8", "ContactStatus": "sample string 9", "LeadTypeID": 10, "LeadTemperatureID": 11, "LeadQualityID": 12, "LeadStatusID": 13, "BestContactTimeID": 14, "AgeGroupID": 15, "ExperienceID": 16, "TimeZoneID": 17 }