POST api/AMSMaster/ShowAccountforTransaction

Request Information

URI Parameters

None.

Body Parameters

clsShowAccount
NameDescriptionTypeAdditional information
CurrentPage

integer

None.

PageSize

integer

None.

DebtorCode

string

None.

UnitID

integer

None.

BranchID

integer

None.

AreaID

integer

None.

MonthID

integer

None.

YearID

integer

None.

UserID

integer

None.

CompanyID

integer

None.

FinancialYearID

integer

None.

FinancialYear

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentPage": 1,
  "PageSize": 2,
  "DebtorCode": "sample string 3",
  "UnitID": 1,
  "BranchID": 1,
  "AreaID": 1,
  "MonthID": 1,
  "YearID": 1,
  "UserID": 1,
  "CompanyID": 1,
  "FinancialYearID": 1,
  "FinancialYear": "sample string 4"
}

application/xml, text/xml

Sample:
<clsShowAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <CompanyID>1</CompanyID>
  <FinancialYear>sample string 4</FinancialYear>
  <FinancialYearID>1</FinancialYearID>
  <UserID>1</UserID>
  <AreaID>1</AreaID>
  <BranchID>1</BranchID>
  <CurrentPage>1</CurrentPage>
  <DebtorCode>sample string 3</DebtorCode>
  <MonthID>1</MonthID>
  <PageSize>2</PageSize>
  <UnitID>1</UnitID>
  <YearID>1</YearID>
</clsShowAccount>

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.