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 .jsv suffix or ?format=jsv

HTTP + JSV

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

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

{
	UMLogin: 
	{
		login: String,
		password: String,
		domain: String,
		accountId: String
	},
	getCallConferncSsettings: False,
	updateCallConferncSsettings: False,
	createCallConferncSsettings: False,
	addCallConfSettings: False,
	updateCallConfSettings: False,
	getAllCallConfSettings: False,
	deleteConfigCall: False,
	updateCallConferncSsettingsinAdvMode: False,
	name: String,
	max_participants: 0,
	max_session_time: 0,
	IConfig: 0,
	oldConfName: String,
	AccountId: String,
	password: String,
	License: String,
	ContentId: 0,
	FeatureName: String
}