Basecamp · Example Payload

Todocreaterequest Example

example-description

CollaborationProject ManagementRESTSaaSTeam Communication

Todocreaterequest 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

contentdescriptionassignee_idscompletion_subscriber_idsnotifydue_onstarts_on

Example Payload

Raw ↑
{
  "content": "example-content",
  "description": "example-description",
  "assignee_ids": [],
  "completion_subscriber_ids": [],
  "notify": true,
  "due_on": "2026-04-19",
  "starts_on": "2026-04-19"
}