POST | /ext/powens/connection_deleted |
---|
namespace AlbaApi.ServiceModel
open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
[<AllowNullLiteral>]
type PowensConnectionDeletedRequest() =
member val Id:Int32 = new Int32() with get,set
[<DataMember(Name="id_user")>]
member val IdUser:Nullable<Int32> = new Nullable<Int32>() with get,set
[<DataMember(Name="id_connector")>]
member val IdConnector:Int32 = new Int32() with get,set
[<DataMember(Name="last_update")>]
member val LastUpdate:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val Created:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val Active:Boolean = new Boolean() with get,set
[<DataMember(Name="last_push")>]
member val LastPush:String = null with get,set
[<DataMember(Name="next_try")>]
member val NextTry:String = null with get,set
member val State:String = null with get,set
member val Error:String = null with get,set
[<DataMember(Name="error_message")>]
member val ErrorMessage:String = null with get,set
member val Expire:String = null with get,set
[<DataMember(Name="id_provider")>]
member val IdProvider:Int32 = new Int32() with get,set
[<DataMember(Name="id_bank")>]
member val IdBank:Int32 = new Int32() with get,set
[<DataMember(Name="connector_uuid")>]
member val ConnectorUuid:String = null with get,set
[<DataMember(Name="id_webhook_data")>]
member val IdWebhookData:Int32 = new Int32() with get,set
F# 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
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}