POST api/Report/BuildPurchaseSalesSummaryReport

Request Information

URI Parameters

None.

Body Parameters

PurchaseSalesSummaryReportInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

ReportBase

string

None.

StartDate

integer

None.

EndDate

integer

None.

DocumentTypeCodeList

string

None.

ReturnDocumentTypeCodeList

string

None.

ProductCategoryCodeList

string

None.

SalesPersonCodeList

string

None.

PartyType

string

None.

ShowSales

boolean

None.

ShowSalesReturn

boolean

None.

ShowPurchase

boolean

None.

ShowPurchaseReturn

boolean

None.

UseVoucherDate

boolean

None.

TransType

string

None.

DownloadReport

boolean

None.

RemoveColumns

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "ReportBase": "sample string 5",
  "StartDate": 6,
  "EndDate": 7,
  "DocumentTypeCodeList": "sample string 8",
  "ReturnDocumentTypeCodeList": "sample string 9",
  "ProductCategoryCodeList": "sample string 10",
  "SalesPersonCodeList": "sample string 11",
  "PartyType": "sample string 12",
  "ShowSales": true,
  "ShowSalesReturn": true,
  "ShowPurchase": true,
  "ShowPurchaseReturn": true,
  "UseVoucherDate": true,
  "TransType": "sample string 18",
  "DownloadReport": true,
  "RemoveColumns": "sample string 20"
}

application/xml, text/xml

Sample:
<PurchaseSalesSummaryReportInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DocumentTypeCodeList>sample string 8</DocumentTypeCodeList>
  <DownloadReport>true</DownloadReport>
  <EndDate>7</EndDate>
  <PartyType>sample string 12</PartyType>
  <ProductCategoryCodeList>sample string 10</ProductCategoryCodeList>
  <RemoveColumns>sample string 20</RemoveColumns>
  <ReportBase>sample string 5</ReportBase>
  <ReturnDocumentTypeCodeList>sample string 9</ReturnDocumentTypeCodeList>
  <SalesPersonCodeList>sample string 11</SalesPersonCodeList>
  <ShowPurchase>true</ShowPurchase>
  <ShowPurchaseReturn>true</ShowPurchaseReturn>
  <ShowSales>true</ShowSales>
  <ShowSalesReturn>true</ShowSalesReturn>
  <StartDate>6</StartDate>
  <TransType>sample string 18</TransType>
  <UseVoucherDate>true</UseVoucherDate>
  <UserInternalCode>sample string 3</UserInternalCode>
</PurchaseSalesSummaryReportInputs>

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.