POST | /ext/powens/connection_deleted |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | body | int | No | |
IdUser | body | int? | No | |
IdConnector | body | int | No | |
LastUpdate | body | DateTime? | No | |
Created | body | DateTime? | No | |
Active | body | bool | No | |
LastPush | body | string | No | |
NextTry | body | string | No | |
State | body | string | No | |
Error | body | string | No | |
ErrorMessage | body | string | No | |
Expire | body | string | No | |
IdProvider | body | int | No | |
IdBank | body | int | No | |
ConnectorUuid | body | string | No | |
IdWebhookData | body | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=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 }