POST api/Report/Lookup_Payment

Request Information

URI Parameters

None.

Body Parameters

Lookup_Payment_Inputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

TransactionType

string

None.

PartyCodeList

string

None.

StartDate

integer

None.

EndDate

integer

None.

BranchCodeList

string

None.

ProductCategoryCodeList

string

None.

UseVoucherDate

boolean

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",
  "TransactionType": "sample string 4",
  "PartyCodeList": "sample string 5",
  "StartDate": 6,
  "EndDate": 7,
  "BranchCodeList": "sample string 8",
  "ProductCategoryCodeList": "sample string 9",
  "UseVoucherDate": true,
  "DownloadReport": true,
  "RemoveColumns": "sample string 12"
}

application/xml, text/xml

Sample:
<Lookup_Payment_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BranchCodeList>sample string 8</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>7</EndDate>
  <PartyCodeList>sample string 5</PartyCodeList>
  <ProductCategoryCodeList>sample string 9</ProductCategoryCodeList>
  <RemoveColumns>sample string 12</RemoveColumns>
  <StartDate>6</StartDate>
  <TransactionType>sample string 4</TransactionType>
  <UseVoucherDate>true</UseVoucherDate>
  <UserInternalCode>sample string 3</UserInternalCode>
</Lookup_Payment_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.