POST api/TasksAppointments/PostRemindersFunnel
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| funnel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ReminderSaveId": "177a1152-9b92-4cc8-975a-fb168bd1d013",
"Name": "sample string 2",
"ReminderOn": "sample string 3",
"Type": "sample string 4",
"StartBy": "2025-11-05T21:50:55.515954+00:00",
"CompleteBy": "2025-11-05T21:50:55.515954+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": "c6402430-2bac-4c49-9b47-d6527cdb0698",
"Status": "sample string 15",
"UserId": "sample string 16",
"TenantId": "sample string 17",
"LastUpdatedBy": "sample string 18",
"CreatedDateTimeStamp": "2025-11-05T21:50:55.515954+00:00",
"UpdateDateTimeStamp": "2025-11-05T21:50:55.515954+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:50:55.515954+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">c6402430-2bac-4c49-9b47-d6527cdb0698</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:50:55.515954+00:00</UpdateDateTimeStamp> <UserId xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.common">sample string 16</UserId> <CompleteBy>2025-11-05T21:50:55.515954+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>177a1152-9b92-4cc8-975a-fb168bd1d013</ReminderSaveId> <StartBy>2025-11-05T21:50:55.515954+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.