Basecamp · Example Payload

Messageupdaterequest Example

CollaborationProject ManagementRESTSaaSTeam Communication

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

Top-level fields

subjectcontentcategory_id

Example Payload

Raw ↑
{
  "subject": "example-subject",
  "content": "example-content",
  "category_id": 0
}