FIBUdataServiceStack

<back to all web services

SaveSchnittstelleZugangsdatenRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/SaveSchnittstelleZugangsdaten
import java.math.*;
import java.util.*;
import net.servicestack.client.*;

public class dtos
{

    public static class SaveSchnittstelleZugangsdatenRequest
    {
        public Long Schnittstelle = null;
        public Long BankID = null;
        public String Auth_wert1 = null;
        public String Auth_wert2 = null;
        public String Auth_wert3 = null;
        public String Auth_wert4 = null;
        public String Auth_wert5 = null;
        public String AusgangsrechnungKontonummer = null;
        
        public Long getSchnittstelle() { return Schnittstelle; }
        public SaveSchnittstelleZugangsdatenRequest setSchnittstelle(Long value) { this.Schnittstelle = value; return this; }
        public Long getBankID() { return BankID; }
        public SaveSchnittstelleZugangsdatenRequest setBankID(Long value) { this.BankID = value; return this; }
        public String getAuthWert1() { return Auth_wert1; }
        public SaveSchnittstelleZugangsdatenRequest setAuthWert1(String value) { this.Auth_wert1 = value; return this; }
        public String getAuthWert2() { return Auth_wert2; }
        public SaveSchnittstelleZugangsdatenRequest setAuthWert2(String value) { this.Auth_wert2 = value; return this; }
        public String getAuthWert3() { return Auth_wert3; }
        public SaveSchnittstelleZugangsdatenRequest setAuthWert3(String value) { this.Auth_wert3 = value; return this; }
        public String getAuthWert4() { return Auth_wert4; }
        public SaveSchnittstelleZugangsdatenRequest setAuthWert4(String value) { this.Auth_wert4 = value; return this; }
        public String getAuthWert5() { return Auth_wert5; }
        public SaveSchnittstelleZugangsdatenRequest setAuthWert5(String value) { this.Auth_wert5 = value; return this; }
        public String getAusgangsrechnungKontonummer() { return AusgangsrechnungKontonummer; }
        public SaveSchnittstelleZugangsdatenRequest setAusgangsrechnungKontonummer(String value) { this.AusgangsrechnungKontonummer = value; return this; }
    }

    public static class SaveSchnittstelleZugangsdatenResponse
    {
        public String error = null;
        public Boolean result = null;
        public String Auth_wert1 = null;
        public String Auth_wert2 = null;
        public String Auth_wert3 = null;
        public String Auth_wert4 = null;
        public String Auth_wert5 = null;
        
        public String getError() { return error; }
        public SaveSchnittstelleZugangsdatenResponse setError(String value) { this.error = value; return this; }
        public Boolean isResult() { return result; }
        public SaveSchnittstelleZugangsdatenResponse setResult(Boolean value) { this.result = value; return this; }
        public String getAuthWert1() { return Auth_wert1; }
        public SaveSchnittstelleZugangsdatenResponse setAuthWert1(String value) { this.Auth_wert1 = value; return this; }
        public String getAuthWert2() { return Auth_wert2; }
        public SaveSchnittstelleZugangsdatenResponse setAuthWert2(String value) { this.Auth_wert2 = value; return this; }
        public String getAuthWert3() { return Auth_wert3; }
        public SaveSchnittstelleZugangsdatenResponse setAuthWert3(String value) { this.Auth_wert3 = value; return this; }
        public String getAuthWert4() { return Auth_wert4; }
        public SaveSchnittstelleZugangsdatenResponse setAuthWert4(String value) { this.Auth_wert4 = value; return this; }
        public String getAuthWert5() { return Auth_wert5; }
        public SaveSchnittstelleZugangsdatenResponse setAuthWert5(String value) { this.Auth_wert5 = value; return this; }
    }

}

Java SaveSchnittstelleZugangsdatenRequest DTOs

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

HTTP + OTHER

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

POST /fibuscan/Onlinehandel/SaveSchnittstelleZugangsdaten HTTP/1.1 
Host: ws4.fibudata.net 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"Schnittstelle":0,"BankID":0,"Auth_wert1":"String","Auth_wert2":"String","Auth_wert3":"String","Auth_wert4":"String","Auth_wert5":"String","AusgangsrechnungKontonummer":"String"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"error":"String","result":false,"Auth_wert1":"String","Auth_wert2":"String","Auth_wert3":"String","Auth_wert4":"String","Auth_wert5":"String"}