POST api/Report/DetailedDocumentLog

Request Information

URI Parameters

None.

Body Parameters

DetailedDocumentLog
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCode

string

None.

StartDate

integer

None.

EndDate

integer

None.

DocumentCodeList

string

None.

DocumentStartDate

integer

None.

DocumentEndDate

integer

None.

SelectedUser

string

None.

GroupBy

string

None.

Mode

string

None.

SearchInText

string

None.

SearchInParticulersText

string

None.

ShowOnlyValueChangedDocument

boolean

None.

ShowSummary

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCode": "sample string 4",
  "StartDate": 5,
  "EndDate": 6,
  "DocumentCodeList": "sample string 7",
  "DocumentStartDate": 8,
  "DocumentEndDate": 9,
  "SelectedUser": "sample string 10",
  "GroupBy": "sample string 11",
  "Mode": "sample string 12",
  "SearchInText": "sample string 13",
  "SearchInParticulersText": "sample string 14",
  "ShowOnlyValueChangedDocument": true,
  "ShowSummary": true
}

application/xml, text/xml

Sample:
<DetailedDocumentLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BranchCode>sample string 4</BranchCode>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DocumentCodeList>sample string 7</DocumentCodeList>
  <DocumentEndDate>9</DocumentEndDate>
  <DocumentStartDate>8</DocumentStartDate>
  <EndDate>6</EndDate>
  <GroupBy>sample string 11</GroupBy>
  <Mode>sample string 12</Mode>
  <SearchInParticulersText>sample string 14</SearchInParticulersText>
  <SearchInText>sample string 13</SearchInText>
  <SelectedUser>sample string 10</SelectedUser>
  <ShowOnlyValueChangedDocument>true</ShowOnlyValueChangedDocument>
  <ShowSummary>true</ShowSummary>
  <StartDate>5</StartDate>
  <UserInternalCode>sample string 3</UserInternalCode>
</DetailedDocumentLog>

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.