POST api/AccountsReports/PrintAccountBalances

Request Information

URI Parameters

None.

Body Parameters

TrialBalanceFilter
NameDescriptionTypeAdditional information
SelectedDate

integer

None.

IsDateRange

boolean

None.

FromDate

string

None.

ToDate

string

None.

OfficeID

integer

None.

IsOnlyParties

boolean

None.

IsExcludeZero

boolean

None.

IsTransactionOnly

boolean

None.

IsOnlyTransactionAccounts

boolean

None.

IsOnlyGroupAccounts

boolean

None.

IsShowBothAccounts

boolean

None.

IsExcludeParties

boolean

None.

PartyGroup

integer

None.

ClosingValue

string

None.

IsShowLastDates

boolean

None.

IsUrdu

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SelectedDate": 1,
  "IsDateRange": true,
  "FromDate": "sample string 3",
  "ToDate": "sample string 4",
  "OfficeID": 5,
  "IsOnlyParties": true,
  "IsExcludeZero": true,
  "IsTransactionOnly": true,
  "IsOnlyTransactionAccounts": true,
  "IsOnlyGroupAccounts": true,
  "IsShowBothAccounts": true,
  "IsExcludeParties": true,
  "PartyGroup": 13,
  "ClosingValue": "sample string 14",
  "IsShowLastDates": true,
  "IsUrdu": true
}

application/xml, text/xml

Sample:
<TrialBalanceFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <ClosingValue>sample string 14</ClosingValue>
  <FromDate>sample string 3</FromDate>
  <IsDateRange>true</IsDateRange>
  <IsExcludeParties>true</IsExcludeParties>
  <IsExcludeZero>true</IsExcludeZero>
  <IsOnlyGroupAccounts>true</IsOnlyGroupAccounts>
  <IsOnlyParties>true</IsOnlyParties>
  <IsOnlyTransactionAccounts>true</IsOnlyTransactionAccounts>
  <IsShowBothAccounts>true</IsShowBothAccounts>
  <IsShowLastDates>true</IsShowLastDates>
  <IsTransactionOnly>true</IsTransactionOnly>
  <IsUrdu>true</IsUrdu>
  <OfficeID>5</OfficeID>
  <PartyGroup>13</PartyGroup>
  <SelectedDate>1</SelectedDate>
  <ToDate>sample string 4</ToDate>
</TrialBalanceFilter>

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.