POST api/SaiReminder/App/AddUpdateReminder

Request Information

URI Parameters

None.

Body Parameters

SaiReminder
NameDescriptionTypeAdditional information
ReminderFromType

string

None.

ReminderFrom

ReminderUser

None.

ReminderFromId

string

None.

ReminderToType

string

None.

ReminderTo

ReminderUser

None.

ReminderToId

string

None.

ReminderType

SaiReminderType

None.

ReminderTypeId

integer

None.

ReminderColor

string

None.

ReminderComments

string

None.

IsPrivate

boolean

None.

ReminderDateTime

date

None.

IsReminderComplete

boolean

None.

ReminderCompletedBy

string

None.

ReminderCompletedByType

string

None.

ReminderCompletedOn

date

None.

ReminderCompletionComments

string

None.

IsNotifictionSent

boolean

None.

ReminderParentId

integer

None.

ReminderFrequency

string

None.

ReminderEndDateTime

date

None.

EntityType

SaiReminderEntitiesDTO

None.

EntityTypeEnum

string

None.

EntityTypeID

integer

None.

EntityId

string

None.

IsFlagged

boolean

None.

IsCanceled

boolean

None.

Source

string

None.

IsRecurring

boolean

None.

CanReschedule

boolean

None.

CanDelete

boolean

None.

CanComplete

boolean

None.

CanDuplicate

boolean

None.

CanEdit

boolean

None.

IsRecentUpdated

boolean

None.

LastCommentId

integer

None.

TimeZoneReminderDateTime

date

None.

TimeZoneReminderEndDateTime

date

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:
{
  "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-17T06:16:54.658258+00:00",
    "CreatedBy": "sample string 11",
    "UpdatedOn": "2025-12-17T06:16:54.658258+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-17T06:16:54.658258+00:00",
  "IsReminderComplete": true,
  "ReminderCompletedBy": "sample string 11",
  "ReminderCompletedByType": "sample string 12",
  "ReminderCompletedOn": "2025-12-17T06:16:54.658258+00:00",
  "ReminderCompletionComments": "sample string 13",
  "IsNotifictionSent": true,
  "ReminderParentId": 1,
  "ReminderFrequency": "sample string 15",
  "ReminderEndDateTime": "2025-12-17T06:16:54.658258+00:00",
  "EntityType": {
    "Name": "sample string 1",
    "Type": "sample string 2",
    "IsDefault": true,
    "IsForMobile": true,
    "AccountId": 5,
    "CompanyId": "sample string 6",
    "CreatedOn": "2025-12-17T06:16:54.6738279+00:00",
    "CreatedBy": "sample string 8",
    "UpdatedOn": "2025-12-17T06:16:54.6738279+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-17T06:16:54.6738279+00:00",
  "TimeZoneReminderEndDateTime": "2025-12-17T06:16:54.6738279+00:00",
  "AccountId": 28,
  "CompanyId": "sample string 29",
  "CreatedOn": "2025-12-17T06:16:54.6738279+00:00",
  "CreatedBy": "sample string 31",
  "UpdatedOn": "2025-12-17T06:16:54.6738279+00:00",
  "UpdatedBy": "sample string 32",
  "IsLockedForEditing": true,
  "LockedBy": "sample string 34",
  "Id": 35,
  "FieldPermissions": []
}

application/xml, text/xml

Sample:
<SaiReminder 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">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-17T06:16:54.6738279+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-17T06:16:54.6738279+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-17T06:16:54.6738279+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-17T06:16:54.6738279+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-17T06:16:54.658258+00:00</ReminderCompletedOn>
  <ReminderCompletionComments>sample string 13</ReminderCompletionComments>
  <ReminderDateTime>2025-12-17T06:16:54.658258+00:00</ReminderDateTime>
  <ReminderEndDateTime>2025-12-17T06:16:54.658258+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-17T06:16:54.658258+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-17T06:16:54.658258+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-17T06:16:54.6738279+00:00</TimeZoneReminderDateTime>
  <TimeZoneReminderEndDateTime>2025-12-17T06:16:54.6738279+00:00</TimeZoneReminderEndDateTime>
</SaiReminder>

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/" />