POST api/Report/FinancialInstrumentsCollected_R_Issued_Report

Request Information

URI Parameters

None.

Body Parameters

FinancialInstrumentCollected_R_Issued_Report_Inputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

StartDate

integer

None.

EndDate

integer

None.

TransactionType

string

None.

Bank

string

None.

PaymentMode

string

None.

PeriodFilterBasedOn

string

None.

PartyType

string

None.

PartyCode

string

None.

PartyName

string

None.

OrderBy

string

None.

RemoveColumns

string

None.

ShowDocInfo

boolean

None.

ShowPresentedInstruments

boolean

None.

ShowDishonouredInstruments

boolean

None.

UnrealisedInstruments

boolean

None.

DemandDraftSelected

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",
  "StartDate": 5,
  "EndDate": 6,
  "TransactionType": "sample string 7",
  "Bank": "sample string 8",
  "PaymentMode": "sample string 9",
  "PeriodFilterBasedOn": "sample string 10",
  "PartyType": "sample string 11",
  "PartyCode": "sample string 12",
  "PartyName": "sample string 13",
  "OrderBy": "sample string 14",
  "RemoveColumns": "sample string 15",
  "ShowDocInfo": true,
  "ShowPresentedInstruments": true,
  "ShowDishonouredInstruments": true,
  "UnrealisedInstruments": true,
  "DemandDraftSelected": true,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<FinancialInstrumentCollected_R_Issued_Report_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <Bank>sample string 8</Bank>
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DemandDraftSelected>true</DemandDraftSelected>
  <DownloadReport>true</DownloadReport>
  <EndDate>6</EndDate>
  <OrderBy>sample string 14</OrderBy>
  <PartyCode>sample string 12</PartyCode>
  <PartyName>sample string 13</PartyName>
  <PartyType>sample string 11</PartyType>
  <PaymentMode>sample string 9</PaymentMode>
  <PeriodFilterBasedOn>sample string 10</PeriodFilterBasedOn>
  <RemoveColumns>sample string 15</RemoveColumns>
  <ShowDishonouredInstruments>true</ShowDishonouredInstruments>
  <ShowDocInfo>true</ShowDocInfo>
  <ShowPresentedInstruments>true</ShowPresentedInstruments>
  <StartDate>5</StartDate>
  <TransactionType>sample string 7</TransactionType>
  <UnrealisedInstruments>true</UnrealisedInstruments>
  <UserInternalCode>sample string 3</UserInternalCode>
</FinancialInstrumentCollected_R_Issued_Report_Inputs>

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.