POST api/Report/FAStatements

Request Information

URI Parameters

None.

Body Parameters

FAStatements
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

TransactionType

string

None.

AccountGroupCode

decimal number

None.

BranchName

string

None.

BranchList

string

None.

SelectedFormat

string

None.

BasedonPeriod

boolean

None.

Summarized

boolean

None.

ShowSubTotal

boolean

None.

ShowZeroBalanceAccount

boolean

None.

ShowAccountCodeWithAccountName

boolean

None.

ShowOnlyOpeningBalacne

boolean

None.

ShowGroupBalance

boolean

None.

ShowPersofContributionLedger

boolean

None.

BranchBreakupRows

boolean

None.

CostcenterBreakup

boolean

None.

ShowPersofContributionGroups

boolean

None.

BranchBreakupColumns

boolean

None.

UseCr_N_DrSuffix

boolean

None.

UseAccountGroupShrinkDefinition

boolean

None.

ShowOnlyLedgerInAlphabeticalOrder

boolean

None.

ExcludeProfitLossValueinTotal

boolean

None.

ShowOnlyTranferableAcHeads

boolean

None.

AGrpList

string

None.

StartDate

integer

None.

EndDate

integer

None.

FSDate

integer

None.

CalledFor_NetBalance

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",
  "AccountGroupCode": 5.1,
  "BranchName": "sample string 6",
  "BranchList": "sample string 7",
  "SelectedFormat": "sample string 8",
  "BasedonPeriod": true,
  "Summarized": true,
  "ShowSubTotal": true,
  "ShowZeroBalanceAccount": true,
  "ShowAccountCodeWithAccountName": true,
  "ShowOnlyOpeningBalacne": true,
  "ShowGroupBalance": true,
  "ShowPersofContributionLedger": true,
  "BranchBreakupRows": true,
  "CostcenterBreakup": true,
  "ShowPersofContributionGroups": true,
  "BranchBreakupColumns": true,
  "UseCr_N_DrSuffix": true,
  "UseAccountGroupShrinkDefinition": true,
  "ShowOnlyLedgerInAlphabeticalOrder": true,
  "ExcludeProfitLossValueinTotal": true,
  "ShowOnlyTranferableAcHeads": true,
  "AGrpList": "sample string 26",
  "StartDate": 27,
  "EndDate": 28,
  "FSDate": 29,
  "CalledFor_NetBalance": true,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<FAStatements xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <AGrpList>sample string 26</AGrpList>
  <AccountGroupCode>5.1</AccountGroupCode>
  <BasedonPeriod>true</BasedonPeriod>
  <BranchBreakupColumns>true</BranchBreakupColumns>
  <BranchBreakupRows>true</BranchBreakupRows>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BranchList>sample string 7</BranchList>
  <BranchName>sample string 6</BranchName>
  <CalledFor_NetBalance>true</CalledFor_NetBalance>
  <CostcenterBreakup>true</CostcenterBreakup>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>28</EndDate>
  <ExcludeProfitLossValueinTotal>true</ExcludeProfitLossValueinTotal>
  <FSDate>29</FSDate>
  <SelectedFormat>sample string 8</SelectedFormat>
  <ShowAccountCodeWithAccountName>true</ShowAccountCodeWithAccountName>
  <ShowGroupBalance>true</ShowGroupBalance>
  <ShowOnlyLedgerInAlphabeticalOrder>true</ShowOnlyLedgerInAlphabeticalOrder>
  <ShowOnlyOpeningBalacne>true</ShowOnlyOpeningBalacne>
  <ShowOnlyTranferableAcHeads>true</ShowOnlyTranferableAcHeads>
  <ShowPersofContributionGroups>true</ShowPersofContributionGroups>
  <ShowPersofContributionLedger>true</ShowPersofContributionLedger>
  <ShowSubTotal>true</ShowSubTotal>
  <ShowZeroBalanceAccount>true</ShowZeroBalanceAccount>
  <StartDate>27</StartDate>
  <Summarized>true</Summarized>
  <TransactionType>sample string 4</TransactionType>
  <UseAccountGroupShrinkDefinition>true</UseAccountGroupShrinkDefinition>
  <UseCr_N_DrSuffix>true</UseCr_N_DrSuffix>
  <UserInternalCode>sample string 3</UserInternalCode>
</FAStatements>

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.