POST api/LeadActivity
Returns LeadActivities for a specific contact.
Request Information
URI Parameters
None.
Body Parameters
UWEOLeadActivity| Name | Description | Type | Additional information |
|---|---|---|---|
| CrmOfferingId | globally unique identifier |
None. |
|
| LeadActivityId | globally unique identifier |
None. |
|
| ContactId | globally unique identifier |
None. |
|
| Offering | globally unique identifier |
None. |
|
| InquirySource | integer |
None. |
|
| EducationLevel | integer |
None. |
|
| FullName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| PhoneNumber | string |
None. |
|
| EmailAddress | string |
None. |
|
| ZipCode | string |
None. |
|
| URL | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| LastContactDate | date |
Data type: Date |
|
| LeadScore | integer |
None. |
|
| Comments | string |
None. |
|
| LeadStage | integer |
None. |
|
| LeadQuality | integer |
None. |
|
| CrmContactId | globally unique identifier |
None. |
|
| CrmEntityType | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"CrmOfferingId": "f89d6924-2a8f-4c20-a703-3de86e84d8ef",
"LeadActivityId": "72fe859f-b5fb-41f9-808b-e1593df2dd38",
"ContactId": "a9365dad-99f8-4462-8d17-30537c87f71e",
"Offering": "d8e4eb83-0ec2-4dd1-9040-73bff2066028",
"InquirySource": 1,
"EducationLevel": 3,
"FullName": "sample string 4",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"PhoneNumber": "sample string 7",
"EmailAddress": "sample string 8",
"ZipCode": "sample string 9",
"URL": "sample string 10",
"City": "sample string 11",
"State": "sample string 12",
"LastContactDate": "2026-09-22T03:56:44.2372693-07:00",
"LeadScore": 1,
"Comments": "sample string 13",
"LeadStage": 1,
"LeadQuality": 1,
"CrmContactId": "d6161112-d631-4ccd-bd77-530b93c95cf1",
"CrmEntityType": "sample string 14"
}
application/xml, text/xml
Sample:
<UWEOLeadActivity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UWEO.CRM.API.Base.Models">
<CrmContactId>d6161112-d631-4ccd-bd77-530b93c95cf1</CrmContactId>
<CrmEntityType>sample string 14</CrmEntityType>
<City>sample string 11</City>
<Comments>sample string 13</Comments>
<ContactId>a9365dad-99f8-4462-8d17-30537c87f71e</ContactId>
<CrmOfferingId>f89d6924-2a8f-4c20-a703-3de86e84d8ef</CrmOfferingId>
<EducationLevel>3</EducationLevel>
<EmailAddress>sample string 8</EmailAddress>
<FirstName>sample string 5</FirstName>
<FullName>sample string 4</FullName>
<InquirySource>1</InquirySource>
<LastContactDate>2026-09-22T03:56:44.2372693-07:00</LastContactDate>
<LastName>sample string 6</LastName>
<LeadActivityId>72fe859f-b5fb-41f9-808b-e1593df2dd38</LeadActivityId>
<LeadScore>1</LeadScore>
<LeadStage>1</LeadStage>
<Offering>d8e4eb83-0ec2-4dd1-9040-73bff2066028</Offering>
<PhoneNumber>sample string 7</PhoneNumber>
<State>sample string 12</State>
<URL>sample string 10</URL>
<UWEOOffering>
<CrmContactId>5ad63e57-0afc-4fe2-815e-cd47b7b76b27</CrmContactId>
<CrmEntityType>sample string 3</CrmEntityType>
<EOSId>sample string 2</EOSId>
<Name>sample string 1</Name>
<ProductId>33969c32-78f4-4758-9211-99fca3d77660</ProductId>
</UWEOOffering>
<ZipCode>sample string 9</ZipCode>
</UWEOLeadActivity>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.