POST v1/SocialMedia

Request Information

URI Parameters

None.

Body Parameters

SocialMediaViewModel
NameDescriptionTypeAdditional 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": "151bbaf9-1715-4a98-b1e5-667cf79add39",
  "Guid": "6b0bcbc3-ee77-4fd0-8413-821783009603",
  "Created": "2025-06-02T14:21:45.7703931+00:00",
  "Modified": "2025-06-02T14:21:45.7703931+00:00",
  "Deleted": "2025-06-02T14:21:45.7703931+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":"151bbaf9-1715-4a98-b1e5-667cf79add39","Guid":"6b0bcbc3-ee77-4fd0-8413-821783009603","Created":"2025-06-02T14:21:45.7703931+00:00","Modified":"2025-06-02T14:21:45.7703931+00:00","Deleted":"2025-06-02T14:21:45.7703931+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">2025-06-02T14:21:45.7703931+00:00</Created>
  <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-06-02T14:21:45.7703931+00:00</Deleted>
  <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">6b0bcbc3-ee77-4fd0-8413-821783009603</Guid>
  <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-06-02T14:21:45.7703931+00:00</Modified>
  <PersonGuid>151bbaf9-1715-4a98-b1e5-667cf79add39</PersonGuid>
  <Url>sample string 1</Url>
</SocialMediaViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SocialMediaViewModel
NameDescriptionTypeAdditional 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": "678870be-9b19-42e1-bb53-04da401a4eac",
  "Guid": "91079b0a-c1f8-4208-b127-738b17c62288",
  "Created": "2025-06-02T14:21:45.7703931+00:00",
  "Modified": "2025-06-02T14:21:45.7703931+00:00",
  "Deleted": "2025-06-02T14:21:45.7703931+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":"678870be-9b19-42e1-bb53-04da401a4eac","Guid":"91079b0a-c1f8-4208-b127-738b17c62288","Created":"2025-06-02T14:21:45.7703931+00:00","Modified":"2025-06-02T14:21:45.7703931+00:00","Deleted":"2025-06-02T14:21:45.7703931+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">2025-06-02T14:21:45.7703931+00:00</Created>
  <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-06-02T14:21:45.7703931+00:00</Deleted>
  <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">91079b0a-c1f8-4208-b127-738b17c62288</Guid>
  <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-06-02T14:21:45.7703931+00:00</Modified>
  <PersonGuid>678870be-9b19-42e1-bb53-04da401a4eac</PersonGuid>
  <Url>sample string 1</Url>
</SocialMediaViewModel>