POST v1/Activity/{id}/Speaker
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
GuidNameName | Description | Type | Additional information |
---|---|---|---|
Guid | globally unique identifier |
None. |
|
Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Guid": "94626868-3965-41f2-8b4d-dc5fb857e7de", "Name": "sample string 2" }
application/octet-stream
Sample:
{"Guid":"94626868-3965-41f2-8b4d-dc5fb857e7de","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>94626868-3965-41f2-8b4d-dc5fb857e7de</Guid> <Name>sample string 2</Name> </GuidName>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse 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>