POST CRMActivity/Save

Saves the specified CRMActivity.

Request Information

URI Parameters

None.

Body Parameters

The CRMActivity.

CRM Activity
NameTypeAdditional informationDescription
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": "2024-03-29T00:00:00+10:00",
  "Reference": "sample string 8",
  "LinkId": 1,
  "Modified": "2024-03-29T00:00:00+10:00",
  "Created": "2024-03-29T00:00:00+10:00",
  "CRMActivityNotes": [
    {
      "ID": 1,
      "Subject": "sample string 2"
    },
    {
      "ID": 1,
      "Subject": "sample string 2"
    }
  ]
}

Response Information

Resource Description

CRM Activity
NameTypeAdditional informationDescription
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": "2024-03-29T00:00:00+10:00",
  "Reference": "sample string 8",
  "LinkId": 1,
  "Modified": "2024-03-29T00:00:00+10:00",
  "Created": "2024-03-29T00:00:00+10:00",
  "CRMActivityNotes": [
    {
      "ID": 1,
      "Subject": "sample string 2"
    },
    {
      "ID": 1,
      "Subject": "sample string 2"
    }
  ]
}