PUT v1/ActivityExternalSource
Request Information
URI Parameters
None.
Body Parameters
ActivityExternalSourceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Link | string |
None. |
|
| ActivityGuid | globally unique identifier |
None. |
|
| Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Link": "sample string 2",
"ActivityGuid": "c6ee9a90-306d-4830-95ef-a4fe577bde0d",
"Guid": "5479e3c0-78d1-4c62-b364-3e7abd34f0bc",
"Created": "2026-02-17T22:29:19.4302561+00:00",
"Modified": "2026-02-17T22:29:19.4302561+00:00",
"Deleted": "2026-02-17T22:29:19.4302561+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
application/octet-stream
Sample:
{"Name":"sample string 1","Link":"sample string 2","ActivityGuid":"c6ee9a90-306d-4830-95ef-a4fe577bde0d","Guid":"5479e3c0-78d1-4c62-b364-3e7abd34f0bc","Created":"2026-02-17T22:29:19.4302561+00:00","Modified":"2026-02-17T22:29:19.4302561+00:00","Deleted":"2026-02-17T22:29:19.4302561+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityExternalSourceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity">
<ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-17T22:29:19.4302561+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-17T22:29:19.4302561+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">5479e3c0-78d1-4c62-b364-3e7abd34f0bc</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-17T22:29:19.4302561+00:00</Modified>
<ActivityGuid>c6ee9a90-306d-4830-95ef-a4fe577bde0d</ActivityGuid>
<Link>sample string 2</Link>
<Name>sample string 1</Name>
</ActivityExternalSourceViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActivityExternalSourceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Link | string |
None. |
|
| ActivityGuid | globally unique identifier |
None. |
|
| Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Link": "sample string 2",
"ActivityGuid": "2568254b-245f-4828-b89c-664478628ab2",
"Guid": "3f88d305-592a-4e30-ac7f-9494b3f81041",
"Created": "2026-02-17T22:29:19.4458121+00:00",
"Modified": "2026-02-17T22:29:19.4458121+00:00",
"Deleted": "2026-02-17T22:29:19.4458121+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
application/octet-stream
Sample:
{"Name":"sample string 1","Link":"sample string 2","ActivityGuid":"2568254b-245f-4828-b89c-664478628ab2","Guid":"3f88d305-592a-4e30-ac7f-9494b3f81041","Created":"2026-02-17T22:29:19.4458121+00:00","Modified":"2026-02-17T22:29:19.4458121+00:00","Deleted":"2026-02-17T22:29:19.4458121+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityExternalSourceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity">
<ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-17T22:29:19.4458121+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-17T22:29:19.4458121+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">3f88d305-592a-4e30-ac7f-9494b3f81041</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-17T22:29:19.4458121+00:00</Modified>
<ActivityGuid>2568254b-245f-4828-b89c-664478628ab2</ActivityGuid>
<Link>sample string 2</Link>
<Name>sample string 1</Name>
</ActivityExternalSourceViewModel>