Matelso_MRS_v_2_0


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

apply_profile_extended

Test

Klicken Sie auf die Schaltfläche 'Aufrufen', um den Vorgang mit dem HTTP POST-Protokoll zu testen.
Parameter Wert
partner_id:
partner_password:
b_number:
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:
conversion_tracking_enabled:
conversion_tracking_profile_id:
voicemail_enabled:
voicemail_audio_filename:
voicemail_direct:

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/apply_profile_extended"

<?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>
    <apply_profile_extended xmlns="http://www.matelso.de/">
      <partner_id>string</partner_id>
      <partner_password>string</partner_password>
      <b_number>string</b_number>
      <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>
      <conversion_tracking_enabled>string</conversion_tracking_enabled>
      <conversion_tracking_profile_id>string</conversion_tracking_profile_id>
      <voicemail_enabled>string</voicemail_enabled>
      <voicemail_audio_filename>string</voicemail_audio_filename>
      <voicemail_direct>string</voicemail_direct>
    </apply_profile_extended>
  </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>
    <apply_profile_extendedResponse xmlns="http://www.matelso.de/">
      <apply_profile_extendedResult>xml</apply_profile_extendedResult>
    </apply_profile_extendedResponse>
  </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>
    <apply_profile_extended xmlns="http://www.matelso.de/">
      <partner_id>string</partner_id>
      <partner_password>string</partner_password>
      <b_number>string</b_number>
      <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>
      <conversion_tracking_enabled>string</conversion_tracking_enabled>
      <conversion_tracking_profile_id>string</conversion_tracking_profile_id>
      <voicemail_enabled>string</voicemail_enabled>
      <voicemail_audio_filename>string</voicemail_audio_filename>
      <voicemail_direct>string</voicemail_direct>
    </apply_profile_extended>
  </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>
    <apply_profile_extendedResponse xmlns="http://www.matelso.de/">
      <apply_profile_extendedResult>xml</apply_profile_extendedResult>
    </apply_profile_extendedResponse>
  </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/apply_profile_extended?partner_id=string&partner_password=string&b_number=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&conversion_tracking_enabled=string&conversion_tracking_profile_id=string&voicemail_enabled=string&voicemail_audio_filename=string&voicemail_direct=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"?>
xml

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/apply_profile_extended HTTP/1.1
Host: www.matelso.de
Content-Type: application/x-www-form-urlencoded
Content-Length: length

partner_id=string&partner_password=string&b_number=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&conversion_tracking_enabled=string&conversion_tracking_profile_id=string&voicemail_enabled=string&voicemail_audio_filename=string&voicemail_direct=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml