PUT api/v2.0/ExternalActivity/Update
Request Information
URI Parameters
None.
Body Parameters
ExternalActivity| Name | Description | Type | Additional information |
|---|---|---|---|
| ExternalActivityKey |
The UniqueIdentifier for the External Activity Record. |
globally unique identifier |
None. |
| ExternalActivityTypeKey |
Optional. Uniqueidentifier. Our key to the type. Required unless LegacyActivityTypeKey is supplied. |
globally unique identifier |
None. |
| LegacyActivityTypeKey |
Optional. Nvarchar(100). The caller’s key to the type. Required unless ActivityTypeKey is supplied. If supplied, used to lookup ActivityTypeKey in ActivityTypeRef. |
string |
None. |
| ContactKey |
Optional. Uniqueidentifier. Our key to the contact affected. Required unless LegacyContactKey is supplied. |
globally unique identifier |
None. |
| LegacyContactKey |
Optional. Nvarchar(100). The caller’s key to the contact affected. Required unless ContactKey is supplied. If supplied, used to lookup ContactKey in Contact. |
string |
None. |
| ActivityDateTime |
Required. Datetime. The date and time the activity occurred. |
date |
None. |
| ActivityTitle |
Required. nvarchar(500). The title of the activity. |
string |
None. |
| ActivityDetails |
Optional. nvarchar(max). Any details the caller wants to include to describe the activity. |
string |
None. |
| ActivityUrl |
Optional. nvarchar(500). An absolute URL linking to the caller’s view of the activity |
string |
None. |
| LegacyActivityKey |
Optional. nvarchar(100).The caller’s key to the activity. Used for future updates and deletes. |
string |
None. |
| Date1 |
Optional. Datetime. A date and time that is associated with the activity and defined by the type. |
date |
None. |
| Date2 |
Optional. Datetime. A date and time that is associated with the activity and defined by the type. |
date |
None. |
| Date3 |
Optional. Datetime. A date and time that is associated with the activity and defined by the type. |
date |
None. |
| Number1 |
Optional. decimal(12,2). A numeric value that is associated with the activity and defined by the type. |
decimal number |
None. |
| Number2 |
Optional. decimal(12,2). A numeric value that is associated with the activity and defined by the type. |
decimal number |
None. |
| Number3 |
Optional. decimal(12,2). A numeric value that is associated with the activity and defined by the type. |
decimal number |
None. |
| Text1 |
Optional. nvarchar(max). A string value that is associated with the activity and defined by the type. |
string |
None. |
| Text2 |
Optional. nvarchar(max). A string value that is associated with the activity and defined by the type. |
string |
None. |
| Text3 |
Optional. nvarchar(max). A string value that is associated with the activity and defined by the type. |
string |
None. |
Request Formats
application/json, text/json
{
"ExternalActivityKey": "c3b0a48f-bc28-4c98-8905-f5c5d5822bc4",
"ExternalActivityTypeKey": "42d6f44c-42e6-49b0-806a-910829dfecce",
"LegacyActivityTypeKey": "sample string 3",
"ContactKey": "81d8774c-e10a-4057-a199-dd66599b7d30",
"LegacyContactKey": "sample string 4",
"ActivityDateTime": "2026-04-15T06:31:47.1208247Z",
"ActivityTitle": "sample string 6",
"ActivityDetails": "sample string 7",
"ActivityUrl": "sample string 8",
"LegacyActivityKey": "sample string 9",
"Date1": "2026-04-15T06:31:47.1208247Z",
"Date2": "2026-04-15T06:31:47.1208247Z",
"Date3": "2026-04-15T06:31:47.1208247Z",
"Number1": 1.0,
"Number2": 1.0,
"Number3": 1.0,
"Text1": "sample string 10",
"Text2": "sample string 11",
"Text3": "sample string 12"
}
application/xml, text/xml
<ExternalActivity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ExternalActivity"> <ActivityDateTime>2026-04-15T02:31:47.1208247-04:00</ActivityDateTime> <ActivityDetails>sample string 7</ActivityDetails> <ActivityTitle>sample string 6</ActivityTitle> <ActivityUrl>sample string 8</ActivityUrl> <ContactKey>81d8774c-e10a-4057-a199-dd66599b7d30</ContactKey> <Date1>2026-04-15T02:31:47.1208247-04:00</Date1> <Date2>2026-04-15T02:31:47.1208247-04:00</Date2> <Date3>2026-04-15T02:31:47.1208247-04:00</Date3> <ExternalActivityKey>c3b0a48f-bc28-4c98-8905-f5c5d5822bc4</ExternalActivityKey> <ExternalActivityTypeKey>42d6f44c-42e6-49b0-806a-910829dfecce</ExternalActivityTypeKey> <LegacyActivityKey>sample string 9</LegacyActivityKey> <LegacyActivityTypeKey>sample string 3</LegacyActivityTypeKey> <LegacyContactKey>sample string 4</LegacyContactKey> <Number1>1</Number1> <Number2>1</Number2> <Number3>1</Number3> <Text1>sample string 10</Text1> <Text2>sample string 11</Text2> <Text3>sample string 12</Text3> </ExternalActivity>
Response Information
Resource Description
ExternalActivity| Name | Description | Type | Additional information |
|---|---|---|---|
| ExternalActivityKey |
The UniqueIdentifier for the External Activity Record. |
globally unique identifier |
None. |
| ExternalActivityTypeKey |
Optional. Uniqueidentifier. Our key to the type. Required unless LegacyActivityTypeKey is supplied. |
globally unique identifier |
None. |
| LegacyActivityTypeKey |
Optional. Nvarchar(100). The caller’s key to the type. Required unless ActivityTypeKey is supplied. If supplied, used to lookup ActivityTypeKey in ActivityTypeRef. |
string |
None. |
| ContactKey |
Optional. Uniqueidentifier. Our key to the contact affected. Required unless LegacyContactKey is supplied. |
globally unique identifier |
None. |
| LegacyContactKey |
Optional. Nvarchar(100). The caller’s key to the contact affected. Required unless ContactKey is supplied. If supplied, used to lookup ContactKey in Contact. |
string |
None. |
| ActivityDateTime |
Required. Datetime. The date and time the activity occurred. |
date |
None. |
| ActivityTitle |
Required. nvarchar(500). The title of the activity. |
string |
None. |
| ActivityDetails |
Optional. nvarchar(max). Any details the caller wants to include to describe the activity. |
string |
None. |
| ActivityUrl |
Optional. nvarchar(500). An absolute URL linking to the caller’s view of the activity |
string |
None. |
| LegacyActivityKey |
Optional. nvarchar(100).The caller’s key to the activity. Used for future updates and deletes. |
string |
None. |
| Date1 |
Optional. Datetime. A date and time that is associated with the activity and defined by the type. |
date |
None. |
| Date2 |
Optional. Datetime. A date and time that is associated with the activity and defined by the type. |
date |
None. |
| Date3 |
Optional. Datetime. A date and time that is associated with the activity and defined by the type. |
date |
None. |
| Number1 |
Optional. decimal(12,2). A numeric value that is associated with the activity and defined by the type. |
decimal number |
None. |
| Number2 |
Optional. decimal(12,2). A numeric value that is associated with the activity and defined by the type. |
decimal number |
None. |
| Number3 |
Optional. decimal(12,2). A numeric value that is associated with the activity and defined by the type. |
decimal number |
None. |
| Text1 |
Optional. nvarchar(max). A string value that is associated with the activity and defined by the type. |
string |
None. |
| Text2 |
Optional. nvarchar(max). A string value that is associated with the activity and defined by the type. |
string |
None. |
| Text3 |
Optional. nvarchar(max). A string value that is associated with the activity and defined by the type. |
string |
None. |
Response Formats
application/json, text/json
{
"ExternalActivityKey": "b6f7eed0-da0b-4ed9-8ea2-773da5b9badc",
"ExternalActivityTypeKey": "62f9aa7d-12e1-43af-8903-ecee26e9fdd4",
"LegacyActivityTypeKey": "sample string 3",
"ContactKey": "9fd242bd-8adf-4728-b5ee-df896976bf93",
"LegacyContactKey": "sample string 4",
"ActivityDateTime": "2026-04-15T06:31:47.1372383Z",
"ActivityTitle": "sample string 6",
"ActivityDetails": "sample string 7",
"ActivityUrl": "sample string 8",
"LegacyActivityKey": "sample string 9",
"Date1": "2026-04-15T06:31:47.1372383Z",
"Date2": "2026-04-15T06:31:47.1372383Z",
"Date3": "2026-04-15T06:31:47.1372383Z",
"Number1": 1.0,
"Number2": 1.0,
"Number3": 1.0,
"Text1": "sample string 10",
"Text2": "sample string 11",
"Text3": "sample string 12"
}
application/xml, text/xml
<ExternalActivity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ExternalActivity"> <ActivityDateTime>2026-04-15T02:31:47.1372383-04:00</ActivityDateTime> <ActivityDetails>sample string 7</ActivityDetails> <ActivityTitle>sample string 6</ActivityTitle> <ActivityUrl>sample string 8</ActivityUrl> <ContactKey>9fd242bd-8adf-4728-b5ee-df896976bf93</ContactKey> <Date1>2026-04-15T02:31:47.1372383-04:00</Date1> <Date2>2026-04-15T02:31:47.1372383-04:00</Date2> <Date3>2026-04-15T02:31:47.1372383-04:00</Date3> <ExternalActivityKey>b6f7eed0-da0b-4ed9-8ea2-773da5b9badc</ExternalActivityKey> <ExternalActivityTypeKey>62f9aa7d-12e1-43af-8903-ecee26e9fdd4</ExternalActivityTypeKey> <LegacyActivityKey>sample string 9</LegacyActivityKey> <LegacyActivityTypeKey>sample string 3</LegacyActivityTypeKey> <LegacyContactKey>sample string 4</LegacyContactKey> <Number1>1</Number1> <Number2>1</Number2> <Number3>1</Number3> <Text1>sample string 10</Text1> <Text2>sample string 11</Text2> <Text3>sample string 12</Text3> </ExternalActivity>