GET api/GetAllActivity?jsonData={jsonData}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonData | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetAllActivityVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| Remark | string |
None. |
|
| Date | string |
None. |
|
| ActivityType | string |
None. |
|
| ActivityMode | string |
None. |
|
| LeadStage | string |
None. |
|
| LeadPotential | string |
None. |
|
| HasFollowUp | boolean |
None. |
|
| Outcome | string |
None. |
|
| FollowUpDate | string |
None. |
|
| FollowUpTime | string |
None. |
|
| NextFollowUpMode | string |
None. |
|
| NextFollowUpAgenda | string |
None. |
|
| AssignedToId | integer |
None. |
|
| AssignedToName | string |
None. |
|
| ClientName | string |
None. |
|
| ProjectId | integer |
None. |
|
| ProjectName | string |
None. |
|
| ExecutiveId | integer |
None. |
|
| ExecutiveName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Type": "sample string 1",
"Remark": "sample string 2",
"Date": "sample string 3",
"ActivityType": "sample string 4",
"ActivityMode": "sample string 5",
"LeadStage": "sample string 6",
"LeadPotential": "sample string 7",
"HasFollowUp": true,
"Outcome": "sample string 9",
"FollowUpDate": "sample string 10",
"FollowUpTime": "sample string 11",
"NextFollowUpMode": "sample string 12",
"NextFollowUpAgenda": "sample string 13",
"AssignedToId": 1,
"AssignedToName": "sample string 14",
"ClientName": "sample string 15",
"ProjectId": 1,
"ProjectName": "sample string 16",
"ExecutiveId": 1,
"ExecutiveName": "sample string 17"
},
{
"Type": "sample string 1",
"Remark": "sample string 2",
"Date": "sample string 3",
"ActivityType": "sample string 4",
"ActivityMode": "sample string 5",
"LeadStage": "sample string 6",
"LeadPotential": "sample string 7",
"HasFollowUp": true,
"Outcome": "sample string 9",
"FollowUpDate": "sample string 10",
"FollowUpTime": "sample string 11",
"NextFollowUpMode": "sample string 12",
"NextFollowUpAgenda": "sample string 13",
"AssignedToId": 1,
"AssignedToName": "sample string 14",
"ClientName": "sample string 15",
"ProjectId": 1,
"ProjectName": "sample string 16",
"ExecutiveId": 1,
"ExecutiveName": "sample string 17"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetAllActivityVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.Lead">
<GetAllActivityVm>
<ActivityMode>sample string 5</ActivityMode>
<ActivityType>sample string 4</ActivityType>
<AssignedToId>1</AssignedToId>
<AssignedToName>sample string 14</AssignedToName>
<ClientName>sample string 15</ClientName>
<Date>sample string 3</Date>
<ExecutiveId>1</ExecutiveId>
<ExecutiveName>sample string 17</ExecutiveName>
<FollowUpDate>sample string 10</FollowUpDate>
<FollowUpTime>sample string 11</FollowUpTime>
<HasFollowUp>true</HasFollowUp>
<LeadPotential>sample string 7</LeadPotential>
<LeadStage>sample string 6</LeadStage>
<NextFollowUpAgenda>sample string 13</NextFollowUpAgenda>
<NextFollowUpMode>sample string 12</NextFollowUpMode>
<Outcome>sample string 9</Outcome>
<ProjectId>1</ProjectId>
<ProjectName>sample string 16</ProjectName>
<Remark>sample string 2</Remark>
<Type>sample string 1</Type>
</GetAllActivityVm>
<GetAllActivityVm>
<ActivityMode>sample string 5</ActivityMode>
<ActivityType>sample string 4</ActivityType>
<AssignedToId>1</AssignedToId>
<AssignedToName>sample string 14</AssignedToName>
<ClientName>sample string 15</ClientName>
<Date>sample string 3</Date>
<ExecutiveId>1</ExecutiveId>
<ExecutiveName>sample string 17</ExecutiveName>
<FollowUpDate>sample string 10</FollowUpDate>
<FollowUpTime>sample string 11</FollowUpTime>
<HasFollowUp>true</HasFollowUp>
<LeadPotential>sample string 7</LeadPotential>
<LeadStage>sample string 6</LeadStage>
<NextFollowUpAgenda>sample string 13</NextFollowUpAgenda>
<NextFollowUpMode>sample string 12</NextFollowUpMode>
<Outcome>sample string 9</Outcome>
<ProjectId>1</ProjectId>
<ProjectName>sample string 16</ProjectName>
<Remark>sample string 2</Remark>
<Type>sample string 1</Type>
</GetAllActivityVm>
</ArrayOfGetAllActivityVm>