POST api/Report/DayBook

Request Information

URI Parameters

None.

Body Parameters

DayBookInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

TransactionType

string

None.

BranchCodeList

string

None.

StartDate

integer

None.

EndDate

integer

None.

VoucherCodeList

string

None.

DocumentTypeCodeList

string

None.

SummaryCodeList

string

None.

ShowFinancialInsrumentNo

boolean

None.

ShowDocumentNo

boolean

None.

ShowDateWiseTotal

boolean

None.

ShowMonthWiseTotal

boolean

None.

ShowCashColumn

boolean

None.

showBankColumn

boolean

None.

ShowNotes

boolean

None.

ShowAdditionalInfo

boolean

None.

ShowDayBook

boolean

None.

HidUnwantedData

boolean

None.

ShowAccountSummary

boolean

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "TransactionType": "sample string 4",
  "BranchCodeList": "sample string 5",
  "StartDate": 6,
  "EndDate": 7,
  "VoucherCodeList": "sample string 8",
  "DocumentTypeCodeList": "sample string 9",
  "SummaryCodeList": "sample string 10",
  "ShowFinancialInsrumentNo": true,
  "ShowDocumentNo": true,
  "ShowDateWiseTotal": true,
  "ShowMonthWiseTotal": true,
  "ShowCashColumn": true,
  "showBankColumn": true,
  "ShowNotes": true,
  "ShowAdditionalInfo": true,
  "ShowDayBook": true,
  "HidUnwantedData": true,
  "ShowAccountSummary": true,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<DayBookInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BranchCodeList>sample string 5</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DocumentTypeCodeList>sample string 9</DocumentTypeCodeList>
  <DownloadReport>true</DownloadReport>
  <EndDate>7</EndDate>
  <HidUnwantedData>true</HidUnwantedData>
  <ShowAccountSummary>true</ShowAccountSummary>
  <ShowAdditionalInfo>true</ShowAdditionalInfo>
  <ShowCashColumn>true</ShowCashColumn>
  <ShowDateWiseTotal>true</ShowDateWiseTotal>
  <ShowDayBook>true</ShowDayBook>
  <ShowDocumentNo>true</ShowDocumentNo>
  <ShowFinancialInsrumentNo>true</ShowFinancialInsrumentNo>
  <ShowMonthWiseTotal>true</ShowMonthWiseTotal>
  <ShowNotes>true</ShowNotes>
  <StartDate>6</StartDate>
  <SummaryCodeList>sample string 10</SummaryCodeList>
  <TransactionType>sample string 4</TransactionType>
  <UserInternalCode>sample string 3</UserInternalCode>
  <VoucherCodeList>sample string 8</VoucherCodeList>
  <showBankColumn>true</showBankColumn>
</DayBookInputs>

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.