PUT v1/SocialMedia
Request Information
URI Parameters
None.
Body Parameters
SocialMediaViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| PersonGuid | globally unique identifier |
None. |
|
| Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"PersonGuid": "10fe998d-8faf-49ce-af4a-aeca24afd7f1",
"Guid": "5edac2ba-0c91-45a6-bc83-fd32c574afec",
"Created": "2026-06-06T18:37:32.7204103+00:00",
"Modified": "2026-06-06T18:37:32.7204103+00:00",
"Deleted": "2026-06-06T18:37:32.7204103+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
application/octet-stream
Sample:
{"Url":"sample string 1","PersonGuid":"10fe998d-8faf-49ce-af4a-aeca24afd7f1","Guid":"5edac2ba-0c91-45a6-bc83-fd32c574afec","Created":"2026-06-06T18:37:32.7204103+00:00","Modified":"2026-06-06T18:37:32.7204103+00:00","Deleted":"2026-06-06T18:37:32.7204103+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<SocialMediaViewModel 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-06-06T18:37:32.7204103+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-06T18:37:32.7204103+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">5edac2ba-0c91-45a6-bc83-fd32c574afec</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-06T18:37:32.7204103+00:00</Modified>
<PersonGuid>10fe998d-8faf-49ce-af4a-aeca24afd7f1</PersonGuid>
<Url>sample string 1</Url>
</SocialMediaViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SocialMediaViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| PersonGuid | globally unique identifier |
None. |
|
| Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"PersonGuid": "05f8f6c6-ed8a-497a-98be-b49304fdeb03",
"Guid": "f6fb799c-81d8-4eca-89db-5ae0279bc6fa",
"Created": "2026-06-06T18:37:32.7204103+00:00",
"Modified": "2026-06-06T18:37:32.7204103+00:00",
"Deleted": "2026-06-06T18:37:32.7204103+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
application/octet-stream
Sample:
{"Url":"sample string 1","PersonGuid":"05f8f6c6-ed8a-497a-98be-b49304fdeb03","Guid":"f6fb799c-81d8-4eca-89db-5ae0279bc6fa","Created":"2026-06-06T18:37:32.7204103+00:00","Modified":"2026-06-06T18:37:32.7204103+00:00","Deleted":"2026-06-06T18:37:32.7204103+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<SocialMediaViewModel 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-06-06T18:37:32.7204103+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-06T18:37:32.7204103+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">f6fb799c-81d8-4eca-89db-5ae0279bc6fa</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-06T18:37:32.7204103+00:00</Modified>
<PersonGuid>05f8f6c6-ed8a-497a-98be-b49304fdeb03</PersonGuid>
<Url>sample string 1</Url>
</SocialMediaViewModel>