POST v1/Activity/{id}/Speaker

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

GuidName
NameDescriptionTypeAdditional information
Guid

globally unique identifier

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Guid": "0749369a-8e75-4e20-8a76-8e0dbf7efec0",
  "Name": "sample string 2"
}

application/octet-stream

Sample:
{"Guid":"0749369a-8e75-4e20-8a76-8e0dbf7efec0","Name":"sample string 2"}

application/xml, text/xml

Sample:
<GuidName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
  <Guid>0749369a-8e75-4e20-8a76-8e0dbf7efec0</Guid>
  <Name>sample string 2</Name>
</GuidName>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, application/octet-stream

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>