POST {version}/LogApiCall

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

ApiMicroserviceLogMessage
NameDescriptionTypeAdditional information
browsersessionid

string

None.

occuredat

date

None.

callname

string

None.

component

string

None.

msg

string

None.

operatorname

string

None.

operatorguid

globally unique identifier

None.

clientname

string

None.

databaseguid

globally unique identifier

None.

browser

string

None.

ipaddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "browsersessionid": "sample string 1",
  "occuredat": "10/16/2024",
  "callname": "sample string 2",
  "component": "sample string 3",
  "msg": "sample string 4",
  "operatorname": "sample string 5",
  "operatorguid": "52f0b7cb-03fa-4ea2-abfa-84c829a7855c",
  "clientname": "sample string 7",
  "databaseguid": "4282bd5e-beef-4ba2-90bb-23b37c0eb42f",
  "browser": "sample string 9",
  "ipaddress": "sample string 10"
}

application/xml, text/xml

Sample:
<ApiMicroserviceLogMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model.CentralOps">
  <browser>sample string 9</browser>
  <browsersessionid>sample string 1</browsersessionid>
  <callname>sample string 2</callname>
  <clientname>sample string 7</clientname>
  <component>sample string 3</component>
  <databaseguid>4282bd5e-beef-4ba2-90bb-23b37c0eb42f</databaseguid>
  <ipaddress>sample string 10</ipaddress>
  <msg>sample string 4</msg>
  <occuredat>2024-10-16T12:18:04.1025152-04:00</occuredat>
  <operatorguid>52f0b7cb-03fa-4ea2-abfa-84c829a7855c</operatorguid>
  <operatorname>sample string 5</operatorname>
</ApiMicroserviceLogMessage>

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.