Porta Plus 2 Web Services

<back to all web services

UMCallConferenceSettings

The following routes are available for this service:
GET/GetAccountsLoginDetails/{License}/{AccountId}
GET/GetCallConfSettings/{License}/{AccountId}/{getCallConferncSsettings}
GET/UpdateCallConfSettings/{License}/{AccountId}/{updateCallConferncSsettings}
GET/CreateCallConfSettings/{License}/{AccountId}/{createCallConferncSsettings}
GET/AddCallConfSettings/{License}/{name}/{max_participants}/{max_session_time}/{AccountId}/{addCallConfSettings}
GET/UpdateCallConfSettings/{License}/{oldConfName}/{name}/{max_participants}/{max_session_time}/{AccountId}/{updateCallConfSettings}
GET/GetAllCallConfSettings/{License}/{AccountId}/{getAllCallConfSettings}
GET/UpdateCallConfSettingsPinForAdvMode/{License}/{name}/{AccountId}/{updateCallConferncSsettingsinAdvMode}
GET/DeleteConfigCall/{License}/{IConfig}/{AccountId}/{deleteConfigCall}
GET/GetCallConfSettings/{License}/{AccountId}/{password}/{getCallConferncSsettings}
GET/UpdateCallConfSettings/{License}/{AccountId}/{password}/{updateCallConferncSsettings}
GET/CreateCallConfSettings/{License}/{AccountId}/{password}/{createCallConferncSsettings}
POST/AddCallConfSettings
POST/UpdateCallConfSettings
GET/GetAllCallConfSettings/{License}/{AccountId}/{password}/{getAllCallConfSettings}
POST/UpdateCallConfSettingsPinForAdvMode
GET/DeleteConfigCall/{License}/{IConfig}/{AccountId}/{password}/{deleteConfigCall}

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/oneway/UMCallConferenceSettings HTTP/1.1 
Host: 7el.co 
Content-Type: application/xml
Content-Length: length

<UMCallConferenceSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Web.Dto.UM">
  <ContentId xmlns="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Web.Dto">0</ContentId>
  <FeatureName xmlns="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Web.Dto">String</FeatureName>
  <License xmlns="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Web.Dto">String</License>
  <AccountId>String</AccountId>
  <IConfig>0</IConfig>
  <UMLogin xmlns:d2p1="http://schemas.datacontract.org/2004/07/PortaPlus2.Soap.Client.UM">
    <d2p1:accountId>String</d2p1:accountId>
    <d2p1:domain>String</d2p1:domain>
    <d2p1:login>String</d2p1:login>
    <d2p1:password>String</d2p1:password>
  </UMLogin>
  <addCallConfSettings>false</addCallConfSettings>
  <createCallConferncSsettings>false</createCallConferncSsettings>
  <deleteConfigCall>false</deleteConfigCall>
  <getAllCallConfSettings>false</getAllCallConfSettings>
  <getCallConferncSsettings>false</getCallConferncSsettings>
  <max_participants>0</max_participants>
  <max_session_time>0</max_session_time>
  <name>String</name>
  <oldConfName>String</oldConfName>
  <password>String</password>
  <updateCallConfSettings>false</updateCallConfSettings>
  <updateCallConferncSsettings>false</updateCallConferncSsettings>
  <updateCallConferncSsettingsinAdvMode>false</updateCallConferncSsettingsinAdvMode>
</UMCallConferenceSettings>