POST api/LogJobUpdateEvent

Request Information

URI Parameters

None.

Body Parameters

Collection of LogJobUpdateEventApi
NameDescriptionTypeAdditional information
Date

date

None.

Thread

string

None.

Level

string

None.

Logger

string

None.

Message

string

None.

Exception

string

None.

HostName

string

None.

MasterId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Date": "2025-12-19T05:57:59.2380028-06:00",
    "Thread": "sample string 2",
    "Level": "sample string 3",
    "Logger": "sample string 4",
    "Message": "sample string 5",
    "Exception": "sample string 6",
    "HostName": "sample string 7",
    "MasterId": 1
  },
  {
    "Date": "2025-12-19T05:57:59.2380028-06:00",
    "Thread": "sample string 2",
    "Level": "sample string 3",
    "Logger": "sample string 4",
    "Message": "sample string 5",
    "Exception": "sample string 6",
    "HostName": "sample string 7",
    "MasterId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfLogJobUpdateEventApi xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <LogJobUpdateEventApi>
    <Date>2025-12-19T05:57:59.2380028-06:00</Date>
    <Thread>sample string 2</Thread>
    <Level>sample string 3</Level>
    <Logger>sample string 4</Logger>
    <Message>sample string 5</Message>
    <Exception>sample string 6</Exception>
    <HostName>sample string 7</HostName>
    <MasterId>1</MasterId>
  </LogJobUpdateEventApi>
  <LogJobUpdateEventApi>
    <Date>2025-12-19T05:57:59.2380028-06:00</Date>
    <Thread>sample string 2</Thread>
    <Level>sample string 3</Level>
    <Logger>sample string 4</Logger>
    <Message>sample string 5</Message>
    <Exception>sample string 6</Exception>
    <HostName>sample string 7</HostName>
    <MasterId>1</MasterId>
  </LogJobUpdateEventApi>
</ArrayOfLogJobUpdateEventApi>

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.