POST api/Report/BuildFinancialInstrumentsIssuedReport

Request Information

URI Parameters

None.

Body Parameters

FinancialInstrumentsIssuedReportInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

BankCodeList

string

None.

PeriodFilteron

string

None.

PaymentMode

string

None.

ChequeNo

string

None.

StartDate

integer

None.

EndDate

integer

None.

ChequeDate

integer

None.

UpdateChequeNo

boolean

None.

UpdateBankChequeNo

boolean

None.

ShowSupplierUserDefinedFields

boolean

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "BankCodeList": "sample string 5",
  "PeriodFilteron": "sample string 6",
  "PaymentMode": "sample string 7",
  "ChequeNo": "sample string 8",
  "StartDate": 9,
  "EndDate": 10,
  "ChequeDate": 11,
  "UpdateChequeNo": true,
  "UpdateBankChequeNo": true,
  "ShowSupplierUserDefinedFields": true,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<FinancialInstrumentsIssuedReportInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BankCodeList>sample string 5</BankCodeList>
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <ChequeDate>11</ChequeDate>
  <ChequeNo>sample string 8</ChequeNo>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>10</EndDate>
  <PaymentMode>sample string 7</PaymentMode>
  <PeriodFilteron>sample string 6</PeriodFilteron>
  <ShowSupplierUserDefinedFields>true</ShowSupplierUserDefinedFields>
  <StartDate>9</StartDate>
  <UpdateBankChequeNo>true</UpdateBankChequeNo>
  <UpdateChequeNo>true</UpdateChequeNo>
  <UserInternalCode>sample string 3</UserInternalCode>
</FinancialInstrumentsIssuedReportInputs>

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.