URL: https://YourFirmName.centerbase.com/mobile/api.svc/json/activity

Method: POST

Content-Type: application/json

Description

Creates an activity (appointment or task) in Centerbase and schedules existing items to it. Can be accomplished with other, more generic endpoints, but this simplifies the process.

Request

Request Body Sample

{
  "session-id": "42ed2ab4-06ba-4803-8d0a-445af8bf3140",
  "type": "APPOINTMENT",
  "subject": "Planning meeting",
  "start-date": "2025-03-10T18:30:00",
  "end-date": "2025-03-10T18:45:00",
  "all-day-event": false,
  "location": "Conference room",
  "schedule-for": [
    "21430b59-906d-4ec1-88ea-6f127493b386",
    "3f3f9adc-3ec2-453f-ba1a-a4b898ef5f24"
  ]
}

Response