POST api/addToReminder
Request Information
URI Parameters
None.
Body Parameters
Management_Reminder| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MerchantId | integer |
None. |
|
| Title | string |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
|
| ReminderType | integer |
None. |
|
| LinkedId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ExpireDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| AssignedTo | integer |
None. |
|
| Priority | integer |
None. |
|
| Status | integer |
None. |
|
| RemindBy | integer |
None. |
|
| SMS | integer |
None. |
|
| integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"MerchantId": 1,
"Title": "sample string 2",
"Message": "sample string 3",
"Data": "sample string 4",
"ReminderType": 1,
"LinkedId": 1,
"CreatedDate": "2026-04-03T23:34:31.3261638+00:00",
"ExpireDate": "2026-04-03T23:34:31.3261638+00:00",
"UpdatedDate": "2026-04-03T23:34:31.3261638+00:00",
"UpdatedBy": 1,
"AssignedTo": 1,
"Priority": 1,
"Status": 1,
"RemindBy": 1,
"SMS": 1,
"Email": 1
}
application/xml, text/xml
Sample:
<Management_Reminder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <AssignedTo>1</AssignedTo> <CreatedDate>2026-04-03T23:34:31.3261638+00:00</CreatedDate> <Data>sample string 4</Data> <Email>1</Email> <ExpireDate>2026-04-03T23:34:31.3261638+00:00</ExpireDate> <ID>1</ID> <LinkedId>1</LinkedId> <MerchantId>1</MerchantId> <Message>sample string 3</Message> <Priority>1</Priority> <RemindBy>1</RemindBy> <ReminderType>1</ReminderType> <SMS>1</SMS> <Status>1</Status> <Title>sample string 2</Title> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2026-04-03T23:34:31.3261638+00:00</UpdatedDate> </Management_Reminder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.