PUT AlertSearchAttempt/{key}

Updates the specified AlertSearchAttempt.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

The key.

integer

Required

Body Parameters

The alertSearchAttempt request.

StormApi.Models.Alerts.AlertSearchAttemptRequest
NameDescriptionTypeAdditional information
AlertSearchAttemptKey

integer

None.

AlertSearchKey

integer

None.

CustomerReportKey

integer

None.

AlertStatus

string

None.

WasReportTriggered

boolean

None.

SearchResult

string

None.

IsRead

boolean

None.

AttemptData

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AlertSearchAttemptKey": 1,
  "AlertSearchKey": 2,
  "CustomerReportKey": 1,
  "AlertStatus": "sample string 3",
  "WasReportTriggered": true,
  "SearchResult": "sample string 5",
  "IsRead": true,
  "AttemptData": "sample string 7"
}

application/xml, text/xml

Sample:
<AlertSearchAttemptRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AlertSearchAttemptKey>1</AlertSearchAttemptKey>
  <AlertSearchKey>2</AlertSearchKey>
  <CustomerReportKey>1</CustomerReportKey>
  <AlertStatus>sample string 3</AlertStatus>
  <WasReportTriggered>true</WasReportTriggered>
  <SearchResult>sample string 5</SearchResult>
  <IsRead>true</IsRead>
  <AttemptData>sample string 7</AttemptData>
</AlertSearchAttemptRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.