POST api/meeting/mymeeting?AccessKey={AccessKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OperatorCampaign| Name | Description | Type | Additional information |
|---|---|---|---|
| CampaignKey | globally unique identifier |
None. |
|
| CampaignName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CampaignKey": "986be7b1-74d3-4065-ad00-66956471d71e",
"CampaignName": "sample string 2"
}
application/xml, text/xml
Sample:
<OperatorCampaign xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SeeTheProWebAPI.Models"> <CampaignKey>986be7b1-74d3-4065-ad00-66956471d71e</CampaignKey> <CampaignName>sample string 2</CampaignName> </OperatorCampaign>