POST api/PM/SaveProjectFollowUp
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, "ProjectId": 2, "FollowUpTypeId": 3, "FollowUpWayId": 4, "FollowUpDetails": "sample string 5", "FollowUpEmpId": 1, "FollowUpVisitDate": "2024-11-28T12:54:29.1942627+02:00", "NextFollowUpDate": "2024-11-28T12:54:29.1942627+02:00", "ContactId": 1 }
application/xml, text/xml
Sample:
<Pro_ProjectFollowUp_VM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.API_VM_model"> <ContactId>1</ContactId> <FollowUpDetails>sample string 5</FollowUpDetails> <FollowUpEmpId>1</FollowUpEmpId> <FollowUpTypeId>3</FollowUpTypeId> <FollowUpVisitDate>2024-11-28T12:54:29.1942627+02:00</FollowUpVisitDate> <FollowUpWayId>4</FollowUpWayId> <Id>1</Id> <NextFollowUpDate>2024-11-28T12:54:29.1942627+02:00</NextFollowUpDate> <ProjectId>2</ProjectId> </Pro_ProjectFollowUp_VM>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Result": true, "ErrorMessage": "sample string 2" }
application/xml, text/xml
Sample:
<GeneralErrors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_Plus"> <ErrorMessage>sample string 2</ErrorMessage> <Result>true</Result> </GeneralErrors>