AlbaApi

<back to all web services

PowensConnectionDeletedRequest

The following routes are available for this service:
POST/ext/powens/connection_deleted
PowensConnectionDeletedRequest Parameters:
NameParameterData TypeRequiredDescription
IdbodyintNo
IdUserbodyint?No
IdConnectorbodyintNo
LastUpdatebodyDateTime?No
CreatedbodyDateTime?No
ActivebodyboolNo
LastPushbodystringNo
NextTrybodystringNo
StatebodystringNo
ErrorbodystringNo
ErrorMessagebodystringNo
ExpirebodystringNo
IdProviderbodyintNo
IdBankbodyintNo
ConnectorUuidbodystringNo
IdWebhookDatabodyintNo

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

HTTP + JSV

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: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	id_user: 0,
	id_connector: 0,
	last_update: 0001-01-01,
	created: 0001-01-01,
	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: text/jsv
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
}