POST api/SaleReports/PrintPartyBalances

Request Information

URI Parameters

None.

Body Parameters

PartyBalanceFilter
NameDescriptionTypeAdditional information
IsShowGroupingWise

boolean

None.

IsShowGroupSummary

boolean

None.

IsShowPartyGroup

boolean

None.

IsShowCityGroup

boolean

None.

IsShowTownGroup

boolean

None.

IsShowRegionGroup

boolean

None.

IsShowAreaGroup

boolean

None.

IsShowSectorGroup

boolean

None.

IsDateRange

boolean

None.

FromDate

string

None.

ToDate

string

None.

OfficeId

integer

None.

BalanceGreaterThan

decimal number

None.

IsExcludeParties

boolean

None.

IsAllParties

boolean

None.

GroupId

integer

None.

City

string

None.

PartyTypeId

string

None.

TownId

integer

None.

RegionId

integer

None.

AreaId

integer

None.

SectorId

integer

None.

IsPanelFilterVisible

boolean

None.

TransactionTypeIndex

integer

None.

IsUrdu

boolean

None.

IsShowTransactionTypeGroup

boolean

None.

IsPrintPreview

boolean

None.

TransactionTypeList

Collection of string

None.

IsLastInfo

boolean

None.

IsReceivable

boolean

None.

IsPayable

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IsShowGroupingWise": true,
  "IsShowGroupSummary": true,
  "IsShowPartyGroup": true,
  "IsShowCityGroup": true,
  "IsShowTownGroup": true,
  "IsShowRegionGroup": true,
  "IsShowAreaGroup": true,
  "IsShowSectorGroup": true,
  "IsDateRange": true,
  "FromDate": "sample string 10",
  "ToDate": "sample string 11",
  "OfficeId": 12,
  "BalanceGreaterThan": 13.0,
  "IsExcludeParties": true,
  "IsAllParties": true,
  "GroupId": 16,
  "City": "sample string 17",
  "PartyTypeId": "sample string 18",
  "TownId": 19,
  "RegionId": 20,
  "AreaId": 21,
  "SectorId": 22,
  "IsPanelFilterVisible": true,
  "TransactionTypeIndex": 24,
  "IsUrdu": true,
  "IsShowTransactionTypeGroup": true,
  "IsPrintPreview": true,
  "TransactionTypeList": [
    "sample string 1",
    "sample string 2"
  ],
  "IsLastInfo": true,
  "IsReceivable": true,
  "IsPayable": true
}

application/xml, text/xml

Sample:
<PartyBalanceFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <AreaId>21</AreaId>
  <BalanceGreaterThan>13</BalanceGreaterThan>
  <City>sample string 17</City>
  <FromDate>sample string 10</FromDate>
  <GroupId>16</GroupId>
  <IsAllParties>true</IsAllParties>
  <IsDateRange>true</IsDateRange>
  <IsExcludeParties>true</IsExcludeParties>
  <IsLastInfo>true</IsLastInfo>
  <IsPanelFilterVisible>true</IsPanelFilterVisible>
  <IsPayable>true</IsPayable>
  <IsPrintPreview>true</IsPrintPreview>
  <IsReceivable>true</IsReceivable>
  <IsShowAreaGroup>true</IsShowAreaGroup>
  <IsShowCityGroup>true</IsShowCityGroup>
  <IsShowGroupSummary>true</IsShowGroupSummary>
  <IsShowGroupingWise>true</IsShowGroupingWise>
  <IsShowPartyGroup>true</IsShowPartyGroup>
  <IsShowRegionGroup>true</IsShowRegionGroup>
  <IsShowSectorGroup>true</IsShowSectorGroup>
  <IsShowTownGroup>true</IsShowTownGroup>
  <IsShowTransactionTypeGroup>true</IsShowTransactionTypeGroup>
  <IsUrdu>true</IsUrdu>
  <OfficeId>12</OfficeId>
  <PartyTypeId>sample string 18</PartyTypeId>
  <RegionId>20</RegionId>
  <SectorId>22</SectorId>
  <ToDate>sample string 11</ToDate>
  <TownId>19</TownId>
  <TransactionTypeIndex>24</TransactionTypeIndex>
  <TransactionTypeList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </TransactionTypeList>
</PartyBalanceFilter>

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.