Basecamp · Example Payload

Scheduleentrycreaterequest Example

example-description

CollaborationProject ManagementRESTSaaSTeam Communication

Scheduleentrycreaterequest Example is an example object payload from Basecamp, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarystarts_atends_atdescriptionparticipant_idsall_daynotify

Example Payload

Raw ↑
{
  "summary": "example-summary",
  "starts_at": "2026-04-19T12:00:00Z",
  "ends_at": "2026-04-19T12:00:00Z",
  "description": "example-description",
  "participant_ids": [],
  "all_day": true,
  "notify": true
}