POST api/StaffInquiry/AddActivityLog

Request Information

URI Parameters

None.

Body Parameters

AddActivityLogRequest
NameDescriptionTypeAdditional information
ContactId

integer

None.

ProjectId

integer

None.

InteractionTypeId

integer

None.

StageId

integer

None.

ActivityDate

string

None.

ActivityTime

string

None.

NextFollowUpDate

string

None.

NextFollowUpTime

string

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ContactId": 1,
  "ProjectId": 2,
  "InteractionTypeId": 3,
  "StageId": 4,
  "ActivityDate": "sample string 5",
  "ActivityTime": "sample string 6",
  "NextFollowUpDate": "sample string 7",
  "NextFollowUpTime": "sample string 8",
  "Remarks": "sample string 9"
}

text/html

Sample:
{"ContactId":1,"ProjectId":2,"InteractionTypeId":3,"StageId":4,"ActivityDate":"sample string 5","ActivityTime":"sample string 6","NextFollowUpDate":"sample string 7","NextFollowUpTime":"sample string 8","Remarks":"sample string 9"}

application/xml, text/xml

Sample:
<StaffInquiryModels.AddActivityLogRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartInstituteSoftware.Models">
  <ActivityDate>sample string 5</ActivityDate>
  <ActivityTime>sample string 6</ActivityTime>
  <ContactId>1</ContactId>
  <InteractionTypeId>3</InteractionTypeId>
  <NextFollowUpDate>sample string 7</NextFollowUpDate>
  <NextFollowUpTime>sample string 8</NextFollowUpTime>
  <ProjectId>2</ProjectId>
  <Remarks>sample string 9</Remarks>
  <StageId>4</StageId>
</StaffInquiryModels.AddActivityLogRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.