POST api/SaiReminderType/AddUpdate
Request Information
URI Parameters
None.
Body Parameters
SaiReminderType| Name | Description | Type | Additional information |
|---|---|---|---|
| ReminderName | string |
None. |
|
| ReminderTypeDescription | string |
None. |
|
| ReminderTypeColor | string |
None. |
|
| IsActive | boolean |
None. |
|
| ShowOnMobile | boolean |
None. |
|
| TotalReminderCount | integer |
None. |
|
| RecentUpdatedCount | integer |
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:
{
"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-16T09:39:12.442186+00:00",
"CreatedBy": "sample string 11",
"UpdatedOn": "2025-12-16T09:39:12.442186+00:00",
"UpdatedBy": "sample string 12",
"IsLockedForEditing": true,
"LockedBy": "sample string 14",
"Id": 15,
"FieldPermissions": []
}
application/xml, text/xml
Sample:
<SaiReminderType 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">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-16T09:39:12.442186+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-16T09:39:12.442186+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> </SaiReminderType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />