FIBUdataServiceStack

<back to all web services

GetSchnittstelleZugangsdatenRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/GetSchnittstelleZugangsdaten
GetSchnittstelleZugangsdatenRequest Parameters:
NameParameterData TypeRequiredDescription
BankIDbodylong?No
SchnittstellebodylongNo
ist_Paypalbodybool?No
AusgangsrechnungKontonummerbodystringNo
GetSchnittstelleZugangsdatenResponse Parameters:
NameParameterData TypeRequiredDescription
Auth_wert1formstringNo
Auth_wert2formstringNo
Auth_wert3formstringNo
Auth_wert4formstringNo
Auth_wert5formstringNo
Auth_Dropdown1formstringNo
isZugangdatenExistiertformboolNo
zusaetzliche_werteformDictionary<string, string>No
SchnittstelleEinschraenkungenformstringNo
SchnittstellenStatusformonlinehandel_schnittstellen_statusNo
SchnittstelleAusnahmenformList<int>No
onlinehandel_schnittstellen_status Parameters:
NameParameterData TypeRequiredDescription
idformlong?No
nameformstringNo
statusformint?No
meldungformstringNo
urlformstringNo
vonformDateTime?No
bisformDateTime?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

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

POST /fibuscan/Onlinehandel/GetSchnittstelleZugangsdaten HTTP/1.1 
Host: ws4.fibudata.net 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<GetSchnittstelleZugangsdatenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
  <AusgangsrechnungKontonummer>String</AusgangsrechnungKontonummer>
  <BankID>0</BankID>
  <Schnittstelle>0</Schnittstelle>
  <ist_Paypal>false</ist_Paypal>
</GetSchnittstelleZugangsdatenRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetSchnittstelleZugangsdatenResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
  <Auth_Dropdown1>String</Auth_Dropdown1>
  <Auth_wert1>String</Auth_wert1>
  <Auth_wert2>String</Auth_wert2>
  <Auth_wert3>String</Auth_wert3>
  <Auth_wert4>String</Auth_wert4>
  <Auth_wert5>String</Auth_wert5>
  <SchnittstelleAusnahmen xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </SchnittstelleAusnahmen>
  <SchnittstelleEinschraenkungen>String</SchnittstelleEinschraenkungen>
  <SchnittstellenStatus xmlns:d2p1="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Models">
    <d2p1:bis>0001-01-01T00:00:00</d2p1:bis>
    <d2p1:id>0</d2p1:id>
    <d2p1:meldung>String</d2p1:meldung>
    <d2p1:name>String</d2p1:name>
    <d2p1:status>0</d2p1:status>
    <d2p1:url>String</d2p1:url>
    <d2p1:von>0001-01-01T00:00:00</d2p1:von>
  </SchnittstellenStatus>
  <isZugangdatenExistiert>false</isZugangdatenExistiert>
  <zusaetzliche_werte xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </zusaetzliche_werte>
</GetSchnittstelleZugangsdatenResponse>