POST api/TasksAppointments/PostReminderSummary

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
summary
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ReminderSaveId": "cfdb5732-fbf9-4b91-a4be-e69d2811f9fa",
  "Name": "sample string 2",
  "ReminderOn": "sample string 3",
  "Type": "sample string 4",
  "StartBy": "2025-05-09T19:33:27.1262452+00:00",
  "CompleteBy": "2025-05-09T19:33:27.1262452+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": "1aa501d8-e07f-4e64-b28a-e95959e709b9",
  "Status": "sample string 15",
  "UserId": "sample string 16",
  "TenantId": "sample string 17",
  "LastUpdatedBy": "sample string 18",
  "CreatedDateTimeStamp": "2025-05-09T19:33:27.1262452+00:00",
  "UpdateDateTimeStamp": "2025-05-09T19:33:27.1262452+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-05-09T19:33:27.1262452+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">1aa501d8-e07f-4e64-b28a-e95959e709b9</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-05-09T19:33:27.1262452+00:00</UpdateDateTimeStamp>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.common">sample string 16</UserId>
  <CompleteBy>2025-05-09T19:33:27.1262452+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>cfdb5732-fbf9-4b91-a4be-e69d2811f9fa</ReminderSaveId>
  <StartBy>2025-05-09T19:33:27.1262452+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RemindersSummary'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.