POST api/AMSMaster/GetAccountsForOfficeManagement
Request Information
URI Parameters
None.
Body Parameters
clsShowOfficeAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentPage | integer |
None. |
|
| PageSize | integer |
None. |
|
| DebtorCode | string |
None. |
|
| ReportName | string |
None. |
|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| AreaID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| BalanceOk | integer |
None. |
|
| SelectedFieldAudit | integer |
None. |
|
| DebCallLink | integer |
None. |
|
| LoanAge | integer |
None. |
|
| Installment | integer |
None. |
|
| RecoveryControl | integer |
None. |
|
| GuarCallLink | integer |
None. |
|
| LoanCall | integer |
None. |
|
| NOC | integer |
None. |
|
| NocCall | integer |
None. |
|
| AuditCallLink | integer |
None. |
|
| CallLink | integer |
None. |
|
| SelectedForLegalID | integer |
None. |
|
| AuditCategoryID | integer |
None. |
|
| DocVerifiedID | 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",
"ReportName": "sample string 4",
"UnitID": 1,
"BranchID": 1,
"AreaID": 1,
"CategoryID": 1,
"BalanceOk": 1,
"SelectedFieldAudit": 1,
"DebCallLink": 1,
"LoanAge": 1,
"Installment": 1,
"RecoveryControl": 1,
"GuarCallLink": 1,
"LoanCall": 1,
"NOC": 1,
"NocCall": 1,
"AuditCallLink": 1,
"CallLink": 1,
"SelectedForLegalID": 1,
"AuditCategoryID": 1,
"DocVerifiedID": 1,
"MonthID": 1,
"YearID": 1,
"UserID": 1,
"CompanyID": 1,
"FinancialYearID": 1,
"FinancialYear": "sample string 5"
}
application/xml, text/xml
Sample:
<clsShowOfficeAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <CompanyID>1</CompanyID> <FinancialYear>sample string 5</FinancialYear> <FinancialYearID>1</FinancialYearID> <UserID>1</UserID> <AreaID>1</AreaID> <AuditCallLink>1</AuditCallLink> <AuditCategoryID>1</AuditCategoryID> <BalanceOk>1</BalanceOk> <BranchID>1</BranchID> <CallLink>1</CallLink> <CategoryID>1</CategoryID> <CurrentPage>1</CurrentPage> <DebCallLink>1</DebCallLink> <DebtorCode>sample string 3</DebtorCode> <DocVerifiedID>1</DocVerifiedID> <GuarCallLink>1</GuarCallLink> <Installment>1</Installment> <LoanAge>1</LoanAge> <LoanCall>1</LoanCall> <MonthID>1</MonthID> <NOC>1</NOC> <NocCall>1</NocCall> <PageSize>2</PageSize> <RecoveryControl>1</RecoveryControl> <ReportName>sample string 4</ReportName> <SelectedFieldAudit>1</SelectedFieldAudit> <SelectedForLegalID>1</SelectedForLegalID> <UnitID>1</UnitID> <YearID>1</YearID> </clsShowOfficeAccount>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |