POST api/CRM/SaveAfterSalesFollowUp

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "2024-11-28T12:57:21.1900208+02:00",
  "NextFollowUpDate": "2024-11-28T12:57:21.1900208+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>2024-11-28T12:57:21.1900208+02:00</FollowUpVisitDate>
  <FollowUpWayId>5</FollowUpWayId>
  <HasRemainder>true</HasRemainder>
  <Id>1</Id>
  <InCT>sample string 11</InCT>
  <IsNewFollowUp>true</IsNewFollowUp>
  <LoginEmpId>1</LoginEmpId>
  <NextFollowUpDate>2024-11-28T12:57:21.1900208+02:00</NextFollowUpDate>
  <ProjectId>3</ProjectId>
</VM_ClientFollow>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VM_ClientFollow'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.