GET api/CRM/ReadFollowUpForCalender?EmpId={EmpId}&text={text}&Direction={Direction}&InCT={InCT}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
EmpId | No documentation available. |
Define this parameter in the request URI. |
text | No documentation available. |
Define this parameter in the request URI. |
Direction | No documentation available. |
Define this parameter in the request URI. |
InCT | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "Id": 1, "TypeId": 2, "Details": "sample string 3", "ClientName": "sample string 4", "NextFollowUpDate": "2024-11-28T12:57:53.0402534+02:00", "FollowUpVisitDate": "2024-11-28T12:57:53.0412308+02:00", "Precentage": 5.0, "Contact": "sample string 6", "Project": "sample string 7", "EmpName": "sample string 8", "Status": "sample string 9", "Type": "sample string 10", "FollowUpType": "sample string 11", "FollowUpWay": "sample string 12", "FollowUpStatus": "sample string 13", "ContactId": 1, "ClientId": 1, "LeadRequestId": 1 }, { "Id": 1, "TypeId": 2, "Details": "sample string 3", "ClientName": "sample string 4", "NextFollowUpDate": "2024-11-28T12:57:53.0402534+02:00", "FollowUpVisitDate": "2024-11-28T12:57:53.0412308+02:00", "Precentage": 5.0, "Contact": "sample string 6", "Project": "sample string 7", "EmpName": "sample string 8", "Status": "sample string 9", "Type": "sample string 10", "FollowUpType": "sample string 11", "FollowUpWay": "sample string 12", "FollowUpStatus": "sample string 13", "ContactId": 1, "ClientId": 1, "LeadRequestId": 1 }, { "Id": 1, "TypeId": 2, "Details": "sample string 3", "ClientName": "sample string 4", "NextFollowUpDate": "2024-11-28T12:57:53.0402534+02:00", "FollowUpVisitDate": "2024-11-28T12:57:53.0412308+02:00", "Precentage": 5.0, "Contact": "sample string 6", "Project": "sample string 7", "EmpName": "sample string 8", "Status": "sample string 9", "Type": "sample string 10", "FollowUpType": "sample string 11", "FollowUpWay": "sample string 12", "FollowUpStatus": "sample string 13", "ContactId": 1, "ClientId": 1, "LeadRequestId": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfVM_Calender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_Api"> <VM_Calender> <ClientId>1</ClientId> <ClientName>sample string 4</ClientName> <Contact>sample string 6</Contact> <ContactId>1</ContactId> <Details>sample string 3</Details> <EmpName>sample string 8</EmpName> <FollowUpStatus>sample string 13</FollowUpStatus> <FollowUpType>sample string 11</FollowUpType> <FollowUpVisitDate>2024-11-28T12:57:53.0412308+02:00</FollowUpVisitDate> <FollowUpWay>sample string 12</FollowUpWay> <Id>1</Id> <LeadRequestId>1</LeadRequestId> <NextFollowUpDate>2024-11-28T12:57:53.0402534+02:00</NextFollowUpDate> <Precentage>5</Precentage> <Project>sample string 7</Project> <Status>sample string 9</Status> <Type>sample string 10</Type> <TypeId>2</TypeId> </VM_Calender> <VM_Calender> <ClientId>1</ClientId> <ClientName>sample string 4</ClientName> <Contact>sample string 6</Contact> <ContactId>1</ContactId> <Details>sample string 3</Details> <EmpName>sample string 8</EmpName> <FollowUpStatus>sample string 13</FollowUpStatus> <FollowUpType>sample string 11</FollowUpType> <FollowUpVisitDate>2024-11-28T12:57:53.0412308+02:00</FollowUpVisitDate> <FollowUpWay>sample string 12</FollowUpWay> <Id>1</Id> <LeadRequestId>1</LeadRequestId> <NextFollowUpDate>2024-11-28T12:57:53.0402534+02:00</NextFollowUpDate> <Precentage>5</Precentage> <Project>sample string 7</Project> <Status>sample string 9</Status> <Type>sample string 10</Type> <TypeId>2</TypeId> </VM_Calender> <VM_Calender> <ClientId>1</ClientId> <ClientName>sample string 4</ClientName> <Contact>sample string 6</Contact> <ContactId>1</ContactId> <Details>sample string 3</Details> <EmpName>sample string 8</EmpName> <FollowUpStatus>sample string 13</FollowUpStatus> <FollowUpType>sample string 11</FollowUpType> <FollowUpVisitDate>2024-11-28T12:57:53.0412308+02:00</FollowUpVisitDate> <FollowUpWay>sample string 12</FollowUpWay> <Id>1</Id> <LeadRequestId>1</LeadRequestId> <NextFollowUpDate>2024-11-28T12:57:53.0402534+02:00</NextFollowUpDate> <Precentage>5</Precentage> <Project>sample string 7</Project> <Status>sample string 9</Status> <Type>sample string 10</Type> <TypeId>2</TypeId> </VM_Calender> </ArrayOfVM_Calender>