POST api/Report/PurchaseBillList

Request Information

URI Parameters

None.

Body Parameters

PurchaseBillList
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

StartDate

integer

None.

EndDate

integer

None.

DocumentTypeList

string

None.

StatusList

string

None.

OrderBy

string

None.

DocumentNumber

string

None.

TransactionType

string

None.

AllActive

boolean

None.

PartyCodeList

string

None.

PeriodBasedOn

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",
  "StartDate": 5,
  "EndDate": 6,
  "DocumentTypeList": "sample string 7",
  "StatusList": "sample string 8",
  "OrderBy": "sample string 9",
  "DocumentNumber": "sample string 10",
  "TransactionType": "sample string 11",
  "AllActive": true,
  "PartyCodeList": "sample string 13",
  "PeriodBasedOn": "sample string 14"
}

application/xml, text/xml

Sample:
<PurchaseBillList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <AllActive>true</AllActive>
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DocumentNumber>sample string 10</DocumentNumber>
  <DocumentTypeList>sample string 7</DocumentTypeList>
  <EndDate>6</EndDate>
  <OrderBy>sample string 9</OrderBy>
  <PartyCodeList>sample string 13</PartyCodeList>
  <PeriodBasedOn>sample string 14</PeriodBasedOn>
  <StartDate>5</StartDate>
  <StatusList>sample string 8</StatusList>
  <TransactionType>sample string 11</TransactionType>
  <UserInternalCode>sample string 3</UserInternalCode>
</PurchaseBillList>

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.