Porta Plus 2 Web Services

<back to all web services

CallQueueSettingsRequest

The following routes are available for this service:
POST/QueueSettings

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/CallQueueSettingsRequest HTTP/1.1 
Host: 7el.co 
Content-Type: text/jsv
Content-Length: length

{
	UMLogin: 
	{
		login: String,
		password: String,
		domain: String,
		accountId: String
	},
	i_queue: 0,
	QueueInfo: 
	{
		i_c_queue: 0,
		i_c_queueSpecified: False,
		i_c_group: 0,
		i_c_groupSpecified: False,
		capacity: 0,
		capacitySpecified: False,
		incoming_capacity: 0,
		incoming_capacitySpecified: False,
		average_duration: 0,
		average_durationSpecified: False,
		announce_number_of_callers: String,
		announce_estimated_wait_time: String,
		announcement_interval: 0,
		announcement_intervalSpecified: False,
		group_name: String,
		group_id: String,
		i_moh: 0,
		i_mohSpecified: False,
		i_intro_prompt: 0,
		i_intro_promptSpecified: False,
		moh: String,
		moh_action: String,
		intro_prompt: String,
		intro_prompt_action: String
	},
	GetQueueList: False,
	DeleteQueue: False,
	CreateQueue: False,
	UpdateQueu: False,
	GetQueue: False,
	session: String,
	i_customer: 0,
	License: String,
	ContentId: 0,
	FeatureName: String
}