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": "7542ae7e-f01b-4176-ac06-a08375d126a6", "Name": "sample string 2", "ReminderOn": "sample string 3", "Type": "sample string 4", "StartBy": "2025-09-18T03:35:21.1038862+00:00", "CompleteBy": "2025-09-18T03:35:21.1038862+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": "e96b8e0d-56f7-43d7-925a-524283759c25", "Status": "sample string 15", "UserId": "sample string 16", "TenantId": "sample string 17", "LastUpdatedBy": "sample string 18", "CreatedDateTimeStamp": "2025-09-18T03:35:21.1038862+00:00", "UpdateDateTimeStamp": "2025-09-18T03:35:21.1038862+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-09-18T03:35:21.1038862+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">e96b8e0d-56f7-43d7-925a-524283759c25</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-09-18T03:35:21.1038862+00:00</UpdateDateTimeStamp> <UserId xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.common">sample string 16</UserId> <CompleteBy>2025-09-18T03:35:21.1038862+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>7542ae7e-f01b-4176-ac06-a08375d126a6</ReminderSaveId> <StartBy>2025-09-18T03:35:21.1038862+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.