POST api/TasksAppointments/PostReminderSummary
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| summary | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ReminderSaveId": "ba5d0de1-505e-494f-af7a-58ad23647813",
"Name": "sample string 2",
"ReminderOn": "sample string 3",
"Type": "sample string 4",
"StartBy": "2025-11-05T21:51:30.5278427+00:00",
"CompleteBy": "2025-11-05T21:51:30.5278427+00:00",
"Owner": "sample string 7",
"OwnerId": "sample string 8",
"SubStatus": "sample string 9",
"TimezoneOffset": "sample string 10",
"RelatedContact": "sample string 11",
"RelatedContactId": "sample string 12",
"ConectedContacts": "sample string 13",
"SaveId": "b873c216-2549-4ab5-ba23-e0e272b55255",
"Status": "sample string 15",
"UserId": "sample string 16",
"TenantId": "sample string 17",
"LastUpdatedBy": "sample string 18",
"CreatedDateTimeStamp": "2025-11-05T21:51:30.5278427+00:00",
"UpdateDateTimeStamp": "2025-11-05T21:51:30.5278427+00:00"
}
application/xml, text/xml
Sample:
<RemindersSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.crm"> <CreatedDateTimeStamp xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.common">2025-11-05T21:51:30.5278427+00:00</CreatedDateTimeStamp> <LastUpdatedBy xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.common">sample string 18</LastUpdatedBy> <SaveId xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.common">b873c216-2549-4ab5-ba23-e0e272b55255</SaveId> <Status xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.common">sample string 15</Status> <TenantId xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.common">sample string 17</TenantId> <UpdateDateTimeStamp xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.common">2025-11-05T21:51:30.5278427+00:00</UpdateDateTimeStamp> <UserId xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.common">sample string 16</UserId> <CompleteBy>2025-11-05T21:51:30.5278427+00:00</CompleteBy> <ConectedContacts>sample string 13</ConectedContacts> <Name>sample string 2</Name> <Owner>sample string 7</Owner> <OwnerId>sample string 8</OwnerId> <RelatedContact>sample string 11</RelatedContact> <RelatedContactId>sample string 12</RelatedContactId> <ReminderOn>sample string 3</ReminderOn> <ReminderSaveId>ba5d0de1-505e-494f-af7a-58ad23647813</ReminderSaveId> <StartBy>2025-11-05T21:51:30.5278427+00:00</StartBy> <SubStatus>sample string 9</SubStatus> <TimezoneOffset>sample string 10</TimezoneOffset> <Type>sample string 4</Type> </RemindersSummary>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.