POST api/Report/LedgerCostCentreBreakup

Request Information

URI Parameters

None.

Body Parameters

LedgerCostCentreBreakupInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

TransactionType

string

None.

BreakupCode

string

None.

BranchCodeList

string

None.

StartDate

integer

None.

EndDate

integer

None.

AccountCode

string

None.

AccountName

string

None.

AccountGroupCode

string

None.

CostCentreCode

string

None.

BankInterestPerc

string

None.

ShowBranchBreakup

boolean

None.

ShowSubCostCentreBreakup

boolean

None.

IncludeOnlyReconciledVouchers

boolean

None.

ConsiderAllLedgers

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",
  "BreakupCode": "sample string 5",
  "BranchCodeList": "sample string 6",
  "StartDate": 7,
  "EndDate": 8,
  "AccountCode": "sample string 9",
  "AccountName": "sample string 10",
  "AccountGroupCode": "sample string 11",
  "CostCentreCode": "sample string 12",
  "BankInterestPerc": "sample string 13",
  "ShowBranchBreakup": true,
  "ShowSubCostCentreBreakup": true,
  "IncludeOnlyReconciledVouchers": true,
  "ConsiderAllLedgers": true,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<LedgerCostCentreBreakupInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <AccountCode>sample string 9</AccountCode>
  <AccountGroupCode>sample string 11</AccountGroupCode>
  <AccountName>sample string 10</AccountName>
  <BankInterestPerc>sample string 13</BankInterestPerc>
  <BranchCodeList>sample string 6</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BreakupCode>sample string 5</BreakupCode>
  <ConsiderAllLedgers>true</ConsiderAllLedgers>
  <CostCentreCode>sample string 12</CostCentreCode>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>8</EndDate>
  <IncludeOnlyReconciledVouchers>true</IncludeOnlyReconciledVouchers>
  <ShowBranchBreakup>true</ShowBranchBreakup>
  <ShowSubCostCentreBreakup>true</ShowSubCostCentreBreakup>
  <StartDate>7</StartDate>
  <TransactionType>sample string 4</TransactionType>
  <UserInternalCode>sample string 3</UserInternalCode>
</LedgerCostCentreBreakupInputs>

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.