POST CRMActivity/Save
Saves the specified CRMActivity.
Request Information
URI Parameters
None.
Body Parameters
The CRMActivity.
CRM Activity| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| UserId | nullable integer |
None. |
|
| Username | string |
None. |
|
| CRMActivityTypeId | nullable integer |
None. |
|
| Type | string |
None. |
|
| Priority | integer |
None. |
|
| Category | string |
None. |
|
| CRMActivityCategoryId | nullable integer |
None. |
|
| CRMPriorityId | nullable integer |
None. |
|
| Outline | string |
String length: inclusive between 0 and 4000 |
|
| Body | string |
None. |
|
| ActionDate | date |
Required |
|
| Reference | string |
String length: inclusive between 0 and 100 |
|
| LinkId | nullable integer |
None. |
|
| Modified | nullable date |
Read Only / System Generated |
|
| Created | date |
Read Only / System Generated |
|
| CRMActivityNotes | Collection of CRM Activity Note |
Read Only / System Generated |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"UserId": 1,
"Username": "sample string 2",
"CRMActivityTypeId": 1,
"Type": "sample string 3",
"Priority": 4,
"Category": "sample string 5",
"CRMActivityCategoryId": 1,
"CRMPriorityId": 1,
"Outline": "sample string 6",
"Body": "sample string 7",
"ActionDate": "2025-12-20",
"Reference": "sample string 8",
"LinkId": 1,
"Modified": "2025-12-20",
"Created": "2025-12-20",
"CRMActivityNotes": [
{
"ID": 1,
"Subject": "sample string 2"
},
{
"ID": 1,
"Subject": "sample string 2"
}
]
}
Response Information
Resource Description
CRM Activity| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| UserId | nullable integer |
None. |
|
| Username | string |
None. |
|
| CRMActivityTypeId | nullable integer |
None. |
|
| Type | string |
None. |
|
| Priority | integer |
None. |
|
| Category | string |
None. |
|
| CRMActivityCategoryId | nullable integer |
None. |
|
| CRMPriorityId | nullable integer |
None. |
|
| Outline | string |
String length: inclusive between 0 and 4000 |
|
| Body | string |
None. |
|
| ActionDate | date |
Required |
|
| Reference | string |
String length: inclusive between 0 and 100 |
|
| LinkId | nullable integer |
None. |
|
| Modified | nullable date |
Read Only / System Generated |
|
| Created | date |
Read Only / System Generated |
|
| CRMActivityNotes | Collection of CRM Activity Note |
Read Only / System Generated |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"UserId": 1,
"Username": "sample string 2",
"CRMActivityTypeId": 1,
"Type": "sample string 3",
"Priority": 4,
"Category": "sample string 5",
"CRMActivityCategoryId": 1,
"CRMPriorityId": 1,
"Outline": "sample string 6",
"Body": "sample string 7",
"ActionDate": "2025-12-20",
"Reference": "sample string 8",
"LinkId": 1,
"Modified": "2025-12-20",
"Created": "2025-12-20",
"CRMActivityNotes": [
{
"ID": 1,
"Subject": "sample string 2"
},
{
"ID": 1,
"Subject": "sample string 2"
}
]
}