AlbaApi

<back to all web services

PowensConnectionDeletedRequest

The following routes are available for this service:
POST/ext/powens/connection_deleted
import java.math.*;
import java.util.*;
import net.servicestack.client.*;
import com.google.gson.annotations.*;
import com.google.gson.reflect.*;

public class dtos
{

    public static class PowensConnectionDeletedRequest
    {
        public Integer id = null;
        @DataMember(Name="id_user")
        @SerializedName("id_user")
        public Integer idUser = null;

        @DataMember(Name="id_connector")
        @SerializedName("id_connector")
        public Integer idConnector = null;

        @DataMember(Name="last_update")
        @SerializedName("last_update")
        public Date lastUpdate = null;

        public Date created = null;
        public Boolean active = null;
        @DataMember(Name="last_push")
        @SerializedName("last_push")
        public String lastPush = null;

        @DataMember(Name="next_try")
        @SerializedName("next_try")
        public String nextTry = null;

        public String state = null;
        public String error = null;
        @DataMember(Name="error_message")
        @SerializedName("error_message")
        public String errorMessage = null;

        public String expire = null;
        @DataMember(Name="id_provider")
        @SerializedName("id_provider")
        public Integer idProvider = null;

        @DataMember(Name="id_bank")
        @SerializedName("id_bank")
        public Integer idBank = null;

        @DataMember(Name="connector_uuid")
        @SerializedName("connector_uuid")
        public String connectorUuid = null;

        @DataMember(Name="id_webhook_data")
        @SerializedName("id_webhook_data")
        public Integer idWebhookData = null;
        
        public Integer getId() { return id; }
        public PowensConnectionDeletedRequest setId(Integer value) { this.id = value; return this; }
        public Integer getIdUser() { return idUser; }
        public PowensConnectionDeletedRequest setIdUser(Integer value) { this.idUser = value; return this; }
        public Integer getIdConnector() { return idConnector; }
        public PowensConnectionDeletedRequest setIdConnector(Integer value) { this.idConnector = value; return this; }
        public Date getLastUpdate() { return lastUpdate; }
        public PowensConnectionDeletedRequest setLastUpdate(Date value) { this.lastUpdate = value; return this; }
        public Date getCreated() { return created; }
        public PowensConnectionDeletedRequest setCreated(Date value) { this.created = value; return this; }
        public Boolean isActive() { return active; }
        public PowensConnectionDeletedRequest setActive(Boolean value) { this.active = value; return this; }
        public String getLastPush() { return lastPush; }
        public PowensConnectionDeletedRequest setLastPush(String value) { this.lastPush = value; return this; }
        public String getNextTry() { return nextTry; }
        public PowensConnectionDeletedRequest setNextTry(String value) { this.nextTry = value; return this; }
        public String getState() { return state; }
        public PowensConnectionDeletedRequest setState(String value) { this.state = value; return this; }
        public String getError() { return error; }
        public PowensConnectionDeletedRequest setError(String value) { this.error = value; return this; }
        public String getErrorMessage() { return errorMessage; }
        public PowensConnectionDeletedRequest setErrorMessage(String value) { this.errorMessage = value; return this; }
        public String getExpire() { return expire; }
        public PowensConnectionDeletedRequest setExpire(String value) { this.expire = value; return this; }
        public Integer getIdProvider() { return idProvider; }
        public PowensConnectionDeletedRequest setIdProvider(Integer value) { this.idProvider = value; return this; }
        public Integer getIdBank() { return idBank; }
        public PowensConnectionDeletedRequest setIdBank(Integer value) { this.idBank = value; return this; }
        public String getConnectorUuid() { return connectorUuid; }
        public PowensConnectionDeletedRequest setConnectorUuid(String value) { this.connectorUuid = value; return this; }
        public Integer getIdWebhookData() { return idWebhookData; }
        public PowensConnectionDeletedRequest setIdWebhookData(Integer value) { this.idWebhookData = value; return this; }
    }

}

Java PowensConnectionDeletedRequest DTOs

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /ext/powens/connection_deleted HTTP/1.1 
Host: hcbtas-q-albamfs-api.azurewebsites.net 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"id":0,"id_user":0,"id_connector":0,"last_update":"0001-01-01T00:00:00.0000000","created":"0001-01-01T00:00:00.0000000","active":false,"last_push":"String","next_try":"String","state":"String","error":"String","error_message":"String","expire":"String","id_provider":0,"id_bank":0,"connector_uuid":"String","id_webhook_data":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"version":{"major":0,"minor":0,"build":-1,"revision":-1,"majorRevision":-1,"minorRevision":-1},"content":{"__type":"System.Net.Http.EmptyContent, System.Net.Http","headers":[]},"statusCode":"Continue","reasonPhrase":"String","headers":[],"trailingHeaders":[],"requestMessage":{"version":{"major":0,"minor":0,"build":-1,"revision":-1,"majorRevision":-1,"minorRevision":-1},"versionPolicy":"RequestVersionOrLower","method":{"method":"GET"},"headers":[],"properties":{},"options":{}},"isSuccessStatusCode":false}