POST api/Report/VoucherSummary

Request Information

URI Parameters

None.

Body Parameters

VoucherSummaryInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchList

string

None.

StartDate

integer

None.

EndDate

integer

None.

Voucher

string

None.

DocumentType

string

None.

Groupby

string

None.

DebitAccountGroup

string

None.

DebitAccount

string

None.

CreditAccountGroup

string

None.

CreditAccount

string

None.

ProductCategory

string

None.

SalesPerson

string

None.

ShowFinInstNo

boolean

None.

ShowCostCentreInfo

boolean

None.

ShowUserDefinedFields

boolean

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchList": "sample string 4",
  "StartDate": 5,
  "EndDate": 6,
  "Voucher": "sample string 7",
  "DocumentType": "sample string 8",
  "Groupby": "sample string 9",
  "DebitAccountGroup": "sample string 10",
  "DebitAccount": "sample string 11",
  "CreditAccountGroup": "sample string 12",
  "CreditAccount": "sample string 13",
  "ProductCategory": "sample string 14",
  "SalesPerson": "sample string 15",
  "ShowFinInstNo": true,
  "ShowCostCentreInfo": true,
  "ShowUserDefinedFields": true,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<VoucherSummaryInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BranchList>sample string 4</BranchList>
  <CreditAccount>sample string 13</CreditAccount>
  <CreditAccountGroup>sample string 12</CreditAccountGroup>
  <DBName>sample string 1</DBName>
  <DebitAccount>sample string 11</DebitAccount>
  <DebitAccountGroup>sample string 10</DebitAccountGroup>
  <DocumentType>sample string 8</DocumentType>
  <DownloadReport>true</DownloadReport>
  <EndDate>6</EndDate>
  <Groupby>sample string 9</Groupby>
  <ProductCategory>sample string 14</ProductCategory>
  <SalesPerson>sample string 15</SalesPerson>
  <ShowCostCentreInfo>true</ShowCostCentreInfo>
  <ShowFinInstNo>true</ShowFinInstNo>
  <ShowUserDefinedFields>true</ShowUserDefinedFields>
  <StartDate>5</StartDate>
  <UserInternalCode>sample string 3</UserInternalCode>
  <Voucher>sample string 7</Voucher>
</VoucherSummaryInputs>

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.