POST api/todo/group/savenextcalldate

Save Next Call Date. Processes this group to do API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The save next call due command data contract supplied with the request.

SaveNextCallDueCommandDataContract
NameDescriptionTypeAdditional information
Recipients

The collection of recipients.

Collection of GroupRecipientToDoCommandDataContract

None.

DueDate

The due date, expressed as a date and time.

date

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Recipients": [
    {
      "GroupId": 1,
      "PersonIds": [
        1,
        2
      ]
    },
    {
      "GroupId": 1,
      "PersonIds": [
        1,
        2
      ]
    }
  ],
  "DueDate": "2026-07-23T08:22:04.4859692Z"
}

Response Information

Resource Description

The response returned after the operation completes.

ActiveToDoDataContract
NameDescriptionTypeAdditional information
ToDoOwner

The to do owner value.

NegotiatorTodoDataContract

None.

Interval

The interval value.

EnumDataContract

None.

Title

The title value.

string

None.

Description

The description value.

string

None.

Priority

The priority value.

EnumDataContract

None.

Negotiators

The collection of negotiators.

Collection of NegotiatorTodoDataContract

None.

Tasks

The collection of tasks.

Collection of TaskDetailsDataContract

None.

ToDoType

The to do type value.

EnumDataContract

None.

SuggestedSchedule

The suggested schedule value.

EnumDataContract

None.

EventType

The event type value.

EnumDataContract

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ToDoOwner": {
    "Email": {
      "Type": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Value": "sample string 1",
      "Notes": "sample string 2",
      "ContactOrder": 3,
      "AllowContact": true,
      "MarketingContactStatus": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Name": "sample string 5",
      "Id": 6
    },
    "ContactName": "sample string 1",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Id": 4
  },
  "Interval": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "Title": "sample string 1",
  "Description": "sample string 2",
  "Priority": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "Negotiators": [
    {
      "Email": {
        "Type": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Value": "sample string 1",
        "Notes": "sample string 2",
        "ContactOrder": 3,
        "AllowContact": true,
        "MarketingContactStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Name": "sample string 5",
        "Id": 6
      },
      "ContactName": "sample string 1",
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Id": 4
    },
    {
      "Email": {
        "Type": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Value": "sample string 1",
        "Notes": "sample string 2",
        "ContactOrder": 3,
        "AllowContact": true,
        "MarketingContactStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Name": "sample string 5",
        "Id": 6
      },
      "ContactName": "sample string 1",
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Id": 4
    }
  ],
  "Tasks": [
    {
      "Id": 1,
      "DueDate": "2026-07-23T08:22:04.4859692Z",
      "StatusType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "ScheduleType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Event": {
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DateTime": "2026-07-23T08:22:04.4859692Z",
        "EventCategory": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "EventType": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "EventStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Id": 4
      },
      "TeamIds": [
        1,
        2
      ],
      "SearchTerms": [
        "sample string 1",
        "sample string 2"
      ]
    },
    {
      "Id": 1,
      "DueDate": "2026-07-23T08:22:04.4859692Z",
      "StatusType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "ScheduleType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Event": {
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DateTime": "2026-07-23T08:22:04.4859692Z",
        "EventCategory": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "EventType": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "EventStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Id": 4
      },
      "TeamIds": [
        1,
        2
      ],
      "SearchTerms": [
        "sample string 1",
        "sample string 2"
      ]
    }
  ],
  "ToDoType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "SuggestedSchedule": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "EventType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "Id": 3
}