POST api/Activities
Create a new Activity
Request Information
URI Parameters
None.
Body Parameters
Activity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SeriesId | globally unique identifier |
None. |
|
| AccessorID | globally unique identifier |
None. |
|
| IsCleared | boolean |
None. |
|
| IsAlarmCreated | boolean |
None. |
|
| IsAlarmed | boolean |
None. |
|
| LeadMinutes | integer |
None. |
|
| AlarmDue | string |
None. |
|
| ExternalID | string |
None. |
|
| Location | string |
None. |
|
| IsTimeless | boolean |
None. |
|
| IsPrivate | boolean |
None. |
|
| PriorityId | integer |
None. |
|
| ActivityPriorityName | string |
None. |
|
| ActivityTypeId | integer |
None. |
|
| ActivityTypeName | string |
None. |
|
| Subject | string |
None. |
|
| ScheduledBy | string |
None. |
|
| ScheduledFor | string |
None. |
|
| ScheduledForID | globally unique identifier |
None. |
|
| ScheduledByID | globally unique identifier |
None. |
|
| DeletedDates | Collection of date |
None. |
|
| ClearedDates | Collection of date |
None. |
|
| RecurSpec | ActivityRecurSpec |
None. |
|
| EditDate | date |
None. |
|
| CreateDate | date |
None. |
|
| OccurTime | date |
None. |
|
| OccurEndTime | date |
None. |
|
| StartTime |
SQL Column Name: [START_DATE_TIME] |
date |
None. |
| EndTime |
SQL Column Name: [END_DATE_TIME] |
date |
None. |
| Details |
SQL Column Name: [DETAILS] |
string |
None. |
| LinkedEntities | LinkedEntities |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "cfb483fe-95de-43b8-92aa-e4c62e3d5ff1",
"SeriesId": "a18a622e-0eb7-4733-b161-2ccdd2da25ae",
"AccessorID": "8652bcc4-7b11-4a93-9ba2-d4ed1c382cba",
"IsCleared": true,
"IsAlarmCreated": true,
"IsAlarmed": true,
"LeadMinutes": 7,
"AlarmDue": "sample string 8",
"ExternalID": "sample string 9",
"Location": "sample string 10",
"IsTimeless": true,
"IsPrivate": true,
"PriorityId": 13,
"ActivityPriorityName": "sample string 14",
"ActivityTypeId": 15,
"ActivityTypeName": "sample string 16",
"Subject": "sample string 17",
"ScheduledBy": "sample string 18",
"ScheduledFor": "sample string 19",
"ScheduledForID": "93172816-88a7-49dd-ac8a-53b546fb3d74",
"ScheduledByID": "5afb4976-d114-44b2-9e6d-630bcadcc26d",
"DeletedDates": [
"2026-04-15T17:03:36Z",
"2026-04-15T17:03:36Z"
],
"ClearedDates": [
"2026-04-15T17:03:36Z",
"2026-04-15T17:03:36Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-04-15T17:03:36Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-15T17:03:36Z",
"CreateDate": "2026-04-15T17:03:36Z",
"OccurTime": "2026-04-15T17:03:36Z",
"OccurEndTime": "2026-04-15T17:03:36Z",
"StartTime": "2026-04-15T17:03:36Z",
"EndTime": "2026-04-15T17:03:36Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"82561af7-ceb8-487a-bf0c-af77fd22a4ed",
"d1c319e8-8662-42c6-91d9-dad86047379a"
],
"Companies": [
"ede66f5a-dfc2-4a5e-9b47-92e4f3bf106f",
"f29b7ce8-74b6-4cf5-9c57-c8de398dd706"
],
"Groups": [
"41ae0451-34c2-4916-82f7-8079b1bd3a7d",
"82e66610-19c8-4a03-9ff4-21aae34555eb"
],
"Opportunities": [
"cd769d09-1809-4785-945b-aee1c6b1fbdc",
"c5a0f245-d242-47ef-96bb-bedbf7340f61"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"a97f4fe2-245d-48ca-ba1e-9da21e371e74"