<back to all web services
AutoAttendantSettingsRequest
To override the Content-type in your clients HTTP Accept Header, append the .soap12 suffix or ?format=soap12
HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: 7el.co
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<AutoAttendantSettingsRequest 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>
<CreateMenuRequest>false</CreateMenuRequest>
<DeleteMenuRequest>false</DeleteMenuRequest>
<GetMenuList>false</GetMenuList>
<GetMenuTransactionsList>false</GetMenuTransactionsList>
<MenuInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Porta.SoapTest.AutoAttendant">
<d2p1:i_menuField>0</d2p1:i_menuField>
<d2p1:i_menuFieldSpecified>false</d2p1:i_menuFieldSpecified>
<d2p1:msg_disabled_setField>String</d2p1:msg_disabled_setField>
<d2p1:msg_disabled_typeField>String</d2p1:msg_disabled_typeField>
<d2p1:msg_intro_setField>String</d2p1:msg_intro_setField>
<d2p1:msg_intro_typeField>String</d2p1:msg_intro_typeField>
<d2p1:msg_menu_setField>String</d2p1:msg_menu_setField>
<d2p1:msg_menu_typeField>String</d2p1:msg_menu_typeField>
<d2p1:msg_timeout_setField>String</d2p1:msg_timeout_setField>
<d2p1:msg_timeout_typeField>String</d2p1:msg_timeout_typeField>
<d2p1:nameField>String</d2p1:nameField>
<d2p1:periodField>String</d2p1:periodField>
<d2p1:period_descField>String</d2p1:period_descField>
</MenuInfo>
<PrmptType>String</PrmptType>
<Prompt>String</Prompt>
<TransactionInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Porta.SoapTest.AutoAttendant">
<d2p1:actionField>String</d2p1:actionField>
<d2p1:destinationField>String</d2p1:destinationField>
<d2p1:eventField>String</d2p1:eventField>
<d2p1:max_sizeField>0</d2p1:max_sizeField>
<d2p1:max_sizeFieldSpecified>false</d2p1:max_sizeFieldSpecified>
<d2p1:play_promptField>String</d2p1:play_promptField>
<d2p1:promptField>String</d2p1:promptField>
<d2p1:prompt_setField>0</d2p1:prompt_setField>
<d2p1:prompt_setFieldSpecified>false</d2p1:prompt_setFieldSpecified>
<d2p1:target_i_menuField>0</d2p1:target_i_menuField>
<d2p1:target_i_menuFieldSpecified>false</d2p1:target_i_menuFieldSpecified>
<d2p1:target_i_queueField>0</d2p1:target_i_queueField>
<d2p1:target_i_queueFieldSpecified>false</d2p1:target_i_queueFieldSpecified>
</TransactionInfo>
<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>
<UpdateMenuListRequest>false</UpdateMenuListRequest>
<eventType>String</eventType>
<i_menu>0</i_menu>
</AutoAttendantSettingsRequest>
</soap12:Body>
</soap12:Envelope>