POST api/SaiReminderComment/AddComment

Request Information

URI Parameters

None.

Body Parameters

SaiReminderCommentDTO
NameDescriptionTypeAdditional information
Comments

string

None.

CommentedBy

string

None.

ReminderUser

ReminderUserDTO

None.

CommentedByType

string

None.

IsFlaged

boolean

None.

IsCompleted

boolean

None.

ReminderId

integer

None.

Reminder

SaiReminder

None.

IsRead

boolean

None.

IsNew

boolean

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedOn

date

None.

CreatedBy

string

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

Id

integer

None.

FieldPermissions

Collection of DTOFieldPermission

None.

Request Formats

application/json, text/json

Sample:
{
  "Comments": "sample string 1",
  "CommentedBy": "sample string 2",
  "ReminderUser": {
    "Id": "sample string 1",
    "Type": "sample string 2",
    "Name": "sample string 3",
    "Image": "sample string 4"
  },
  "CommentedByType": "sample string 3",
  "IsFlaged": true,
  "IsCompleted": true,
  "ReminderId": 6,
  "Reminder": {
    "ReminderFromType": "sample string 1",
    "ReminderFrom": {
      "Id": "sample string 1",
      "Type": "sample string 2",
      "Name": "sample string 3",
      "Image": "sample string 4"
    },
    "ReminderFromId": "sample string 2",
    "ReminderToType": "sample string 3",
    "ReminderTo": {
      "Id": "sample string 1",
      "Type": "sample string 2",
      "Name": "sample string 3",
      "Image": "sample string 4"
    },
    "ReminderToId": "sample string 4",
    "ReminderType": {
      "ReminderName": "sample string 1",
      "ReminderTypeDescription": "sample string 2",
      "ReminderTypeColor": "sample string 3",
      "IsActive": true,
      "ShowOnMobile": true,
      "TotalReminderCount": 6,
      "RecentUpdatedCount": 7,
      "AccountId": 8,
      "CompanyId": "sample string 9",
      "CreatedOn": "2025-12-16T16:34:39.8134979+00:00",
      "CreatedBy": "sample string 11",
      "UpdatedOn": "2025-12-16T16:34:39.8134979+00:00",
      "UpdatedBy": "sample string 12",
      "IsLockedForEditing": true,
      "LockedBy": "sample string 14",
      "Id": 15,
      "FieldPermissions": []
    },
    "ReminderTypeId": 5,
    "ReminderColor": "sample string 6",
    "ReminderComments": "sample string 7",
    "IsPrivate": true,
    "ReminderDateTime": "2025-12-16T16:34:39.8134979+00:00",
    "IsReminderComplete": true,
    "ReminderCompletedBy": "sample string 11",
    "ReminderCompletedByType": "sample string 12",
    "ReminderCompletedOn": "2025-12-16T16:34:39.8134979+00:00",
    "ReminderCompletionComments": "sample string 13",
    "IsNotifictionSent": true,
    "ReminderParentId": 1,
    "ReminderFrequency": "sample string 15",
    "ReminderEndDateTime": "2025-12-16T16:34:39.8134979+00:00",
    "EntityType": {
      "Name": "sample string 1",
      "Type": "sample string 2",
      "IsDefault": true,
      "IsForMobile": true,
      "AccountId": 5,
      "CompanyId": "sample string 6",
      "CreatedOn": "2025-12-16T16:34:39.8253662+00:00",
      "CreatedBy": "sample string 8",
      "UpdatedOn": "2025-12-16T16:34:39.8253662+00:00",
      "UpdatedBy": "sample string 9",
      "IsLockedForEditing": true,
      "LockedBy": "sample string 11",
      "Id": 12,
      "FieldPermissions": []
    },
    "EntityTypeEnum": "sample string 16",
    "EntityTypeID": 1,
    "EntityId": "sample string 17",
    "IsFlagged": true,
    "IsCanceled": true,
    "Source": "sample string 20",
    "IsRecurring": true,
    "CanReschedule": true,
    "CanDelete": true,
    "CanComplete": true,
    "CanDuplicate": true,
    "CanEdit": true,
    "IsRecentUpdated": true,
    "LastCommentId": 1,
    "TimeZoneReminderDateTime": "2025-12-16T16:34:39.8253662+00:00",
    "TimeZoneReminderEndDateTime": "2025-12-16T16:34:39.8253662+00:00",
    "AccountId": 28,
    "CompanyId": "sample string 29",
    "CreatedOn": "2025-12-16T16:34:39.8417241+00:00",
    "CreatedBy": "sample string 31",
    "UpdatedOn": "2025-12-16T16:34:39.8417241+00:00",
    "UpdatedBy": "sample string 32",
    "IsLockedForEditing": true,
    "LockedBy": "sample string 34",
    "Id": 35,
    "FieldPermissions": []
  },
  "IsRead": true,
  "IsNew": true,
  "AccountId": 9,
  "CompanyId": "sample string 10",
  "CreatedOn": "2025-12-16T16:34:39.8417241+00:00",
  "CreatedBy": "sample string 12",
  "UpdatedOn": "2025-12-16T16:34:39.8417241+00:00",
  "UpdatedBy": "sample string 13",
  "IsLockedForEditing": true,
  "LockedBy": "sample string 15",
  "Id": 16,
  "FieldPermissions": []
}

application/xml, text/xml

Sample:
<SaiReminderCommentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SAI">
  <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">16</Id>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 12</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T16:34:39.8417241+00:00</CreatedOn>
  <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing>
  <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 15</LockedBy>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 13</UpdatedBy>
  <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T16:34:39.8417241+00:00</UpdatedOn>
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">9</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 10</CompanyId>
  <CommentedBy>sample string 2</CommentedBy>
  <CommentedByType>sample string 3</CommentedByType>
  <Comments>sample string 1</Comments>
  <IsCompleted>true</IsCompleted>
  <IsFlaged>true</IsFlaged>
  <IsNew>true</IsNew>
  <IsRead>true</IsRead>
  <Reminder>
    <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">35</Id>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 31</CreatedBy>
    <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T16:34:39.8417241+00:00</CreatedOn>
    <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing>
    <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 34</LockedBy>
    <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 32</UpdatedBy>
    <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T16:34:39.8417241+00:00</UpdatedOn>
    <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">28</AccountId>
    <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 29</CompanyId>
    <CanComplete>true</CanComplete>
    <CanDelete>true</CanDelete>
    <CanDuplicate>true</CanDuplicate>
    <CanEdit>true</CanEdit>
    <CanReschedule>true</CanReschedule>
    <EntityId>sample string 17</EntityId>
    <EntityType>
      <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">12</Id>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 8</CreatedBy>
      <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T16:34:39.8253662+00:00</CreatedOn>
      <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing>
      <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 11</LockedBy>
      <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 9</UpdatedBy>
      <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T16:34:39.8253662+00:00</UpdatedOn>
      <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">5</AccountId>
      <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 6</CompanyId>
      <IsDefault>true</IsDefault>
      <IsForMobile>true</IsForMobile>
      <Name>sample string 1</Name>
      <Type>sample string 2</Type>
    </EntityType>
    <EntityTypeEnum>sample string 16</EntityTypeEnum>
    <EntityTypeID>1</EntityTypeID>
    <IsCanceled>true</IsCanceled>
    <IsFlagged>true</IsFlagged>
    <IsNotifictionSent>true</IsNotifictionSent>
    <IsPrivate>true</IsPrivate>
    <IsRecentUpdated>true</IsRecentUpdated>
    <IsRecurring>true</IsRecurring>
    <IsReminderComplete>true</IsReminderComplete>
    <LastCommentId>1</LastCommentId>
    <ReminderColor>sample string 6</ReminderColor>
    <ReminderComments>sample string 7</ReminderComments>
    <ReminderCompletedBy>sample string 11</ReminderCompletedBy>
    <ReminderCompletedByType>sample string 12</ReminderCompletedByType>
    <ReminderCompletedOn>2025-12-16T16:34:39.8134979+00:00</ReminderCompletedOn>
    <ReminderCompletionComments>sample string 13</ReminderCompletionComments>
    <ReminderDateTime>2025-12-16T16:34:39.8134979+00:00</ReminderDateTime>
    <ReminderEndDateTime>2025-12-16T16:34:39.8134979+00:00</ReminderEndDateTime>
    <ReminderFrequency>sample string 15</ReminderFrequency>
    <ReminderFrom>
      <Id>sample string 1</Id>
      <Image>sample string 4</Image>
      <Name>sample string 3</Name>
      <Type>sample string 2</Type>
    </ReminderFrom>
    <ReminderFromId>sample string 2</ReminderFromId>
    <ReminderFromType>sample string 1</ReminderFromType>
    <ReminderParentId>1</ReminderParentId>
    <ReminderTo>
      <Id>sample string 1</Id>
      <Image>sample string 4</Image>
      <Name>sample string 3</Name>
      <Type>sample string 2</Type>
    </ReminderTo>
    <ReminderToId>sample string 4</ReminderToId>
    <ReminderToType>sample string 3</ReminderToType>
    <ReminderType>
      <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">15</Id>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 11</CreatedBy>
      <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T16:34:39.8134979+00:00</CreatedOn>
      <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing>
      <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 14</LockedBy>
      <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 12</UpdatedBy>
      <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T16:34:39.8134979+00:00</UpdatedOn>
      <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">8</AccountId>
      <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 9</CompanyId>
      <IsActive>true</IsActive>
      <RecentUpdatedCount>7</RecentUpdatedCount>
      <ReminderName>sample string 1</ReminderName>
      <ReminderTypeColor>sample string 3</ReminderTypeColor>
      <ReminderTypeDescription>sample string 2</ReminderTypeDescription>
      <ShowOnMobile>true</ShowOnMobile>
      <TotalReminderCount>6</TotalReminderCount>
    </ReminderType>
    <ReminderTypeId>5</ReminderTypeId>
    <Source>sample string 20</Source>
    <TimeZoneReminderDateTime>2025-12-16T16:34:39.8253662+00:00</TimeZoneReminderDateTime>
    <TimeZoneReminderEndDateTime>2025-12-16T16:34:39.8253662+00:00</TimeZoneReminderEndDateTime>
  </Reminder>
  <ReminderId>6</ReminderId>
  <ReminderUser>
    <Id>sample string 1</Id>
    <Image>sample string 4</Image>
    <Name>sample string 3</Name>
    <Type>sample string 2</Type>
  </ReminderUser>
</SaiReminderCommentDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />