POST api/Report/UserDefinedAccountGroup_AccountHead_Summary_Report

Request Information

URI Parameters

None.

Body Parameters

UserDefinedAccountGroup_AccountHeadSummaryReportInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

UserDefinedAccountGroupAccountHeadReportCode

string

None.

TransactionType

string

None.

StartDate

integer

None.

EndDate

integer

None.

AsOnDate

integer

None.

AccountSinceDate

integer

None.

CalculateNetBalance

boolean

None.

ConsiderDatewiseStockBalance

boolean

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "UserDefinedAccountGroupAccountHeadReportCode": "sample string 5",
  "TransactionType": "sample string 6",
  "StartDate": 7,
  "EndDate": 8,
  "AsOnDate": 9,
  "AccountSinceDate": 10,
  "CalculateNetBalance": true,
  "ConsiderDatewiseStockBalance": true,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<UserDefinedAccountGroup_AccountHeadSummaryReportInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <AccountSinceDate>10</AccountSinceDate>
  <AsOnDate>9</AsOnDate>
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <CalculateNetBalance>true</CalculateNetBalance>
  <ConsiderDatewiseStockBalance>true</ConsiderDatewiseStockBalance>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>8</EndDate>
  <StartDate>7</StartDate>
  <TransactionType>sample string 6</TransactionType>
  <UserDefinedAccountGroupAccountHeadReportCode>sample string 5</UserDefinedAccountGroupAccountHeadReportCode>
  <UserInternalCode>sample string 3</UserInternalCode>
</UserDefinedAccountGroup_AccountHeadSummaryReportInputs>

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.