POST api/Report/BuildEventManagerLog

Request Information

URI Parameters

None.

Body Parameters

EventManagerLogInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

ConfigurationTemplateNameLike

string

None.

Company

string

None.

StartDate

integer

None.

EndDate

integer

None.

EventType

string

None.

EventStatus

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "ConfigurationTemplateNameLike": "sample string 4",
  "Company": "sample string 5",
  "StartDate": 6,
  "EndDate": 7,
  "EventType": "sample string 8",
  "EventStatus": "sample string 9"
}

application/xml, text/xml

Sample:
<EventManagerLogInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <Company>sample string 5</Company>
  <ConfigurationTemplateNameLike>sample string 4</ConfigurationTemplateNameLike>
  <DBName>sample string 1</DBName>
  <EndDate>7</EndDate>
  <EventStatus>sample string 9</EventStatus>
  <EventType>sample string 8</EventType>
  <StartDate>6</StartDate>
  <UserInternalCode>sample string 3</UserInternalCode>
</EventManagerLogInputs>

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.