POST v1/Activity/{activityGuid}/Speaker/New
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| activityGuid | 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": "b86b7ea4-5bb1-49c8-a92d-9a480c7d7ed6",
"Name": "sample string 2"
}
application/octet-stream
Sample:
{"Guid":"b86b7ea4-5bb1-49c8-a92d-9a480c7d7ed6","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>b86b7ea4-5bb1-49c8-a92d-9a480c7d7ed6</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>