POST v1/Activity/{id}/Speaker
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
GuidName| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | globally unique identifier |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Guid": "603d4dcf-b3e4-4aee-b3b2-399ef339d99c",
"Name": "sample string 2"
}
application/octet-stream
Sample:
{"Guid":"603d4dcf-b3e4-4aee-b3b2-399ef339d99c","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>603d4dcf-b3e4-4aee-b3b2-399ef339d99c</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>