POST associations({associationId})/Communications/follow-ups

this method inserts a follow-up Entry Resource

Request Information

Parameters

NameDescriptionAdditional information
associationId
association of interest

Define this parameter in the request URI.

followUpEntryResource
info to insert

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ThreadEntryID": 1,
  "CorrespondenceID": 2,
  "ContactDate": "2024-04-19T13:41:14.1643415-05:00",
  "Title": "sample string 3",
  "Notes": "sample string 4",
  "ChamberRepID": 1,
  "MemberFirstname": "sample string 5",
  "MemberLastname": "sample string 6",
  "MemberRepID": 1,
  "MemberID": 1,
  "CorrespondenceMemberID": 1,
  "StaffFirstname": "sample string 7",
  "StaffLastname": "sample string 8",
  "Status": 1,
  "ThreadCategoryId": 1
}

application/xml, text/xml

Sample:
<FollowUpEntryResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources">
  <ChamberRepID>1</ChamberRepID>
  <ContactDate>2024-04-19T13:41:14.1643415-05:00</ContactDate>
  <CorrespondenceID>2</CorrespondenceID>
  <CorrespondenceMemberID>1</CorrespondenceMemberID>
  <MemberFirstname>sample string 5</MemberFirstname>
  <MemberID>1</MemberID>
  <MemberLastname>sample string 6</MemberLastname>
  <MemberRepID>1</MemberRepID>
  <Notes>sample string 4</Notes>
  <StaffFirstname>sample string 7</StaffFirstname>
  <StaffLastname>sample string 8</StaffLastname>
  <Status>1</Status>
  <ThreadCategoryId>1</ThreadCategoryId>
  <ThreadEntryID>1</ThreadEntryID>
  <Title>sample string 3</Title>
</FollowUpEntryResource>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

inserted data

Response body formats

application/json, text/json

Sample:
{
  "ThreadEntryID": 1,
  "CorrespondenceID": 2,
  "ContactDate": "2024-04-19T13:41:14.1643415-05:00",
  "Title": "sample string 3",
  "Notes": "sample string 4",
  "ChamberRepID": 1,
  "MemberFirstname": "sample string 5",
  "MemberLastname": "sample string 6",
  "MemberRepID": 1,
  "MemberID": 1,
  "CorrespondenceMemberID": 1,
  "StaffFirstname": "sample string 7",
  "StaffLastname": "sample string 8",
  "Status": 1,
  "ThreadCategoryId": 1
}

application/xml, text/xml

Sample:
<FollowUpEntryResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources">
  <ChamberRepID>1</ChamberRepID>
  <ContactDate>2024-04-19T13:41:14.1643415-05:00</ContactDate>
  <CorrespondenceID>2</CorrespondenceID>
  <CorrespondenceMemberID>1</CorrespondenceMemberID>
  <MemberFirstname>sample string 5</MemberFirstname>
  <MemberID>1</MemberID>
  <MemberLastname>sample string 6</MemberLastname>
  <MemberRepID>1</MemberRepID>
  <Notes>sample string 4</Notes>
  <StaffFirstname>sample string 7</StaffFirstname>
  <StaffLastname>sample string 8</StaffLastname>
  <Status>1</Status>
  <ThreadCategoryId>1</ThreadCategoryId>
  <ThreadEntryID>1</ThreadEntryID>
  <Title>sample string 3</Title>
</FollowUpEntryResource>