POST api/AMSMaster/GetRegularReportV2BC2

Request Information

URI Parameters

None.

Body Parameters

RegularRpeortV2
NameDescriptionTypeAdditional information
UnitID

integer

None.

BranchID

integer

None.

AreaID

integer

None.

ReportName

string

None.

SelectionID

integer

None.

LoaningDateFrom

date

None.

LoaningDateTo

date

None.

BalanceAmountFrom

decimal number

None.

BalanceAmountTo

decimal number

None.

InterestAmountFrom

decimal number

None.

InterestAmountTo

decimal number

None.

SelectedFieldAudit

integer

None.

AppInstalled

integer

None.

CallLink

integer

None.

TotalAmountFROM

decimal number

None.

TotalAmountTo

decimal number

None.

AssociateID

integer

None.

UserID

integer

None.

CompanyID

integer

None.

FinancialYearID

integer

None.

FinancialYear

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UnitID": 1,
  "BranchID": 1,
  "AreaID": 1,
  "ReportName": "sample string 1",
  "SelectionID": 1,
  "LoaningDateFrom": "2025-12-12T02:27:09.1941+05:30",
  "LoaningDateTo": "2025-12-12T02:27:09.1941+05:30",
  "BalanceAmountFrom": 1.0,
  "BalanceAmountTo": 1.0,
  "InterestAmountFrom": 1.0,
  "InterestAmountTo": 1.0,
  "SelectedFieldAudit": 1,
  "AppInstalled": 1,
  "CallLink": 1,
  "TotalAmountFROM": 1.0,
  "TotalAmountTo": 1.0,
  "AssociateID": 1,
  "UserID": 1,
  "CompanyID": 1,
  "FinancialYearID": 1,
  "FinancialYear": "sample string 2"
}

application/xml, text/xml

Sample:
<RegularRpeortV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <CompanyID>1</CompanyID>
  <FinancialYear>sample string 2</FinancialYear>
  <FinancialYearID>1</FinancialYearID>
  <UserID>1</UserID>
  <AppInstalled>1</AppInstalled>
  <AreaID>1</AreaID>
  <AssociateID>1</AssociateID>
  <BalanceAmountFrom>1</BalanceAmountFrom>
  <BalanceAmountTo>1</BalanceAmountTo>
  <BranchID>1</BranchID>
  <CallLink>1</CallLink>
  <InterestAmountFrom>1</InterestAmountFrom>
  <InterestAmountTo>1</InterestAmountTo>
  <LoaningDateFrom>2025-12-12T02:27:09.1941+05:30</LoaningDateFrom>
  <LoaningDateTo>2025-12-12T02:27:09.1941+05:30</LoaningDateTo>
  <ReportName>sample string 1</ReportName>
  <SelectedFieldAudit>1</SelectedFieldAudit>
  <SelectionID>1</SelectionID>
  <TotalAmountFROM>1</TotalAmountFROM>
  <TotalAmountTo>1</TotalAmountTo>
  <UnitID>1</UnitID>
</RegularRpeortV2>

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.