PUT api/Sentry

Request Information

URI Parameters

None.

Body Parameters

Sentry
NameDescriptionTypeAdditional information
Name

string

None.

Time

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Time": "2025-01-22T13:55:08.5677883-06:00"
}

application/xml, text/xml

Sample:
<Sentry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="f1">
  <Name>sample string 1</Name>
  <Time>2025-01-22T13:55:08.5677883-06:00</Time>
</Sentry>

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.