POST api/CRM/SaveLeadRequestsFollowUp
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
entity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "LeedRequestId": 1, "Comment": "sample string 2", "ContactId": 1, "NextFollowUpDate": "2021-01-17T20:37:31.2282875+02:00", "EmpId": 3, "ProjectId": 4, "FollowUpWayId": 5, "FollowUpTypeId": 6, "StatusId": 7 }
application/xml, text/xml
Sample:
<VM_LeedRequestFollowUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPAccessModel"> <Comment>sample string 2</Comment> <ContactId>1</ContactId> <EmpId>3</EmpId> <FollowUpTypeId>6</FollowUpTypeId> <FollowUpWayId>5</FollowUpWayId> <LeedRequestId>1</LeedRequestId> <NextFollowUpDate>2021-01-17T20:37:31.2282875+02:00</NextFollowUpDate> <ProjectId>4</ProjectId> <StatusId>7</StatusId> </VM_LeedRequestFollowUp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Result": true, "ErrorMessage": "sample string 2" }
application/xml, text/xml
Sample:
<General_Errors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPAccessModel"> <ErrorMessage>sample string 2</ErrorMessage> <Result>true</Result> </General_Errors>