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": "1111b654-6626-43c7-a90c-11c50d53d897",
"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>1111b654-6626-43c7-a90c-11c50d53d897</CampaignKey> <CampaignName>sample string 2</CampaignName> </OperatorCampaign>