Matelso_MRS_v_2_0


Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.

timebased_routing_routing_profile_update

Test

Klicken Sie auf die Schaltfläche 'Aufrufen', um den Vorgang mit dem HTTP POST-Protokoll zu testen.
Parameter Wert
partner_id:
partner_password:
id:
name:
c_number_1:
c_number_1_timeout:
c_number_2:
c_number_2_timeout:
c_number_3:
c_number_3_timeout:
c_number_4:
c_number_4_timeout:
welcome_anouncement:
whisper_sound:
voicemail_enabled:
voicemail_audio_filename:
voicemail_direct:
voicemail_no_recording:

SOAP 1.1

Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /Partnerbereich/MaTelSo_MRS_v_2_0.asmx HTTP/1.1
Host: www.matelso.de
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.matelso.de/timebased_routing_routing_profile_update"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <timebased_routing_routing_profile_update xmlns="http://www.matelso.de/">
      <partner_id>string</partner_id>
      <partner_password>string</partner_password>
      <id>int</id>
      <name>string</name>
      <c_number_1>string</c_number_1>
      <c_number_1_timeout>string</c_number_1_timeout>
      <c_number_2>string</c_number_2>
      <c_number_2_timeout>string</c_number_2_timeout>
      <c_number_3>string</c_number_3>
      <c_number_3_timeout>string</c_number_3_timeout>
      <c_number_4>string</c_number_4>
      <c_number_4_timeout>string</c_number_4_timeout>
      <welcome_anouncement>string</welcome_anouncement>
      <whisper_sound>string</whisper_sound>
      <voicemail_enabled>string</voicemail_enabled>
      <voicemail_audio_filename>string</voicemail_audio_filename>
      <voicemail_direct>string</voicemail_direct>
      <voicemail_no_recording>string</voicemail_no_recording>
    </timebased_routing_routing_profile_update>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <timebased_routing_routing_profile_updateResponse xmlns="http://www.matelso.de/">
      <timebased_routing_routing_profile_updateResult>
        <Success>boolean</Success>
        <Result>boolean</Result>
        <errorMessages>
          <MatelSoError>
            <Key>string</Key>
            <message>string</message>
          </MatelSoError>
          <MatelSoError>
            <Key>string</Key>
            <message>string</message>
          </MatelSoError>
        </errorMessages>
      </timebased_routing_routing_profile_updateResult>
    </timebased_routing_routing_profile_updateResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /Partnerbereich/MaTelSo_MRS_v_2_0.asmx HTTP/1.1
Host: www.matelso.de
Content-Type: application/soap+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>
    <timebased_routing_routing_profile_update xmlns="http://www.matelso.de/">
      <partner_id>string</partner_id>
      <partner_password>string</partner_password>
      <id>int</id>
      <name>string</name>
      <c_number_1>string</c_number_1>
      <c_number_1_timeout>string</c_number_1_timeout>
      <c_number_2>string</c_number_2>
      <c_number_2_timeout>string</c_number_2_timeout>
      <c_number_3>string</c_number_3>
      <c_number_3_timeout>string</c_number_3_timeout>
      <c_number_4>string</c_number_4>
      <c_number_4_timeout>string</c_number_4_timeout>
      <welcome_anouncement>string</welcome_anouncement>
      <whisper_sound>string</whisper_sound>
      <voicemail_enabled>string</voicemail_enabled>
      <voicemail_audio_filename>string</voicemail_audio_filename>
      <voicemail_direct>string</voicemail_direct>
      <voicemail_no_recording>string</voicemail_no_recording>
    </timebased_routing_routing_profile_update>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+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>
    <timebased_routing_routing_profile_updateResponse xmlns="http://www.matelso.de/">
      <timebased_routing_routing_profile_updateResult>
        <Success>boolean</Success>
        <Result>boolean</Result>
        <errorMessages>
          <MatelSoError>
            <Key>string</Key>
            <message>string</message>
          </MatelSoError>
          <MatelSoError>
            <Key>string</Key>
            <message>string</message>
          </MatelSoError>
        </errorMessages>
      </timebased_routing_routing_profile_updateResult>
    </timebased_routing_routing_profile_updateResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

Folgendes ist eine Beispielanforderung und -antwort für HTTP GET. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.

GET /Partnerbereich/MaTelSo_MRS_v_2_0.asmx/timebased_routing_routing_profile_update?partner_id=string&partner_password=string&id=string&name=string&c_number_1=string&c_number_1_timeout=string&c_number_2=string&c_number_2_timeout=string&c_number_3=string&c_number_3_timeout=string&c_number_4=string&c_number_4_timeout=string&welcome_anouncement=string&whisper_sound=string&voicemail_enabled=string&voicemail_audio_filename=string&voicemail_direct=string&voicemail_no_recording=string HTTP/1.1
Host: www.matelso.de
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<OperationResultOfBoolean xmlns="http://www.matelso.de/">
  <Success>boolean</Success>
  <Result>boolean</Result>
  <errorMessages>
    <MatelSoError>
      <Key>string</Key>
      <message>string</message>
    </MatelSoError>
    <MatelSoError>
      <Key>string</Key>
      <message>string</message>
    </MatelSoError>
  </errorMessages>
</OperationResultOfBoolean>

HTTP POST

Folgendes ist eine Beispielanforderung und -antwort für HTTP POST. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.

POST /Partnerbereich/MaTelSo_MRS_v_2_0.asmx/timebased_routing_routing_profile_update HTTP/1.1
Host: www.matelso.de
Content-Type: application/x-www-form-urlencoded
Content-Length: length

partner_id=string&partner_password=string&id=string&name=string&c_number_1=string&c_number_1_timeout=string&c_number_2=string&c_number_2_timeout=string&c_number_3=string&c_number_3_timeout=string&c_number_4=string&c_number_4_timeout=string&welcome_anouncement=string&whisper_sound=string&voicemail_enabled=string&voicemail_audio_filename=string&voicemail_direct=string&voicemail_no_recording=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<OperationResultOfBoolean xmlns="http://www.matelso.de/">
  <Success>boolean</Success>
  <Result>boolean</Result>
  <errorMessages>
    <MatelSoError>
      <Key>string</Key>
      <message>string</message>
    </MatelSoError>
    <MatelSoError>
      <Key>string</Key>
      <message>string</message>
    </MatelSoError>
  </errorMessages>
</OperationResultOfBoolean>