POST api/CRM/SaveAfterSalesFollowUp
No documentation available.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| FollowUp | No documentation available. | Define this parameter in the request body. | 
Request body formats
application/json, text/json
            Sample:
        
{
  "Id": 1,
  "ClientId": 2,
  "ProjectId": 3,
  "FollowUpTypeId": 4,
  "FollowUpWayId": 5,
  "FollowUpDetails": "sample string 6",
  "FollowUpVisitDate": "2025-10-31T07:55:04.0849864+02:00",
  "NextFollowUpDate": "2025-10-31T07:55:04.0849864+02:00",
  "ContactId": 1,
  "HasRemainder": true,
  "IsNewFollowUp": true,
  "EmpId": 10,
  "InCT": "sample string 11",
  "LoginEmpId": 1
}
        application/xml, text/xml
            Sample:
        <VM_ClientFollow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_Api"> <ClientId>2</ClientId> <ContactId>1</ContactId> <EmpId>10</EmpId> <FollowUpDetails>sample string 6</FollowUpDetails> <FollowUpTypeId>4</FollowUpTypeId> <FollowUpVisitDate>2025-10-31T07:55:04.0849864+02:00</FollowUpVisitDate> <FollowUpWayId>5</FollowUpWayId> <HasRemainder>true</HasRemainder> <Id>1</Id> <InCT>sample string 11</InCT> <IsNewFollowUp>true</IsNewFollowUp> <LoginEmpId>1</LoginEmpId> <NextFollowUpDate>2025-10-31T07:55:04.0849864+02:00</NextFollowUpDate> <ProjectId>3</ProjectId> </VM_ClientFollow>
application/x-www-form-urlencoded
            Sample:
    
        
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.