PUT api/Alert

Request Information

URI Parameters

None.

Body Parameters

CAlert
NameDescriptionTypeAdditional information
Id

integer

None.

Time

date

None.

IdAccount

integer

None.

Type

ALERT_TYPE

None.

Provider

PROVIDER

None.

TypeStr

string

None.

Extra1

string

None.

Extra2

string

None.

Extra3

string

None.

Extra4

string

None.

Confirmed

boolean

None.

HtmlTemplateId

integer

None.

OutputObj

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Time": "2024-07-27T09:30:42.0387112+03:00",
  "IdAccount": 3,
  "Type": 1,
  "Provider": 0,
  "TypeStr": "sample string 4",
  "Extra1": "sample string 5",
  "Extra2": "sample string 6",
  "Extra3": "sample string 7",
  "Extra4": "sample string 8",
  "Confirmed": true,
  "HtmlTemplateId": 10,
  "OutputObj": {}
}

application/xml, text/xml

Sample:
<CAlert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/libMoneyCashWebsiteLogic">
  <Confirmed>true</Confirmed>
  <Extra1>sample string 5</Extra1>
  <Extra2>sample string 6</Extra2>
  <Extra3>sample string 7</Extra3>
  <Extra4>sample string 8</Extra4>
  <Id>1</Id>
  <IdAccount>3</IdAccount>
  <OutputObj />
  <Provider>ALL</Provider>
  <Time>2024-07-27T09:30:42.0387112+03:00</Time>
  <Type>COMMUNICATE_WITH_PROVIDER_FAILED</Type>
  <TypeStr>sample string 4</TypeStr>
</CAlert>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.