AlbaApi

<back to all web services

PowensConnectionDeletedRequest

The following routes are available for this service:
POST/ext/powens/connection_deleted
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports AlbaApi.ServiceModel

Namespace Global

    Namespace AlbaApi.ServiceModel

        Public Partial Class PowensConnectionDeletedRequest
            Public Overridable Property Id As Integer
            <DataMember(Name:="id_user")>
            Public Overridable Property IdUser As Nullable(Of Integer)

            <DataMember(Name:="id_connector")>
            Public Overridable Property IdConnector As Integer

            <DataMember(Name:="last_update")>
            Public Overridable Property LastUpdate As Nullable(Of Date)

            Public Overridable Property Created As Nullable(Of Date)
            Public Overridable Property Active As Boolean
            <DataMember(Name:="last_push")>
            Public Overridable Property LastPush As String

            <DataMember(Name:="next_try")>
            Public Overridable Property NextTry As String

            Public Overridable Property State As String
            Public Overridable Property [Error] As String
            <DataMember(Name:="error_message")>
            Public Overridable Property ErrorMessage As String

            Public Overridable Property Expire As String
            <DataMember(Name:="id_provider")>
            Public Overridable Property IdProvider As Integer

            <DataMember(Name:="id_bank")>
            Public Overridable Property IdBank As Integer

            <DataMember(Name:="connector_uuid")>
            Public Overridable Property ConnectorUuid As String

            <DataMember(Name:="id_webhook_data")>
            Public Overridable Property IdWebhookData As Integer
        End Class
    End Namespace
End Namespace

VB.NET 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}